Merge pull request #288923 from marsam/update-scrapy

python311Packages.scrapy: 2.11.0 -> 2.11.1
This commit is contained in:
Mario Rodas
2024-02-15 17:11:19 -05:00
committed by GitHub
@@ -5,7 +5,6 @@
, cryptography
, cssselect
, fetchPypi
, fetchpatch
, glibcLocales
, installShellFiles
, itemadapter
@@ -22,6 +21,7 @@
, pythonOlder
, queuelib
, service-identity
, setuptools
, sybil
, testfixtures
, tldextract
@@ -32,31 +32,20 @@
buildPythonPackage rec {
pname = "scrapy";
version = "2.11.0";
format = "setuptools";
version = "2.11.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit version;
pname = "Scrapy";
hash = "sha256-PL3tzgw/DgSC1hvi10WGg758188UsO5q37rduA9bNqU=";
hash = "sha256-czoDnHQj5StpvygQtTMgk9TkKoSEYDWcB7Auz/j3Pr4=";
};
patches = [
# Fix compatiblity with Twisted>=23.8. Remove with the next release.
(fetchpatch {
url = "https://github.com/scrapy/scrapy/commit/aa95ada42cdf570f840f55c463375f8a81b303f8.patch";
hash = "sha256-LuhA5BqtjSUgkotplvUCtvGNYOTrl0MJRCXiSBMDFzY=";
excludes = [
"tests/CrawlerProcess/sleeping.py"
"tests/test_crawler.py"
];
})
];
nativeBuildInputs = [
installShellFiles
setuptools
];
propagatedBuildInputs = [