GNU bug report logs -
#53179
[PATCH 0/3] Update httpx and add pytest-httpx.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Tue, 11 Jan 2022 05:22:01 UTC
Severity: normal
Tags: patch
Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 53179 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-web.scm (python-httpcore): Update to 0.13.7.
[native-inputs]: Order alphabetically.
[propagated-inputs]: Add python-anyio.
---
Fixed the copyright being added in the wrong file.
gnu/packages/python-web.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 708528983c..639470d7d4 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -37,7 +37,7 @@
;;; Copyright © 2020 Holger Peters <holger.peters <at> posteo.de>
;;; Copyright © 2020 Noisytoot <noisytoot <at> gmail.com>
;;; Copyright © 2020 Edouard Klein <edk <at> beaver-labs.com>
-;;; Copyright © 2020, 2021 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego <at> posteo.net>
;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen <at> fastmail.net>
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul <at> autistici.org>
;;; Copyright © 2021 Ekaitz Zarraga <ekaitz <at> elenq.tech>
@@ -5124,20 +5124,19 @@ and serve updated contents upon changes to the directory.")
(define-public python-httpcore
(package
(name "python-httpcore")
- (version "0.12.2")
+ (version "0.13.7")
(source
(origin
- ;; PyPI tarball does not contain tests.
- (method git-fetch)
+ (method git-fetch) ; no tests in PyPI
(uri (git-reference
(url "https://github.com/encode/httpcore")
- (commit version)))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1nrwwfdqjfc2a1k3j41cdwkprwvplf95fwmypdl2aq2qgp3209q0"))))
+ (base32 "1qf1kdscqs566qjzkxz9jxn0g30rx3s6jmxvizvc8q44m8rbs4gn"))))
(build-system python-build-system)
(arguments
- `(#:tests? #f ; Tests hang at 98%
+ `(#:tests? #f ; Tests hang at 99%
#:phases
(modify-phases %standard-phases
(replace 'check
@@ -5158,10 +5157,10 @@ and serve updated contents upon changes to the directory.")
python-pytest-asyncio
python-pytest-cov
python-pytest-trio
- python-uvicorn
- python-trustme))
+ python-trustme
+ python-uvicorn))
(propagated-inputs
- (list python-h11 python-h2 python-sniffio python-trio
+ (list python-anyio python-h11 python-h2 python-sniffio python-trio
python-trio-typing))
(home-page "https://github.com/encode/httpcore")
(synopsis "Minimal, low-level HTTP client")
base-commit: 36f4745dc10e5d0e8b2a62cd2c8439629debae4f
--
2.30.2
This bug report was last modified 2 years and 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.