python310Packages.scrapy: 2.6.1 -> 2.6.2

https://github.com/scrapy/scrapy/releases/tag/2.6.2
This commit is contained in:
Mario Rodas
2022-07-25 04:20:00 +00:00
parent 29f8efab91
commit d12b988d6d
@@ -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 = ''