[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
399/455: gnu: python-scrapy: Update to 2.12.0.
From: |
guix-commits |
Subject: |
399/455: gnu: python-scrapy: Update to 2.12.0. |
Date: |
Mon, 20 Jan 2025 15:47:37 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 5223530ab2e2f45c3c26fe26fc3082e505c7baad
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 16 14:09:00 2025 +0100
gnu: python-scrapy: Update to 2.12.0.
* gnu/packages/python-web.scm (python-scrapy): Update to 2.12.0.
[arguments]: Update list of disabled tests.
[propagated-inputs]: Remove python-botocore and python-setuptools; add
python-packaging and python-typing-extensions.
[native-inputs]: Add python-mypy and python-setuptools; remove
python-pyftpdlib and python-uvloop.
Change-Id: If747801ccbb6047b8d1a98714dafae8ab3743b07
---
gnu/packages/python-web.scm | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 68d5128a6e..de72374bb4 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9579,13 +9579,13 @@ regular expressions.")
(define-public python-scrapy
(package
(name "python-scrapy")
- (version "2.11.2")
+ (version "2.12.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "scrapy" version))
(sha256
- (base32 "07a0nfzkz4vr1353456lavvw36l9s2ia7x91l7mzygzwhi9mdgfz"))))
+ (base32 "13vqykvjv9d0hj02l0s025r107dncfj7as0r0iv484lv01v6wvfn"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags
@@ -9594,41 +9594,45 @@ regular expressions.")
"not " (string-join
(list "test_pformat"
"test_pformat_old_windows"
- "test_pformat_windows")
- " and not ")))
+ "test_pformat_windows"
+ ;; Connection refused.
+ "test_persist")
+ " and not "))
+ ;; Connection refused to some local FTP server.
+ "--ignore=tests/test_feedexport.py")
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'prepare-test-environment
(lambda _
(setenv "HOME" "/tmp"))))))
(propagated-inputs
- (list python-botocore ; Optional: For S3FeedStorage class.
- python-cryptography
+ (list python-cryptography
python-cssselect
python-defusedxml
python-itemadapter
python-itemloaders
python-lxml
+ python-packaging
python-parsel
python-protego
python-pydispatcher
python-pyopenssl
python-queuelib
python-service-identity
- python-setuptools
python-tldextract
+ python-typing-extensions
python-twisted
python-w3lib
python-zope-interface))
(native-inputs
(list nss-certs-for-test
+ python-mypy
python-pexpect
- python-pyftpdlib
python-pytest
python-pytest-xdist
+ python-setuptools
python-sybil
python-testfixtures
- python-uvloop
python-wheel))
(home-page "https://scrapy.org")
(synopsis "High-level Web crawling and Web scraping framework")
- 365/455: gnu: python-astroplan: Adjust inputs., (continued)
- 365/455: gnu: python-astroplan: Adjust inputs., guix-commits, 2025/01/20
- 378/455: gnu: Add python-aiobotocore., guix-commits, 2025/01/20
- 380/455: gnu: python-cssutils: Update to 2.11.1., guix-commits, 2025/01/20
- 381/455: gnu: python-imap-tools: Update to 1.9.0., guix-commits, 2025/01/20
- 382/455: gnu: Remove python-lirc., guix-commits, 2025/01/20
- 386/455: gnu: python-glom: Update to 24.11.0., guix-commits, 2025/01/20
- 389/455: gnu: python-alembic: Use python-sqlalchemy-2., guix-commits, 2025/01/20
- 390/455: gnu: python-flask-migrate: Update to 4.1.0., guix-commits, 2025/01/20
- 393/455: gnu: Deprecate fanc., guix-commits, 2025/01/20
- 387/455: gnu: python-gpxpy: Fix build., guix-commits, 2025/01/20
- 399/455: gnu: python-scrapy: Update to 2.12.0.,
guix-commits <=
- 400/455: gnu: python-cleanlab: Update to 2.7.0., guix-commits, 2025/01/20
- 401/455: gnu: Remove python-pytest-lazy-fixture., guix-commits, 2025/01/20
- 403/455: gnu: python-incremental: Update to 24.7.2., guix-commits, 2025/01/20
- 404/455: gnu: python-more-itertools: Update to 10.6.0., guix-commits, 2025/01/20
- 406/455: gnu: Add rust-ndarray-0.16., guix-commits, 2025/01/20
- 412/455: gnu: Add rust-fetch-data-0.2., guix-commits, 2025/01/20
- 414/455: gnu: Add rust-statrs-0.17., guix-commits, 2025/01/20
- 422/455: gnu: Move python-pysnptools to (gnu packages bioinformatics)., guix-commits, 2025/01/20
- 415/455: gnu: Add rust-object-store-0.11., guix-commits, 2025/01/20
- 425/455: gnu: python-psycopg: Update to 3.2.4., guix-commits, 2025/01/20