python39Packages.itemadapter: 0.2.0 -> 0.3.0
https://github.com/scrapy/itemadapter/releases/tag/v0.3.0
This commit is contained in:
parent
62e97c51a6
commit
5e99c1c98f
1 changed files with 3 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "itemadapter";
|
pname = "itemadapter";
|
||||||
version = "0.2.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "cb7aaa577fefe2aa6f229ccf4d058e05f44e0178a98c8fb70ee4d95acfabb423";
|
sha256 = "ab2651ba20f5f6d0e15f041deba4c13ffc59270def2bd01518d13e94c4cd27d1";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false; # infinite recursion with Scrapy
|
doCheck = false; # infinite recursion with Scrapy
|
||||||
|
@ -18,6 +18,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Common interface for data container classes";
|
description = "Common interface for data container classes";
|
||||||
homepage = "https://github.com/scrapy/itemadapter";
|
homepage = "https://github.com/scrapy/itemadapter";
|
||||||
|
changelog = "https://github.com/scrapy/itemadapter/raw/v${version}/Changelog.md";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = [ maintainers.marsam ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue