pythonPackages.scrapy: 2.1.0 -> 2.2.1

Changelog:
+ https://github.com/scrapy/scrapy/releases/tag/2.2.0
+ https://github.com/scrapy/scrapy/releases/tag/2.2.1
This commit is contained in:
Mario Rodas
2020-07-01 04:21:00 -05:00
parent eb19c37b70
commit 8d1a3c78c4
2 changed files with 4 additions and 33 deletions
@@ -23,10 +23,11 @@
, sybil
, pytest-twisted
, botocore
, itemadapter
}:
buildPythonPackage rec {
version = "2.1.0";
version = "2.2.1";
pname = "Scrapy";
disabled = isPy27;
@@ -55,14 +56,7 @@ buildPythonPackage rec {
w3lib
zope_interface
protego
];
patches = [
# Scrapy is usually installed via pip where copying all
# permissions makes sense. In Nix the files copied are owned by
# root and readonly. As a consequence scrapy can't edit the
# project templates.
./permissions-fix.patch
itemadapter
];
LC_ALL = "en_US.UTF-8";
@@ -78,7 +72,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "640aea0f9be9b055f5cfec5ab78ee88bb37a5be3809b138329bd2af51392ec7f";
sha256 = "6a09beb5190bfdee2d72cf261822eae5d92fe8a86ac9ee1f55fc44b4864ca583";
};
postInstall = ''