Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] synapse: update to 1.21.1.
@ 2020-10-14  7:38 freshprince
  2020-10-16 12:03 ` [PR PATCH] [Updated] " freshprince
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: freshprince @ 2020-10-14  7:38 UTC (permalink / raw)
  To: ml

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

There is a new pull request by freshprince against master on the void-packages repository

https://github.com/freshprince/void-packages synapse-1.21.1
https://github.com/void-linux/void-packages/pull/25592

synapse: update to 1.21.1.


A patch file from https://github.com/void-linux/void-packages/pull/25592.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-synapse-1.21.1-25592.patch --]
[-- Type: text/x-diff, Size: 2784 bytes --]

From aab98300ceea7115c576bb33c69687b62cad81df Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Wed, 14 Oct 2020 09:36:31 +0200
Subject: [PATCH 1/2] python3-canonicaljson: update to 1.4.0.

---
 srcpkgs/python3-canonicaljson/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 22ae94ab2b5..8e2433b0ca9 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,14 +1,14 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
-version=1.3.0
-revision=2
+version=1.4.0
+revision=1
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-simplejson>=3.6.5 python3-frozendict>=1.0 python3-six"
+depends="python3-simplejson>=3.14.0 python3-frozendict>=1.0 python3-six"
 short_desc="Canonical JSON"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/matrix-org/python-canonicaljson"
 distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
-checksum=b4763db06a2e8553293c5edaa4bda05605c3307179a7ddfb30273a24ac384b6c
+checksum=899b7604f5a6a8a92109115d9250142cdf0b1dfdcb62cdb21d8fb5bf37780631

From 2c5b7a2a195fc13651002597ab49ecb83865791e Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Wed, 14 Oct 2020 09:37:07 +0200
Subject: [PATCH 2/2] synapse: update to 1.21.1.

---
 srcpkgs/synapse/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 8da3b8f589a..1392bedeb6b 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,10 +1,10 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.20.1
-revision=2
+version=1.21.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0
+depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.4.0
  python3-signedjson python3-pynacl python3-service_identity python3-Twisted
  python3-openssl python3-yaml python3-pyasn1 python3-pyasn1-modules
  python3-daemonize python3-bcrypt python3-Pillow python3-psutil
@@ -19,7 +19,7 @@ license="Apache-2.0"
 homepage="https://github.com/matrix-org/synapse"
 changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
 distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
-checksum=0f5bfb657a093cc9bb6210754f0579f66fc18d6f1672f56172b5c79da6bc37c5
+checksum=edb557fdabd3586eea9736bf3a4cf79dc0c4ed4640fcf0ed30dcef98d979d6fa
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.21.1.
  2020-10-14  7:38 [PR PATCH] synapse: update to 1.21.1 freshprince
@ 2020-10-16 12:03 ` freshprince
  2020-10-23 16:28 ` [PR PATCH] [Updated] synapse: update to 1.21.2 freshprince
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: freshprince @ 2020-10-16 12:03 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by freshprince against master on the void-packages repository

https://github.com/freshprince/void-packages synapse-1.21.1
https://github.com/void-linux/void-packages/pull/25592

synapse: update to 1.21.1.


A patch file from https://github.com/void-linux/void-packages/pull/25592.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-synapse-1.21.1-25592.patch --]
[-- Type: text/x-diff, Size: 2784 bytes --]

From 0c5ed0f2dc7db708d00e1b19a6a6508561f9756f Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Wed, 14 Oct 2020 09:36:31 +0200
Subject: [PATCH 1/2] python3-canonicaljson: update to 1.4.0.

---
 srcpkgs/python3-canonicaljson/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 22ae94ab2b5..8e2433b0ca9 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,14 +1,14 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
-version=1.3.0
-revision=2
+version=1.4.0
+revision=1
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-simplejson>=3.6.5 python3-frozendict>=1.0 python3-six"
+depends="python3-simplejson>=3.14.0 python3-frozendict>=1.0 python3-six"
 short_desc="Canonical JSON"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/matrix-org/python-canonicaljson"
 distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
-checksum=b4763db06a2e8553293c5edaa4bda05605c3307179a7ddfb30273a24ac384b6c
+checksum=899b7604f5a6a8a92109115d9250142cdf0b1dfdcb62cdb21d8fb5bf37780631

From bd0880f1451373a6d840476bbd03d051b5fb6fbf Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Wed, 14 Oct 2020 09:37:07 +0200
Subject: [PATCH 2/2] synapse: update to 1.21.2.

---
 srcpkgs/synapse/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 8da3b8f589a..a70413bedef 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,10 +1,10 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.20.1
-revision=2
+version=1.21.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0
+depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.4.0
  python3-signedjson python3-pynacl python3-service_identity python3-Twisted
  python3-openssl python3-yaml python3-pyasn1 python3-pyasn1-modules
  python3-daemonize python3-bcrypt python3-Pillow python3-psutil
@@ -19,7 +19,7 @@ license="Apache-2.0"
 homepage="https://github.com/matrix-org/synapse"
 changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
 distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
-checksum=0f5bfb657a093cc9bb6210754f0579f66fc18d6f1672f56172b5c79da6bc37c5
+checksum=ec7073befcda697428c4d634c7a8637ea7d1b01639b3a943d72821ba8110a0bf
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.21.2.
  2020-10-14  7:38 [PR PATCH] synapse: update to 1.21.1 freshprince
  2020-10-16 12:03 ` [PR PATCH] [Updated] " freshprince
