Merge pull request #182821 from marsam/update-scrapy

python310Packages.scrapy: 2.6.1 -> 2.6.2
This commit is contained in:
Mario Rodas 2022-07-25 18:34:12 -05:00 committed by GitHub
commit 0c174a7eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "scrapy";
version = "2.6.1";
version = "2.6.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -38,7 +38,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "Scrapy";
sha256 = "56fd55a59d0f329ce752892358abee5a6b50b4fc55a40420ea317dc617553827";
sha256 = "55e21181165f25337105fff1efc8393296375cea7de699a7e703bbd265595f26";
};
nativeBuildInputs = [
@ -111,6 +111,7 @@ buildPythonPackage rec {
] ++ lib.optionals stdenv.isDarwin [
"test_xmliter_encoding"
"test_download"
"test_reactor_default_twisted_reactor_select"
];
postInstall = ''