GNU bug report logs - #46948
update python-prometheus-client, python-phonenumbers

Previous Next

Package: guix-patches;

Reported by: Rafa Gálvez <rafa <at> esat.kuleuven.be>

Date: Fri, 5 Mar 2021 16:11:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46948 in the body.
You can then email your comments to 46948 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46948; Package guix-patches. (Fri, 05 Mar 2021 16:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rafa Gálvez <rafa <at> esat.kuleuven.be>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 05 Mar 2021 16:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rafa Gálvez <rafa <at> esat.kuleuven.be>
To: guix-patches <at> gnu.org
Cc: Rafa Gálvez <rafa <at> esat.kuleuven.be>
Subject: [PATCH 0/1] *** synapse ***
Date: Fri,  5 Mar 2021 13:24:25 +0100
*** BLURB HERE ***

Rafa Gálvez (1):
  Refresh matrix-synapse --update --recursive

 gnu/packages/matrix.scm        |  4 ++--
 gnu/packages/monitoring.scm    |  4 ++--
 gnu/packages/python-crypto.scm |  4 ++--
 gnu/packages/python-xyz.scm    | 16 ++++++++--------
 4 files changed, 14 insertions(+), 14 deletions(-)

-- 
2.30.1





Information forwarded to guix-patches <at> gnu.org:
bug#46948; Package guix-patches. (Fri, 05 Mar 2021 17:39:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rafa Gálvez <rafa <at> esat.kuleuven.be>
To: guix-patches <at> gnu.org
Cc: Rafa Gálvez <rafa <at> esat.kuleuven.be>
Subject: [PATCH 1/1] Refresh matrix-synapse --update --recursive
Date: Fri,  5 Mar 2021 13:24:26 +0100
---
 gnu/packages/matrix.scm        |  4 ++--
 gnu/packages/monitoring.scm    |  4 ++--
 gnu/packages/python-crypto.scm |  4 ++--
 gnu/packages/python-xyz.scm    | 16 ++++++++--------
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 8a3a1283fa..92f9673d4f 100644
--- a/gnu/packages/matrix.scm
+++ b/gnu/packages/matrix.scm
@@ -61,13 +61,13 @@ an LDAP server.")
 (define-public synapse
   (package
     (name "synapse")
-    (version "1.25.0")
+    (version "1.28.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "matrix-synapse" version))
               (sha256
                (base32
-                "0382qcsmgvg24p0xvb37kn3y1kd3bn363kblgwg58iy92df0pga4"))))
+                "0bz8jsx4z6pybw7q3z7285h48xsgy47blcbjfmxjjxnf5j12jq99"))))
     (build-system python-build-system)
     ;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
     (propagated-inputs
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 46e1903704..dc25a5e3b0 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -458,13 +458,13 @@ demand.")
 (define-public python-prometheus-client
   (package
     (name "python-prometheus-client")
-    (version "0.7.1")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "prometheus_client" version))
        (sha256
-        (base32 "1ni2yv4ixwz32nz39ckia76lvggi7m19y5f702w5qczbnfi29kbi"))))
+        (base32 "00zbvi24sam73c67010633ndjlgd0k1j2w3pyw28r7a308pv79wx"))))
     (build-system python-build-system)
     (arguments
      '(;; No included tests.
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index bf39f124a1..f2f068c349 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -113,13 +113,13 @@ with what is used by the Bitcoin network.")
 (define-public python-bcrypt
   (package
     (name "python-bcrypt")
-    (version "3.1.7")
+    (version "3.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bcrypt" version))
        (sha256
-        (base32 "0hhywhxx301cxivgxrpslrangbfpccc8y83qbwn1f57cab3nj00b"))))
+        (base32 "0agvzdn7r7jx5y4scl5gjmrmr6njvizwmr9n7h1kmaahdrrc34sv"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pycparser" ,python-pycparser)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fbc9ad688d..d709cebe38 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1998,14 +1998,14 @@ audio playback capability for Python 3 on OSX, Windows, and Linux.")
 (define-public python-simplejson
   (package
     (name "python-simplejson")
-    (version "3.17.0")
+    (version "3.17.2")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "simplejson" version))
       (sha256
        (base32
-        "108yf3252fy4ndqab7h46raksxfhcn113bzy2yd8369vidrjnjrb"))))
+        "0hc8nqwdlll4a9cr1k9msn5kmb6kmbjirpgvhjh254nr4sgwgv3m"))))
     (build-system python-build-system)
     (home-page "http://simplejson.readthedocs.org/en/latest/")
     (synopsis
@@ -9069,13 +9069,13 @@ third-party code.")
 (define-public python-msgpack
   (package
     (name "python-msgpack")
-    (version "1.0.0")
+    (version "1.0.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "msgpack" version))
               (sha256
                (base32
-                "1h5mxh84rcw04dvxy1qbfn2hisavfqgilh9k09rgyjhd936dad4m"))))
+                "1109s2yynrahwi64ikax68hx0mbclz8p35afmpphw5dwynb49q7s"))))
     (build-system python-build-system)
     (arguments
      `(#:modules ((guix build utils)
@@ -9136,14 +9136,14 @@ reading and writing MessagePack data.")
 (define-public python-netaddr
   (package
     (name "python-netaddr")
-    (version "0.7.19")
+    (version "0.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "netaddr" version))
        (sha256
          (base32
-          "1zdfadvpq4lmcqzr383gywxn4xyn355kj1n3lk9q2l03vmyfrbiq"))))
+          "0hx2npi0wnhwlcybilgwlddw6qffx1mb7a3sj4p9s7bvl33mgk6n"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f)) ;; No tests.
     (home-page "https://github.com/drkjam/netaddr/")
@@ -18024,14 +18024,14 @@ and works only with Python 2 and NumPy < 1.9.")
 (define-public python-phonenumbers
   (package
     (name "python-phonenumbers")
-    (version "8.9.1")
+    (version "8.12.19")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "phonenumbers" version))
        (sha256
         (base32
-         "03fmrgb4r8x3ykmddjs9i3zhs703in8smikj3a6447blqpimwyh1"))))
+         "1s251kh4vglbb9wckq83y8hfvc7xjhz25j0ldg091bv45rh7nn8g"))))
     (build-system python-build-system)
     (home-page
      "https://github.com/daviddrysdale/python-phonenumbers")
-- 
2.30.1





Information forwarded to guix-patches <at> gnu.org:
bug#46948; Package guix-patches. (Wed, 10 Mar 2021 08:34:01 GMT) Full text and rfc822 format available.

Message #11 received at 46948 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Rafa Gálvez <rafa <at> esat.kuleuven.be>
Cc: 46948 <at> debbugs.gnu.org
Subject: Re: [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update
 --recursive
Date: Wed, 10 Mar 2021 10:32:23 +0200
[Message part 1 (text/plain, inline)]
Thank you for the patch! Can you split each package update into its own
patch? We aim to have each commit as targeted as possible, so that means
(for the most part) one commit one package update.

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#46948; Package guix-patches. (Fri, 12 Mar 2021 15:22:01 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rafa Gálvez <rafa <at> esat.kuleuven.be>
To: efraim <at> flashner.co.il, guix-patches <at> gnu.org
Subject: [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive
Date: Fri, 12 Mar 2021 16:21:25 +0100
Thanks for the notice. I didn't know that, maybe we can put it in the 
contributing section of the manual?

I just sent a patch updating only synapse, I had problems with 
--recursive, this error was raised for a package in python-xyz.scm

"cannot download for this method: #<procedure git-fetch (ref hash-algo 
hash #:optional name #:key system guile git)"

Thanks again,

Rafa





Information forwarded to guix-patches <at> gnu.org:
bug#46948; Package guix-patches. (Sat, 02 Sep 2023 05:41:01 GMT) Full text and rfc822 format available.

Message #17 received at 46948 <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> debian.org>
To: Rafa Gálvez <rafa <at> esat.kuleuven.be>, 46948 <at> debbugs.gnu.org
Cc: control <at> debbugs.gnu.org
Subject: Re: [bug#46948] update python-prometheus-client, python-phonenumbers
Date: Fri, 01 Sep 2023 22:40:03 -0700
[Message part 1 (text/plain, inline)]
retitle 46948 update python-prometheus-client, python-phonenumbers
thanks

On 2021-03-05, Rafa Gálvez wrote:
>  (define-public synapse
>    (package
>      (name "synapse")
> -    (version "1.25.0")
> +    (version "1.28.0")

This has been upgraded to a newer version:

0098fcecf0c196fd645c1dc44d2897ef1d58c730 gnu: synapse: Update to 1.29.0.

>  (define-public python-prometheus-client
>    (package
>      (name "python-prometheus-client")
> -    (version "0.7.1")
> +    (version "0.9.0")

Still needs updating.

>  (define-public python-bcrypt
>    (package
>      (name "python-bcrypt")
> -    (version "3.1.7")
> +    (version "3.2.0")

Updated to 3.2.0:

3dcbcd4fa5215577cdcc4e2c925e3fd79474d33c gnu: python-bcrypt: Update to 3.2.0.

>  (define-public python-simplejson
>    (package
>      (name "python-simplejson")
> -    (version "3.17.0")
> +    (version "3.17.2")

Updated to a newer version:

5aa431ba20f1fb00a14e187f9d4e4db53377802d gnu: python-simplejson: Update to 3.17.6.

>  (define-public python-msgpack
>    (package
>      (name "python-msgpack")
> -    (version "1.0.0")
> +    (version "1.0.2")

Updated to newer version:

b04c338265e77031a1b45f75d4b2b3a526c23e84 gnu: python-msgpack: Update to 1.0.4.

>  (define-public python-netaddr
>    (package
>      (name "python-netaddr")
> -    (version "0.7.19")
> +    (version "0.8.0")

Updated to 0.8.0:

9e5acf045d86fb963ab9f09ca4dbb6aa1e45bebc gnu: python-netaddr: Update to 0.8.0.

>  (define-public python-phonenumbers
>    (package
>      (name "python-phonenumbers")
> -    (version "8.9.1")
> +    (version "8.12.19")

Still needs updating.

live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

Changed bug title to 'update python-prometheus-client, python-phonenumbers' from '[PATCH 0/1] *** synapse ***' Request was from Vagrant Cascadian <vagrant <at> debian.org> to control <at> debbugs.gnu.org. (Sat, 02 Sep 2023 05:41:02 GMT) Full text and rfc822 format available.

Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Wed, 05 Feb 2025 19:22:02 GMT) Full text and rfc822 format available.

Notification sent to Rafa Gálvez <rafa <at> esat.kuleuven.be>:
bug acknowledged by developer. (Wed, 05 Feb 2025 19:22:02 GMT) Full text and rfc822 format available.

Message #24 received at 46948-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 46948-done <at> debbugs.gnu.org
Subject: update python-prometheus-client, python-phonenumbers
Date: Wed, 05 Feb 2025 19:21:19 +0000
[Message part 1 (text/plain, inline)]
Hi,

As on 20250205T192016+0000 the master HEAD has got the same or newer
version as in this patch series:

master origin/master fa5174b68dd08f18a8d28fe59824aed934226535

- python-bcrypt <at> 3.2.0
- python-msgpack <at> 1.0.4
- python-netaddr <at> 0.8.0
- python-phonenumbers <at> 8.13.37
- python-prometheus-client <at> 0.20.0
- python-simplejson <at> 3.17.6
- python-simplejson <at> 3.17.6
- synapse <at> 1.29.0

Closing as no applied.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 06 Mar 2025 12:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.