@ 2020-10-23 16:28 ` freshprince
  2020-10-23 16:30 ` freshprince
  2020-10-24 11:49 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: freshprince @ 2020-10-23 16:28 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by freshprince against master on the void-packages repository

https://github.com/freshprince/void-packages synapse-1.21.1
https://github.com/void-linux/void-packages/pull/25592

synapse: update to 1.21.2.


A patch file from https://github.com/void-linux/void-packages/pull/25592.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-synapse-1.21.1-25592.patch --]
[-- Type: text/x-diff, Size: 3091 bytes --]

From a6a7229b463947d380e69b52743f217c1d310c63 Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Wed, 14 Oct 2020 09:36:31 +0200
Subject: [PATCH 1/2] python3-canonicaljson: update to 1.4.0.

---
 srcpkgs/python3-canonicaljson/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 22ae94ab2b5..80ee0c02f26 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,14 +1,14 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
-version=1.3.0
-revision=2
+version=1.4.0
+revision=1
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-simplejson>=3.6.5 python3-frozendict>=1.0 python3-six"
+depends="python3-simplejson python3-frozendict"
 short_desc="Canonical JSON"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/matrix-org/python-canonicaljson"
 distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
-checksum=b4763db06a2e8553293c5edaa4bda05605c3307179a7ddfb30273a24ac384b6c
+checksum=899b7604f5a6a8a92109115d9250142cdf0b1dfdcb62cdb21d8fb5bf37780631

From 35a7bc95405a8f5f2a7d4f5ce460c23cd10ddad6 Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Wed, 14 Oct 2020 09:37:07 +0200
Subject: [PATCH 2/2] synapse: update to 1.21.2.

---
 srcpkgs/synapse/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 8da3b8f589a..a1dec681ede 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,14 +1,14 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.20.1
-revision=2
+version=1.21.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0
+depends="python3-jsonschema python3-frozendict python3-canonicaljson
  python3-signedjson python3-pynacl python3-service_identity python3-Twisted
  python3-openssl python3-yaml python3-pyasn1 python3-pyasn1-modules
  python3-daemonize python3-bcrypt python3-Pillow python3-psutil
- python3-msgpack python3-phonenumbers python3-prometheus_client<0.8.0
+ python3-msgpack python3-phonenumbers python3-prometheus_client
  python3-attrs python3-netaddr python3-setuptools python3-bleach
  python3-Jinja2 python3-psycopg2 python3-lxml python3-saml2 python3-treq
  python3-txacme python3-macaroons python3-sortedcontainers
@@ -19,7 +19,7 @@ license="Apache-2.0"
 homepage="https://github.com/matrix-org/synapse"
 changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
 distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
-checksum=0f5bfb657a093cc9bb6210754f0579f66fc18d6f1672f56172b5c79da6bc37c5
+checksum=ec7073befcda697428c4d634c7a8637ea7d1b01639b3a943d72821ba8110a0bf
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: synapse: update to 1.21.2.
  2020-10-14  7:38 [PR PATCH] synapse: update to 1.21.1 freshprince
  2020-10-16 12:03 ` [PR PATCH] [Updated] " freshprince
  2020-10-23 16:28 ` [PR PATCH] [Updated] synapse: update to 1.21.2 freshprince
@ 2020-10-23 16:30 ` freshprince
  2020-10-24 11:49 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: freshprince @ 2020-10-23 16:30 UTC (permalink / raw)
  To: ml

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

New comment by freshprince on void-packages repository

https://github.com/void-linux/void-packages/pull/25592#issuecomment-715446344

Comment:
Thanks for taking a look.

I removed the version restrictions and tested whether `canonicaljson` loads without `six` installed and it seemed to work. So I removed that dependency too.

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

* Re: [PR PATCH] [Merged]: synapse: update to 1.21.2.
  2020-10-14  7:38 [PR PATCH] synapse: update to 1.21.1 freshprince
                   ` (2 preceding siblings ...)
  2020-10-23 16:30 ` freshprince
@ 2020-10-24 11:49 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-10-24 11:49 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

synapse: update to 1.21.2.
https://github.com/void-linux/void-packages/pull/25592

Description:


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

end of thread, other threads:[~2020-10-24 11:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14  7:38 [PR PATCH] synapse: update to 1.21.1 freshprince
2020-10-16 12:03 ` [PR PATCH] [Updated] " freshprince
2020-10-23 16:28 ` [PR PATCH] [Updated] synapse: update to 1.21.2 freshprince
2020-10-23 16:30 ` freshprince
2020-10-24 11:49 ` [PR PATCH] [Merged]: " ahesford

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 NNTP newsgroup(s).