unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36625] [PATCH 1/2] gnu: python-aiorpcx: Update to 0.18.3
@ 2019-07-12 21:33 Arne Babenhauserheide
  2019-07-12 21:33 ` [bug#36624] [PATCH 2/2] gnu: python-aiohttp: Update to 3.5.4 Arne Babenhauserheide
  2019-07-15 10:44 ` bug#36625: [PATCH 1/2] gnu: python-aiorpcx: Update to 0.18.3 Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Arne Babenhauserheide @ 2019-07-12 21:33 UTC (permalink / raw)
  To: 36625; +Cc: Arne Babenhauserheide

* gnu/packages/python-web.scm (python-aiorpcx): Update to 0.18.3
---
 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 e441cbaa81..339ed20b01 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -154,14 +154,14 @@ using @url{https://github.com/saghul/pycares,pycares}.")
 (define-public python-aiorpcx
   (package
     (name "python-aiorpcx")
-    (version "0.10.2")
+    (version "0.18.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "aiorpcX" version))
        (sha256
         (base32
-         "1p88k15jh0d2a18pnnbfcamsqi2bxvmmhpizmdlxfdxf8vy5ggyj"))))
+         "0k545hc7wl6sh1svydzbv6x7sx5pig2pqkl3yxs9riwmvzawx9xp"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-attrs" ,python-attrs)))
--
2.22.0

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

* [bug#36624] [PATCH 2/2] gnu: python-aiohttp: Update to 3.5.4
  2019-07-12 21:33 [bug#36625] [PATCH 1/2] gnu: python-aiorpcx: Update to 0.18.3 Arne Babenhauserheide
@ 2019-07-12 21:33 ` Arne Babenhauserheide
  2019-07-15 10:45   ` bug#36624: " Ludovic Courtès
  2019-07-15 10:44 ` bug#36625: [PATCH 1/2] gnu: python-aiorpcx: Update to 0.18.3 Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Arne Babenhauserheide @ 2019-07-12 21:33 UTC (permalink / raw)
  To: 36624; +Cc: Arne Babenhauserheide

* gnu/packages/python-web.scm (python-aiohttp): Update to 3.5.4.
---
 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 339ed20b01..35f471084f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -75,14 +75,14 @@
 (define-public python-aiohttp
   (package
     (name "python-aiohttp")
-    (version "3.4.4")
+    (version "3.5.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "aiohttp" version))
        (sha256
         (base32
-         "1ykm6kdjkrg556j0zd7dx2l1rsrbh0d9g27ivr6dmaahz9pyrbsi"))))
+         "1gy95ni8rkdwzir9zf14ivpfwp02g69xbhibldykff0rzbs86k4w"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ;missing pytest-timeout
--
2.22.0

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

* bug#36625: [PATCH 1/2] gnu: python-aiorpcx: Update to 0.18.3
  2019-07-12 21:33 [bug#36625] [PATCH 1/2] gnu: python-aiorpcx: Update to 0.18.3 Arne Babenhauserheide
  2019-07-12 21:33 ` [bug#36624] [PATCH 2/2] gnu: python-aiohttp: Update to 3.5.4 Arne Babenhauserheide
@ 2019-07-15 10:44 ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2019-07-15 10:44 UTC (permalink / raw)
  To: Arne Babenhauserheide; +Cc: 36625-done

Arne Babenhauserheide <arne_bab@web.de> skribis:

> * gnu/packages/python-web.scm (python-aiorpcx): Update to 0.18.3

Applied, thanks!

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

* bug#36624: [PATCH 2/2] gnu: python-aiohttp: Update to 3.5.4
  2019-07-12 21:33 ` [bug#36624] [PATCH 2/2] gnu: python-aiohttp: Update to 3.5.4 Arne Babenhauserheide
@ 2019-07-15 10:45   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2019-07-15 10:45 UTC (permalink / raw)
  To: Arne Babenhauserheide; +Cc: 36624-done

Arne Babenhauserheide <arne_bab@web.de> skribis:

> * gnu/packages/python-web.scm (python-aiohttp): Update to 3.5.4.

Applied, thanks!

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

end of thread, other threads:[~2019-07-15 10:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-12 21:33 [bug#36625] [PATCH 1/2] gnu: python-aiorpcx: Update to 0.18.3 Arne Babenhauserheide
2019-07-12 21:33 ` [bug#36624] [PATCH 2/2] gnu: python-aiohttp: Update to 3.5.4 Arne Babenhauserheide
2019-07-15 10:45   ` bug#36624: " Ludovic Courtès
2019-07-15 10:44 ` bug#36625: [PATCH 1/2] gnu: python-aiorpcx: Update to 0.18.3 Ludovic Courtès

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