[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77400] [PATCH 08/26] gnu: python-pyquery: Update to 2.0.1.
From: |
Nicolas Graves |
Subject: |
[bug#77400] [PATCH 08/26] gnu: python-pyquery: Update to 2.0.1. |
Date: |
Mon, 31 Mar 2025 08:18:36 +0200 |
* gnu/packages/python-xyz.scm (python-pyquery): Update to 2.0.1.
[build-system]: Switch to pyproject-build-system.
[arguments]{test-flags}: Ignore a test that requires network access.
[native-inputs]: Add python-pytest, python-pytest-cov,
python-requests, python-setuptools, python-webob, python-webtest,
python-wheel.
[propagated-inputs]: Sort inputs.
---
gnu/packages/python-xyz.scm | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 545a867de3..57a62c5233 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21140,19 +21140,28 @@ (define-public python-cookiecutter
(define-public python-pyquery
(package
(name "python-pyquery")
- (version "1.2.17")
+ (version "2.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyquery" version))
(sha256
(base32
- "1xia20wm0vx5dk85kcwgh13bylz8qh47ffjxssd2586r60xi783a"))))
- (build-system python-build-system)
+ "1brg6aawb9m5mdfmc6g7v5r6pczbx67r4l9cn5yh6bdi0qkvp501"))))
+ (build-system pyproject-build-system)
+ (arguments
+ ;; This test requires network access.
+ (list #:test-flags #~(list "-k" "not test_get")))
(native-inputs
- (list python-webob python-webtest))
+ (list python-pytest
+ python-pytest-cov
+ python-requests
+ python-setuptools
+ python-webob
+ python-webtest
+ python-wheel))
(propagated-inputs
- (list python-lxml python-cssselect))
+ (list python-cssselect python-lxml))
(home-page "https://github.com/gawel/pyquery")
(synopsis "Make jQuery-like queries on xml documents")
(description "pyquery allows you to make jQuery queries on xml documents.
--
2.49.0
- [bug#77400] [PATCH 09/26] gnu: python-locust: Update to 2.33.2., (continued)
- [bug#77400] [PATCH 09/26] gnu: python-locust: Update to 2.33.2., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 25/26] gnu: openmolar: Fix build., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 16/26] gnu: python-sip: Update to 6.10.0., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 18/26] gnu: umi-tools: Update to 1.1.6., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 20/26] gnu: python-patch-ng: Update to 1.18.1., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 24/26] gnu: libei: Update to 1.4.0., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 17/26] gnu: Add python-pybktree., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 11/26] gnu: seqmagick: Update to 0.8.6-0.dee6ab9., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 14/26] gnu: python-rstr: Update to 3.2.2. Enable tests., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 22/26] gnu: conan: Update to 2.7.1., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 08/26] gnu: python-pyquery: Update to 2.0.1.,
Nicolas Graves <=
- [bug#77400] [PATCH 15/26] gnu: reprotest: Update to 0.7.29., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 19/26] gnu: cpplint: Update to 2.0.0., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 26/26] gnu: python-mechanize: Update to 0.4.10., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 10/26] gnu: rseqc: Switch to pyproject-build-system., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 04/26] gnu: python-jsonargparse: Update to 4.37.0., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 13/26] gnu: taxtastic: Update to 0.11.1., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 23/26] gnu: python-cu2qu: Fix tests., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 06/26] gnu: Remove python-parameterizedtestcase., Nicolas Graves, 2025/03/31
- bug#77400: [PATCH python-team 00/26] Some further updates, Sharlatan Hellseher, 2025/03/31