python310Packages.itemloaders: 1.0.4 -> 1.0.5

This commit is contained in:
Mario Rodas
2022-08-27 04:20:00 +00:00
parent 51849134ca
commit a7e4a2ed14
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "itemloaders";
version = "1.0.4";
version = "1.0.5";
disabled = pythonOlder "3.6";
# Tests not included in PyPI tarball
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "scrapy";
repo = pname;
rev = "v${version}";
sha256 = "0j68xgx2z63sc1nc9clw6744036vfbijdsghvjv6pk674d5lgyam";
sha256 = "sha256-ueq1Rsuae+wz4eFc1O7luBVR4XWGbefpDr124H6j56g=";
};
propagatedBuildInputs = [ w3lib parsel jmespath itemadapter ];
@@ -37,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Base library for scrapy's ItemLoader";
homepage = "https://github.com/scrapy/itemloaders";
changelog = "https://github.com/scrapy/itemloaders/raw/v${version}/docs/release-notes.rst";
license = licenses.bsd3;
maintainers = [ maintainers.marsam ];
};