all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46948] [PATCH 0/1] *** synapse ***
@ 2021-03-05 12:24 Rafa Gálvez
  2021-03-05 12:24 ` [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive Rafa Gálvez
  2021-03-12 15:21 ` [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive Rafa Gálvez
  0 siblings, 2 replies; 5+ messages in thread
From: Rafa Gálvez @ 2021-03-05 12:24 UTC (permalink / raw)
  To: 46948; +Cc: Rafa Gálvez

*** 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





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

* [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive
  2021-03-05 12:24 [bug#46948] [PATCH 0/1] *** synapse *** Rafa Gálvez
@ 2021-03-05 12:24 ` Rafa Gálvez
  2021-03-10  8:32   ` Efraim Flashner
  2023-09-02  5:40   ` [bug#46948] update python-prometheus-client, python-phonenumbers Vagrant Cascadian
  2021-03-12 15:21 ` [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive Rafa Gálvez
  1 sibling, 2 replies; 5+ messages in thread
From: Rafa Gálvez @ 2021-03-05 12:24 UTC (permalink / raw)
  To: 46948; +Cc: Rafa Gálvez

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





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

* [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive
  2021-03-05 12:24 ` [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive Rafa Gálvez
@ 2021-03-10  8:32   ` Efraim Flashner
  2023-09-02  5:40   ` [bug#46948] update python-prometheus-client, python-phonenumbers Vagrant Cascadian
  1 sibling, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2021-03-10  8:32 UTC (permalink / raw)
  To: Rafa Gálvez; +Cc: 46948

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

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@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] 5+ messages in thread

* [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive
  2021-03-05 12:24 [bug#46948] [PATCH 0/1] *** synapse *** Rafa Gálvez
  2021-03-05 12:24 ` [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive Rafa Gálvez
@ 2021-03-12 15:21 ` Rafa Gálvez
  1 sibling, 0 replies; 5+ messages in thread
From: Rafa Gálvez @ 2021-03-12 15:21 UTC (permalink / raw)
  To: efraim, 46948

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





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

* [bug#46948] update python-prometheus-client, python-phonenumbers
  2021-03-05 12:24 ` [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive Rafa Gálvez
  2021-03-10  8:32   ` Efraim Flashner
@ 2023-09-02  5:40   ` Vagrant Cascadian
  1 sibling, 0 replies; 5+ messages in thread
From: Vagrant Cascadian @ 2023-09-02  5:40 UTC (permalink / raw)
  To: Rafa Gálvez, 46948; +Cc: control

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

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

end of thread, other threads:[~2023-09-02  5:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05 12:24 [bug#46948] [PATCH 0/1] *** synapse *** Rafa Gálvez
2021-03-05 12:24 ` [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive Rafa Gálvez
2021-03-10  8:32   ` Efraim Flashner
2023-09-02  5:40   ` [bug#46948] update python-prometheus-client, python-phonenumbers Vagrant Cascadian
2021-03-12 15:21 ` [bug#46948] [PATCH 1/1] Refresh matrix-synapse --update --recursive Rafa Gálvez

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.