[PATCH] gnu: synapse: Update to 1.22.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201101010015.8895-1-mike@rohleder.de
* gnu/packages/matrix.scm (synapse): Update to 1.22.1.
---
gnu/packages/matrix.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 83a0d478af..cff50f4e48 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.20.1")
+ (version "1.22.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "matrix-synapse" version))
(sha256
(base32
- "1sf36vwvy2f9jy6dldq6gqfmh60384i5j64s7yc131b4dp0n7lcw"))))
+ "1pbxdqpfa7wzdz61p6x58x7841vng1g65qayxgcw73bn1shl50jb"))))
(build-system python-build-system)
;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
(propagated-inputs
--
2.29.1
Michael Rohleder wrote 4 years ago
(address . 44363@debbugs.gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201103193719.614-1-mike@rohleder.de
* gnu/packages/matrix.scm (synapse): Update to 1.22.1.
[propagated-inputs]: Add python-packaging.
---
After playing some more with synapse, I realized it also
needs python-packaging (at runtime).

gnu/packages/matrix.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 83a0d478af..6a6cc628ca 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.20.1")
+ (version "1.22.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "matrix-synapse" version))
(sha256
(base32
- "1sf36vwvy2f9jy6dldq6gqfmh60384i5j64s7yc131b4dp0n7lcw"))))
+ "1pbxdqpfa7wzdz61p6x58x7841vng1g65qayxgcw73bn1shl50jb"))))
(build-system python-build-system)
;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
(propagated-inputs
@@ -109,6 +109,7 @@ an LDAP server.")
("python-txacme" ,python-txacme)
("python-pysaml2" ,python-pysaml2)
("python-lxml" ,python-lxml)
+ ("python-packaging" ,python-packaging)
;; sentry-sdk, jaeger-client, and opentracing could be included, but
;; all are monitoring aids and not essential.
("python-pyjwt" ,python-pyjwt)))
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 44363-done@debbugs.gnu.org)
20201104092523.GG9755@E5400
Looks good. Patch pushed.

--
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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+ic4AACgkQQarn3Mo9
g1F7wg/8CbgmSOJkYXLBtmCuON2ex3OfxwlQZtW7g2UgKviGTkRUO74AHU0FViuN
PHjX+NYbSf8PTUE9GpxOtUYT3W3vHmGNeLOYlXPN7ufq4+Pzs4s7S4BmIMM6Rka8
+sK4zLJIcFPkowy2kTnEiJw3Gn5mCPw8Gc3EyfQxoU0JYRqpWyJSEMc71ybaKENU
zIpkzZMwS0vmZNyyZu/5E3hvMs+B1y66H9Q6B+UhSwjdkjVR/M13zfOlEAKToP6g
3LQf0YZjOwfbpgNFa70YUhT84mj9p3cptwyQAPi04lBhiIxQ0p1/VB3+klYbEWf0
1kh8JiNFdExScx+yAuhLpLxl2oJ1qJBRjWCkYxPtfvJZLpDGrerRRSryGmanpyY4
oP1i4yhF6+tTXBcykcfKVyQYZMH6dB3EPV+UT1zhDXYWvJE3XozGfUPzfp+ubY/e
B8Zd5zLGKT023VYv2TFBSdTTxvgbj0MWhpzkSNX/MyCYHna6NrsLocK0SMKUyyBl
CoE/XUMtiZHJOxp6HNKK/K39XMfOch5jpJulTP8SH9PrVtMrU8JF+WFrkP0j6IyM
ce2bVd8Ssz6gPTU7H8gdRh/cAJyooB1j9+iZ19ld3K6UbqWcgRyZbzPrNPwBWZbc
eG95vgq3JfDGtN/ZJcp61SMN+h9nDJpqrr9CnQSa6+ve0NYmZ8E=
=c+tO
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44363@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44363
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help