gnu: python-itemloaders: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-itemloaders): Update to 1.1.0. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-pytest.
This commit is contained in:
parent
8b6b4146fc
commit
4b4019789d
1 changed files with 5 additions and 4 deletions
|
@ -32703,16 +32703,17 @@ implementing a pre-defined interface.")
|
||||||
(define-public python-itemloaders
|
(define-public python-itemloaders
|
||||||
(package
|
(package
|
||||||
(name "python-itemloaders")
|
(name "python-itemloaders")
|
||||||
(version "1.0.4")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "itemloaders" version))
|
(uri (pypi-uri "itemloaders" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15hc78h90qhwass1bga1c3xar2dd6j8sxg61zg6jvh74lf6csxqj"))))
|
(base32 "0j2aw4ipalj208594x80blpgkh1i63gqqa4nb67b823av9hirn11"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-itemadapter python-jmespath python-parsel python-w3lib))
|
(list python-itemadapter python-jmespath python-parsel python-w3lib))
|
||||||
(home-page "https://github.com/scrapy/itemloaders")
|
(home-page "https://github.com/scrapy/itemloaders")
|
||||||
(synopsis "Base library for scrapy's ItemLoader")
|
(synopsis "Base library for scrapy's ItemLoader")
|
||||||
(description "Itemloaders is a library that helps you collect data
|
(description "Itemloaders is a library that helps you collect data
|
||||||
|
|
Reference in a new issue