emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43656: closed ([PATCH] gnu: python-httpx: Update to 0.15.4.)


From: GNU bug Tracking System
Subject: bug#43656: closed ([PATCH] gnu: python-httpx: Update to 0.15.4.)
Date: Tue, 29 Sep 2020 06:34:02 +0000

Your message dated Tue, 29 Sep 2020 09:33:13 +0300
with message-id <20200929063313.GK1386@E5400>
and subject line Re: [bug#43656] [PATCH] gnu: python-httpx: Update to 0.15.4.
has caused the debbugs.gnu.org bug report #43656,
regarding [PATCH] gnu: python-httpx: Update to 0.15.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43656: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43656
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-httpx: Update to 0.15.4. Date: Sun, 27 Sep 2020 18:38:56 -0300
* gnu/packages/python-web.scm (python-httpx): Update to 0.15.4.
[home-page]: Change from public repository to project's webpage.
---
 gnu/packages/python-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6f9b56711f..f08cc50abf 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4463,7 +4463,7 @@ Some things HTTP Core does do:
 (define-public python-httpx
   (package
     (name "python-httpx")
-    (version "0.15.0")
+    (version "0.15.4")
     (source
      (origin
        ;; PyPI tarball does not contain tests.
@@ -4473,7 +4473,7 @@ Some things HTTP Core does do:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06w50br6b825sd70l6rm2s0fca1lnjbyx9n8nmcdlwg673z25kc6"))))
+        (base32 "1qr91xw6jxynvihmw953bi5446ssm9ffmb2c4nhfa77v7883sp21"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -4516,7 +4516,7 @@ Some things HTTP Core does do:
        ("python-idna" ,python-idna)
        ("python-rfc3986" ,python-rfc3986)
        ("python-sniffio" ,python-sniffio)))
-    (home-page "https://github.com/encode/httpx";)
+    (home-page "https://www.python-httpx.org/";)
     (synopsis "HTTP client for Python")
     (description
      "HTTPX is a fully featured HTTP client for Python 3, which provides sync
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43656] [PATCH] gnu: python-httpx: Update to 0.15.4. Date: Tue, 29 Sep 2020 09:33:13 +0300
Looks good. Patch pushed!


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]