GNU bug report logs -
#74982
[PATCH] gnu: python-cheroot: Update to 10.0.1.
Previous Next
Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>
Date: Thu, 19 Dec 2024 22:12:05 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74982 in the body.
You can then email your comments to 74982 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#74982
; Package
guix-patches
.
(Thu, 19 Dec 2024 22:12:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
New bug report received and forwarded. Copy sent to
lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org
.
(Thu, 19 Dec 2024 22:12:06 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-web.scm (python-cheroot): Update to 10.0.1.
[native-inputs]: New test dependencies.
[propagated-inputs]: Remove python-six.
---
gnu/packages/python-web.scm | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a14db7bd9f..c97f2b3ce6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1402,14 +1402,14 @@ (define-public python-httplib2
(define-public python-cheroot
(package
(name "python-cheroot")
- (version "10.0.0")
+ (version "10.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cheroot" version))
(sha256
(base32
- "1w0ind0dza9j1py56y23344piqkpyfmcm060qfrnk6gggy3s3i2r"))))
+ "0h0p3fnpa4dxi589s7ljlzb6p3mhqdivb3pc2f36pljqfrwjzf70"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -1419,8 +1419,13 @@ (define-public python-cheroot
;; "--numprocesses=auto"
"--doctest-modules"
"--showlocals"
- ;; Disable test requiring networking.
- "-k" "not test_tls_client_auth")
+ "-k" (string-append
+ ;; Disable test requiring networking.
+ "not test_tls_client_auth"
+ ;; TypeError: HTTPConnection.request() got an unexpected keyword
+ ;; argument 'chunked'
+ " and not test_peercreds_unix_sock"
+ " and not test_peercreds_unix_sock_with_lookup"))
#:phases
#~(modify-phases %standard-phases
(replace 'check
@@ -1430,25 +1435,21 @@ (define-public python-cheroot
(apply invoke "pytest" "-v"
(append test-flags (list #$output))))))))))
(propagated-inputs
- (list python-jaraco-functools
- python-more-itertools
- python-six))
+ (list python-jaraco-functools python-more-itertools))
(native-inputs
- (list python-cryptography
- python-jaraco-text
+ (list python-jaraco-text
python-portend
python-pyopenssl
python-pypytools
- python-pytest
python-pytest-cov
python-pytest-mock
- python-pytest-xdist
python-requests
python-requests-toolbelt
python-requests-unixsocket
+ python-setuptools
python-setuptools-scm
- python-setuptools-scm-git-archive
- python-trustme))
+ python-trustme
+ python-wheel))
(home-page "https://cheroot.cherrypy.dev")
(synopsis "Highly-optimized, pure-python HTTP server")
(description
base-commit: 07b4b1d055c36c6c61d39273c26974771dbfe805
--
2.46.0
Reply sent
to
jgart <jgart <at> dismail.de>
:
You have taken responsibility.
(Tue, 24 Dec 2024 17:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
bug acknowledged by developer.
(Tue, 24 Dec 2024 17:55:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 74982-done <at> debbugs.gnu.org (full text, mbox):
Thanks for your contribution. Applied.
--
all the best,
jgart
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 22 Jan 2025 12:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 150 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.