gnu: python-scrapy: Update to 2.11.1.
* gnu/packages/python-web.scm (python-scrapy): Update to 2.11.1. [native-inputs]: Add python-pexpect. Change-Id: Ief50a55a27a2b6e3ae143d43a8b07a9011048565master
parent
7ef2959085
commit
1e10306460
|
@ -8478,13 +8478,13 @@ regular expressions.")
|
||||||
(define-public python-scrapy
|
(define-public python-scrapy
|
||||||
(package
|
(package
|
||||||
(name "python-scrapy")
|
(name "python-scrapy")
|
||||||
(version "2.11.0")
|
(version "2.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Scrapy" version))
|
(uri (pypi-uri "Scrapy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "199nbc7vipdsvxmfxc0lrzbprgl3hr2xgqhvss1083iz1k7fvg9w"))))
|
(base32 "1giyyzwcybmh0yf3aq44hhmf9m4k40rva418pxljpr93fjf06fkk"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:test-flags
|
(list #:test-flags
|
||||||
|
@ -8520,7 +8520,8 @@ regular expressions.")
|
||||||
python-w3lib
|
python-w3lib
|
||||||
python-zope-interface))
|
python-zope-interface))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pexpect
|
||||||
|
python-pytest
|
||||||
python-pytest-xdist
|
python-pytest-xdist
|
||||||
python-pyftpdlib
|
python-pyftpdlib
|
||||||
python-sybil
|
python-sybil
|
||||||
|
|
Reference in New Issue