unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43574] [PATCH 1/3] gnu: python-trio: Update to 0.17.0.
@ 2020-09-22 23:27 Vinicius Monego
  2020-09-22 23:30 ` [bug#43574] [PATCH 2/3] gnu: python-httpcore: Update to 0.11.0 Vinicius Monego
  2020-09-23  5:52 ` bug#43574: [PATCH 1/3] gnu: python-trio: Update to 0.17.0 Efraim Flashner
  0 siblings, 2 replies; 4+ messages in thread
From: Vinicius Monego @ 2020-09-22 23:27 UTC (permalink / raw)
  To: 43574; +Cc: Vinicius Monego

* gnu/packages/python-xyz.scm (python-trio): Update to 0.17.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 085d88da57..76b5144afc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19250,13 +19250,13 @@ project.")
 (define-public python-trio
   (package
     (name "python-trio")
-    (version "0.16.0")
+    (version "0.17.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trio" version))
        (sha256
-        (base32 "0g6gkwz6i05rm9ym4l4imxakzld7qcgxhb21kprilchcav87s1nz"))))
+        (base32 "0zcxirpdvvl54pbfkgw7vz984879xwvdygqfpggnam24is2zjp78"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.20.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#43574] [PATCH 2/3] gnu: python-httpcore: Update to 0.11.0.
  2020-09-22 23:27 [bug#43574] [PATCH 1/3] gnu: python-trio: Update to 0.17.0 Vinicius Monego
@ 2020-09-22 23:30 ` Vinicius Monego
  2020-09-22 23:30   ` [bug#43574] [PATCH 3/3] gnu: python-httpx: Update to 0.15.0 Vinicius Monego
  2020-09-23  5:52 ` bug#43574: [PATCH 1/3] gnu: python-trio: Update to 0.17.0 Efraim Flashner
  1 sibling, 1 reply; 4+ messages in thread
From: Vinicius Monego @ 2020-09-22 23:30 UTC (permalink / raw)
  To: 43574; +Cc: Vinicius Monego

* gnu/packages/python-web.scm (python-httpcore): Update to 0.11.0.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b5d4a62c7d..536ad37117 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4388,7 +4388,7 @@ and serve updated contents upon changes to the directory.")
 (define-public python-httpcore
   (package
     (name "python-httpcore")
-    (version "0.10.2")
+    (version "0.11.0")
     (source
      (origin
        ;; PyPI tarball does not contain tests.
@@ -4398,7 +4398,7 @@ and serve updated contents upon changes to the directory.")
              (commit  version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00gn8nfv814rg6fj7xv97mrra3fvx6fzjcgx9y051ihm6hxljdsi"))))
+        (base32 "01bhajcxqgkdzg7b7x0fqs2lwcfsajlgqwi1nlxx58jss7g2kxn9"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.20.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#43574] [PATCH 3/3] gnu: python-httpx: Update to 0.15.0.
  2020-09-22 23:30 ` [bug#43574] [PATCH 2/3] gnu: python-httpcore: Update to 0.11.0 Vinicius Monego
@ 2020-09-22 23:30   ` Vinicius Monego
  0 siblings, 0 replies; 4+ messages in thread
From: Vinicius Monego @ 2020-09-22 23:30 UTC (permalink / raw)
  To: 43574; +Cc: Vinicius Monego

* gnu/packages/python-web.scm (python-httpx): Update to 0.15.0.
---
 gnu/packages/python-web.scm | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 536ad37117..6f9b56711f 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.14.3")
+    (version "0.15.0")
     (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 "0mn8gqkgaij3s2pbwgrih20iq34f3f82dfvypaw3nnh7n63vna43"))))
+        (base32 "06w50br6b825sd70l6rm2s0fca1lnjbyx9n8nmcdlwg673z25kc6"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -4481,8 +4481,16 @@ Some things HTTP Core does do:
          (replace 'check
            (lambda _
              (invoke "pytest" "-vv" "-k"
-                     ;; This test tries to open an outgoing connection.
-                     "not test_connect_timeout[asyncio]"))))))
+                     ;; These tests try to open an outgoing connection.
+                     (string-append
+                      "not test_connect_timeout"
+                      " and not test_that_send_cause_async_client_to_be_not_"
+                      "closed"
+                      " and not test_that_async_client_caused_warning_when_"
+                      "being_deleted"
+                      " and not test_that_send_cause_client_to_be_not_closed"
+                      " and not test_async_proxy_close"
+                      " and not test_sync_proxy_close")))))))
     (native-inputs
      `(("python-autoflake" ,python-autoflake)
        ("python-black" ,python-black)
-- 
2.20.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#43574: [PATCH 1/3] gnu: python-trio: Update to 0.17.0.
  2020-09-22 23:27 [bug#43574] [PATCH 1/3] gnu: python-trio: Update to 0.17.0 Vinicius Monego
  2020-09-22 23:30 ` [bug#43574] [PATCH 2/3] gnu: python-httpcore: Update to 0.11.0 Vinicius Monego
@ 2020-09-23  5:52 ` Efraim Flashner
  1 sibling, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2020-09-23  5:52 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 43574-done

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

I adjusted the commit message slightly for python-httpx and pushed all 3
patches. Thanks!


-- 
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-23  5:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 23:27 [bug#43574] [PATCH 1/3] gnu: python-trio: Update to 0.17.0 Vinicius Monego
2020-09-22 23:30 ` [bug#43574] [PATCH 2/3] gnu: python-httpcore: Update to 0.11.0 Vinicius Monego
2020-09-22 23:30   ` [bug#43574] [PATCH 3/3] gnu: python-httpx: Update to 0.15.0 Vinicius Monego
2020-09-23  5:52 ` bug#43574: [PATCH 1/3] gnu: python-trio: Update to 0.17.0 Efraim Flashner

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).