guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-httpx: Update to 0.15.4.


From: guix-commits
Subject: branch master updated: gnu: python-httpx: Update to 0.15.4.
Date: Tue, 29 Sep 2020 02:33:28 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 58d7439  gnu: python-httpx: Update to 0.15.4.
58d7439 is described below

commit 58d743942cd72610ef6473aa12b4430fb7a22166
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Sep 27 18:38:56 2020 -0300

    gnu: python-httpx: Update to 0.15.4.
    
    * gnu/packages/python-web.scm (python-httpx): Update to 0.15.4.
    [home-page]: Change from public repository to project's webpage.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 aa08b77..bb2fc85 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4531,7 +4531,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.
@@ -4541,7 +4541,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
@@ -4584,7 +4584,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



reply via email to

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