unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sergey Trofimov <sarg@sarg.org.ru>
To: 74982@debbugs.gnu.org
Cc: Sergey Trofimov <sarg@sarg.org.ru>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#74982] [PATCH] gnu: python-cheroot: Update to 10.0.1.
Date: Thu, 19 Dec 2024 23:11:41 +0100	[thread overview]
Message-ID: <1c7913f4f0361fbe86a31dc9bf79c580c55c4a8c.1734646286.git.sarg@sarg.org.ru> (raw)

* 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	other threads:[~2024-12-19 22:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1c7913f4f0361fbe86a31dc9bf79c580c55c4a8c.1734646286.git.sarg@sarg.org.ru \
    --to=sarg@sarg.org.ru \
    --cc=74982@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    --cc=tanguy@bioneland.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).