Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] synapse: update to 1.78.0.
@ 2023-02-28 19:01 TinfoilSubmarine
  2023-03-01  3:25 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2023-02-28 19:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/synapse
https://github.com/void-linux/void-packages/pull/42507

synapse: update to 1.78.0.
- python3-saml2: update to 7.4.1.
- python3-prometheus_client: update to 0.16.0.
- python3-simplejson: update to 3.18.3.
- synapse: update to 1.78.0.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d85b6116b415ac98f2e5b9b340291a4f6e4415c6 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 15 Feb 2023 14:49:33 -0500
Subject: [PATCH 1/4] python3-saml2: update to 7.4.1.

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

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index f805b568071c..0a386d5c2ae1 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,12 +1,13 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
-version=7.2.1
-revision=2
-build_style=python3-module
+version=7.4.1
+revision=1
+build_style=python3-pep517
 make_check_args="--ignore=tests/test_36_mdbcache.py \
  --ignore=tests/test_75_mongodb.py \
  --ignore=tests/test_76_metadata_in_mdb.py"
-hostmakedepends="python3-setuptools"
+make_install_target="dist/pysaml2-${version}-*-*-*.whl"
+hostmakedepends="python3-poetry-core unzip"
 depends="python3-cryptography python3-openssl python3-dateutil python3-pytz
  python3-requests python3-six python3-defusedxml python3-xmlschema"
 checkdepends="python3-pytest python3-mock xmlsec1-devel python3-responses
@@ -17,5 +18,9 @@ license="Apache-2.0"
 homepage="https://github.com/IdentityPython/pysaml2"
 changelog="https://raw.githubusercontent.com/IdentityPython/pysaml2/master/CHANGELOG.md"
 distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz"
-checksum=c6f5e36c0df040ebeccc0acc0be65960a2f12aaba1d77bbdae29cc3c475b0cdc
+checksum=33afba452544662887f6eb8c6405aeebfa4017dc7762e414ab4318f2f9d9bb6d
 make_check_pre="env PYTHONPATH=src"
+
+pre_check() {
+	unzip ${make_install_target} "*.dist-info/*"
+}

From db49c20231b603b1588a7bfd0874f091452b230b Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 15 Feb 2023 15:04:32 -0500
Subject: [PATCH 2/4] python3-prometheus_client: update to 0.16.0.

---
 srcpkgs/python3-prometheus_client/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index 7ce3f8fd4f70..4dc4c5551208 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
-version=0.15.0
-revision=2
+version=0.16.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -11,4 +11,4 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="Apache-2.0"
 homepage="https://github.com/prometheus/client_python"
 distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
-checksum=be26aa452490cfcf6da953f9436e95a9f2b4d578ca80094b4458930e5f584ab1
+checksum=a03e35b359f14dd1630898543e2120addfdeacd1a6069c1367ae90fd93ad3f48

From a1c79c59533c74c9cbd970a37ad8610293decbc6 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Feb 2023 13:01:40 -0500
Subject: [PATCH 3/4] python3-simplejson: update to 3.18.3.

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

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index a9e633934894..45dbc20e5a8c 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
-version=3.18.1
+version=3.18.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,7 @@ license="MIT, AFL-2.1"
 homepage="https://github.com/simplejson/simplejson"
 changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt"
 distfiles="https://github.com/simplejson/simplejson/archive/refs/tags/v${version}.tar.gz"
-checksum=a31ab0eff7847cf2d0ed0d3fe5ae10f5c8551370d5c072921688b5a2f62e93b1
+checksum=366d567166a38e8de28fd08bb5e374cad6d9c4ab57ce326c97fc761b3c5b0e4d
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

From c838f3d6cd6f40c34c65c4787f58b9d71df31feb Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Feb 2023 13:00:32 -0500
Subject: [PATCH 4/4] synapse: update to 1.78.0.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index fb46570d8059..938f54cdac22 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.77.0
+version=1.78.0
 revision=1
 build_style=python3-pep517
 build_helper=rust
@@ -24,7 +24,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=d84eceb807ed03e6d580990008bc82e29d20cd62bd11a8b73a559c0fb2797504
+checksum=bb8669f9b57a2ee6013bb5332c57bbeb9f424b6f5f6a3fdaf5db96ca6b66727a
 
 if [ "$CROSS_BUILD" ]; then
 	makedepends+=" rust-std"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.78.0.
  2023-02-28 19:01 [PR PATCH] synapse: update to 1.78.0 TinfoilSubmarine
@ 2023-03-01  3:25 ` TinfoilSubmarine
  2023-03-14 18:48 ` TinfoilSubmarine
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2023-03-01  3:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/synapse
https://github.com/void-linux/void-packages/pull/42507

synapse: update to 1.78.0.
- python3-saml2: update to 7.4.1.
- python3-prometheus_client: update to 0.16.0.
- python3-simplejson: update to 3.18.3.
- synapse: update to 1.78.0.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 4bb72e2352eab5a6ab398bed0e385015732c1a9e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 15 Feb 2023 14:49:33 -0500
Subject: [PATCH 1/4] python3-saml2: update to 7.4.1.

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

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index f805b568071c..0a386d5c2ae1 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,12 +1,13 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
-version=7.2.1
-revision=2
-build_style=python3-module
+version=7.4.1
+revision=1
+build_style=python3-pep517
 make_check_args="--ignore=tests/test_36_mdbcache.py \
  --ignore=tests/test_75_mongodb.py \
  --ignore=tests/test_76_metadata_in_mdb.py"
-hostmakedepends="python3-setuptools"
+make_install_target="dist/pysaml2-${version}-*-*-*.whl"
+hostmakedepends="python3-poetry-core unzip"
 depends="python3-cryptography python3-openssl python3-dateutil python3-pytz
  python3-requests python3-six python3-defusedxml python3-xmlschema"
 checkdepends="python3-pytest python3-mock xmlsec1-devel python3-responses
@@ -17,5 +18,9 @@ license="Apache-2.0"
 homepage="https://github.com/IdentityPython/pysaml2"
 changelog="https://raw.githubusercontent.com/IdentityPython/pysaml2/master/CHANGELOG.md"
 distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz"
-checksum=c6f5e36c0df040ebeccc0acc0be65960a2f12aaba1d77bbdae29cc3c475b0cdc
+checksum=33afba452544662887f6eb8c6405aeebfa4017dc7762e414ab4318f2f9d9bb6d
 make_check_pre="env PYTHONPATH=src"
+
+pre_check() {
+	unzip ${make_install_target} "*.dist-info/*"
+}

From b072eba0dbc440f9fe05842f9676accdab4cfd9a Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 15 Feb 2023 15:04:32 -0500
Subject: [PATCH 2/4] python3-prometheus_client: update to 0.16.0.

---
 srcpkgs/python3-prometheus_client/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index 7ce3f8fd4f70..4dc4c5551208 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
-version=0.15.0
-revision=2
+version=0.16.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -11,4 +11,4 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="Apache-2.0"
 homepage="https://github.com/prometheus/client_python"
 distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
-checksum=be26aa452490cfcf6da953f9436e95a9f2b4d578ca80094b4458930e5f584ab1
+checksum=a03e35b359f14dd1630898543e2120addfdeacd1a6069c1367ae90fd93ad3f48

From 3a290a4a4cca2686d3fed5c60ef0045965288e73 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Feb 2023 13:01:40 -0500
Subject: [PATCH 3/4] python3-simplejson: update to 3.18.3.

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

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index a9e633934894..45dbc20e5a8c 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
-version=3.18.1
+version=3.18.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,7 @@ license="MIT, AFL-2.1"
 homepage="https://github.com/simplejson/simplejson"
 changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt"
 distfiles="https://github.com/simplejson/simplejson/archive/refs/tags/v${version}.tar.gz"
-checksum=a31ab0eff7847cf2d0ed0d3fe5ae10f5c8551370d5c072921688b5a2f62e93b1
+checksum=366d567166a38e8de28fd08bb5e374cad6d9c4ab57ce326c97fc761b3c5b0e4d
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

From f4c815c88c7daf3bf0206c1fc68ec2662d03ebbf Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Feb 2023 13:00:32 -0500
Subject: [PATCH 4/4] synapse: update to 1.78.0.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index fb46570d8059..938f54cdac22 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.77.0
+version=1.78.0
 revision=1
 build_style=python3-pep517
 build_helper=rust
@@ -24,7 +24,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=d84eceb807ed03e6d580990008bc82e29d20cd62bd11a8b73a559c0fb2797504
+checksum=bb8669f9b57a2ee6013bb5332c57bbeb9f424b6f5f6a3fdaf5db96ca6b66727a
 
 if [ "$CROSS_BUILD" ]; then
 	makedepends+=" rust-std"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.78.0.
  2023-02-28 19:01 [PR PATCH] synapse: update to 1.78.0 TinfoilSubmarine
  2023-03-01  3:25 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2023-03-14 18:48 ` TinfoilSubmarine
  2023-03-28 19:12 ` [PR PATCH] [Updated] synapse: update to 1.79.0 TinfoilSubmarine
  2023-03-30 21:27 ` [PR PATCH] [Merged]: synapse: update to 1.80.0 paper42
  3 siblings, 0 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2023-03-14 18:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/synapse
https://github.com/void-linux/void-packages/pull/42507

synapse: update to 1.78.0.
- python3-saml2: update to 7.4.1.
- python3-prometheus_client: update to 0.16.0.
- python3-simplejson: update to 3.18.3.
- synapse: update to 1.78.0.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 65ef21b880c0625f11ea090078b4a130585bd8d4 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 15 Feb 2023 14:49:33 -0500
Subject: [PATCH 1/4] python3-saml2: update to 7.4.1.

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

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index f805b568071c..0a386d5c2ae1 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,12 +1,13 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
-version=7.2.1
-revision=2
-build_style=python3-module
+version=7.4.1
+revision=1
+build_style=python3-pep517
 make_check_args="--ignore=tests/test_36_mdbcache.py \
  --ignore=tests/test_75_mongodb.py \
  --ignore=tests/test_76_metadata_in_mdb.py"
-hostmakedepends="python3-setuptools"
+make_install_target="dist/pysaml2-${version}-*-*-*.whl"
+hostmakedepends="python3-poetry-core unzip"
 depends="python3-cryptography python3-openssl python3-dateutil python3-pytz
  python3-requests python3-six python3-defusedxml python3-xmlschema"
 checkdepends="python3-pytest python3-mock xmlsec1-devel python3-responses
@@ -17,5 +18,9 @@ license="Apache-2.0"
 homepage="https://github.com/IdentityPython/pysaml2"
 changelog="https://raw.githubusercontent.com/IdentityPython/pysaml2/master/CHANGELOG.md"
 distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz"
-checksum=c6f5e36c0df040ebeccc0acc0be65960a2f12aaba1d77bbdae29cc3c475b0cdc
+checksum=33afba452544662887f6eb8c6405aeebfa4017dc7762e414ab4318f2f9d9bb6d
 make_check_pre="env PYTHONPATH=src"
+
+pre_check() {
+	unzip ${make_install_target} "*.dist-info/*"
+}

From af5ee2ed18c7a2b1273a1974edb723074f161bed Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 15 Feb 2023 15:04:32 -0500
Subject: [PATCH 2/4] python3-prometheus_client: update to 0.16.0.

---
 srcpkgs/python3-prometheus_client/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index 7ce3f8fd4f70..4dc4c5551208 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
-version=0.15.0
-revision=2
+version=0.16.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -11,4 +11,4 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="Apache-2.0"
 homepage="https://github.com/prometheus/client_python"
 distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
-checksum=be26aa452490cfcf6da953f9436e95a9f2b4d578ca80094b4458930e5f584ab1
+checksum=a03e35b359f14dd1630898543e2120addfdeacd1a6069c1367ae90fd93ad3f48

From 27eef54229cbca3ceb75243f81ef5d07cd90a642 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Feb 2023 13:01:40 -0500
Subject: [PATCH 3/4] python3-simplejson: update to 3.18.3.

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

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index a9e633934894..45dbc20e5a8c 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
-version=3.18.1
+version=3.18.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,7 @@ license="MIT, AFL-2.1"
 homepage="https://github.com/simplejson/simplejson"
 changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt"
 distfiles="https://github.com/simplejson/simplejson/archive/refs/tags/v${version}.tar.gz"
-checksum=a31ab0eff7847cf2d0ed0d3fe5ae10f5c8551370d5c072921688b5a2f62e93b1
+checksum=366d567166a38e8de28fd08bb5e374cad6d9c4ab57ce326c97fc761b3c5b0e4d
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

From 197b2b4a4275936e8abbba6cb3064cf1651d00b5 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Feb 2023 13:00:32 -0500
Subject: [PATCH 4/4] synapse: update to 1.79.0.

---
 .../patches/revert_frozendict_upperbound.patch      | 13 +++++++++++++
 srcpkgs/synapse/template                            |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/synapse/patches/revert_frozendict_upperbound.patch

diff --git a/srcpkgs/synapse/patches/revert_frozendict_upperbound.patch b/srcpkgs/synapse/patches/revert_frozendict_upperbound.patch
new file mode 100644
index 000000000000..4a5e068a828b
--- /dev/null
+++ b/srcpkgs/synapse/patches/revert_frozendict_upperbound.patch
@@ -0,0 +1,13 @@
+--- b/pyproject.toml
++++ a/pyproject.toml
+@@ -154,9 +154,7 @@
+ # we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0
+ jsonschema = ">=3.0.0"
+ # frozendict 2.1.2 is broken on Debian 10: https://github.com/Marco-Sulla/python-frozendict/issues/41
++frozendict = ">=1,!=2.1.2"
+-# We cannot test our wheels against the 2.3.5 release in CI. Putting in an upper bound for this
+-# because frozendict has been more trouble than it's worth; we would like to move to immutabledict.
+-frozendict = ">=1,!=2.1.2,<2.3.5"
+ # We require 2.1.0 or higher for type hints. Previous guard was >= 1.1.0
+ unpaddedbase64 = ">=2.1.0"
+ # We require 1.5.0 to work around an issue when running against the C implementation of
diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index fb46570d8059..783eb7ed005f 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.77.0
+version=1.79.0
 revision=1
 build_style=python3-pep517
 build_helper=rust
@@ -24,7 +24,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=d84eceb807ed03e6d580990008bc82e29d20cd62bd11a8b73a559c0fb2797504
+checksum=008024c2279ce2e282fe00e601fa6e99681129c33c1281b9054ecf14afd7e2d7
 
 if [ "$CROSS_BUILD" ]; then
 	makedepends+=" rust-std"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.79.0.
  2023-02-28 19:01 [PR PATCH] synapse: update to 1.78.0 TinfoilSubmarine
  2023-03-01  3:25 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2023-03-14 18:48 ` TinfoilSubmarine
@ 2023-03-28 19:12 ` TinfoilSubmarine
  2023-03-30 21:27 ` [PR PATCH] [Merged]: synapse: update to 1.80.0 paper42
  3 siblings, 0 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2023-03-28 19:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/synapse
https://github.com/void-linux/void-packages/pull/42507

synapse: update to 1.79.0.
- python3-saml2: update to 7.4.1.
- python3-prometheus_client: update to 0.16.0.
- python3-simplejson: update to 3.18.3.
- synapse: update to 1.79.0.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ac57a2056bf295ab88090cf8f21c8e184f587548 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 15 Feb 2023 14:49:33 -0500
Subject: [PATCH 1/6] python3-saml2: update to 7.4.1.

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

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index f805b568071c..0a386d5c2ae1 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,12 +1,13 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
-version=7.2.1
-revision=2
-build_style=python3-module
+version=7.4.1
+revision=1
+build_style=python3-pep517
 make_check_args="--ignore=tests/test_36_mdbcache.py \
  --ignore=tests/test_75_mongodb.py \
  --ignore=tests/test_76_metadata_in_mdb.py"
-hostmakedepends="python3-setuptools"
+make_install_target="dist/pysaml2-${version}-*-*-*.whl"
+hostmakedepends="python3-poetry-core unzip"
 depends="python3-cryptography python3-openssl python3-dateutil python3-pytz
  python3-requests python3-six python3-defusedxml python3-xmlschema"
 checkdepends="python3-pytest python3-mock xmlsec1-devel python3-responses
@@ -17,5 +18,9 @@ license="Apache-2.0"
 homepage="https://github.com/IdentityPython/pysaml2"
 changelog="https://raw.githubusercontent.com/IdentityPython/pysaml2/master/CHANGELOG.md"
 distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz"
-checksum=c6f5e36c0df040ebeccc0acc0be65960a2f12aaba1d77bbdae29cc3c475b0cdc
+checksum=33afba452544662887f6eb8c6405aeebfa4017dc7762e414ab4318f2f9d9bb6d
 make_check_pre="env PYTHONPATH=src"
+
+pre_check() {
+	unzip ${make_install_target} "*.dist-info/*"
+}

From 0d40d8d2285edc0385d8541182dd2ccfcd41a94c Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 15 Feb 2023 15:04:32 -0500
Subject: [PATCH 2/6] python3-prometheus_client: update to 0.16.0.

---
 srcpkgs/python3-prometheus_client/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index 7ce3f8fd4f70..4dc4c5551208 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
-version=0.15.0
-revision=2
+version=0.16.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -11,4 +11,4 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="Apache-2.0"
 homepage="https://github.com/prometheus/client_python"
 distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
-checksum=be26aa452490cfcf6da953f9436e95a9f2b4d578ca80094b4458930e5f584ab1
+checksum=a03e35b359f14dd1630898543e2120addfdeacd1a6069c1367ae90fd93ad3f48

From 330100946dcdbce7a5f48425f94f37e05d15c2ec Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Feb 2023 13:01:40 -0500
Subject: [PATCH 3/6] python3-simplejson: update to 3.18.3.

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

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index a9e633934894..45dbc20e5a8c 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
-version=3.18.1
+version=3.18.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,7 @@ license="MIT, AFL-2.1"
 homepage="https://github.com/simplejson/simplejson"
 changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt"
 distfiles="https://github.com/simplejson/simplejson/archive/refs/tags/v${version}.tar.gz"
-checksum=a31ab0eff7847cf2d0ed0d3fe5ae10f5c8551370d5c072921688b5a2f62e93b1
+checksum=366d567166a38e8de28fd08bb5e374cad6d9c4ab57ce326c97fc761b3c5b0e4d
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

From b80a20631924880c53a4e5fda42bfa5bc37d040f Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Mar 2023 14:25:09 -0400
Subject: [PATCH 4/6] python3-phonenumbers: update to 8.13.8.

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

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index f9b99499d502..a8d9ee962a77 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
-version=8.13.6
+version=8.13.8
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,4 +11,4 @@ license="Apache-2.0"
 homepage="https://github.com/daviddrysdale/python-phonenumbers"
 changelog="https://raw.githubusercontent.com/daviddrysdale/python-phonenumbers/dev/python/HISTORY.md"
 distfiles="${PYPI_SITE}/p/phonenumbers/phonenumbers-${version}.tar.gz"
-checksum=f8bd92975ba7463b7828ae2f95e1037b7e0ab8f023e9e8ffb7c560fd7f5d66d7
+checksum=4ba92a917fb8f6e3fe33fd04b9d84299852ce237289129ee4eda47a043a5c6c4

From 336c589e6febf8b028adb1939f40fce4a787e7a4 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Mar 2023 14:57:34 -0400
Subject: [PATCH 5/6] python3-canonicaljson: update to 1.6.5.

---
 srcpkgs/python3-canonicaljson/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index b0d08e1ed59c..d050094a7d5e 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
-version=1.6.4
+version=1.6.5
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
@@ -10,6 +10,7 @@ short_desc="Canonical JSON"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="Apache-2.0"
 homepage="https://github.com/matrix-org/python-canonicaljson"
+changelog="https://raw.githubusercontent.com/matrix-org/python-canonicaljson/main/CHANGES.md"
 distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
-checksum=6c09b2119511f30eb1126cfcd973a10824e20f1cfd25039cde3d1218dd9c8d8f
+checksum=68dfc157b011e07d94bf74b5d4ccc01958584ed942d9dfd5fdd706609e81cd4b
 make_check_pre="env PYTHONPATH=src"

From f1aa5083d20aae158b6f610e1dae9ef094580ce7 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Feb 2023 13:00:32 -0500
Subject: [PATCH 6/6] synapse: update to 1.80.0.

---
 .../patches/revert_frozendict_upperbound.patch      | 13 +++++++++++++
 srcpkgs/synapse/template                            |  6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/synapse/patches/revert_frozendict_upperbound.patch

diff --git a/srcpkgs/synapse/patches/revert_frozendict_upperbound.patch b/srcpkgs/synapse/patches/revert_frozendict_upperbound.patch
new file mode 100644
index 000000000000..4a5e068a828b
--- /dev/null
+++ b/srcpkgs/synapse/patches/revert_frozendict_upperbound.patch
@@ -0,0 +1,13 @@
+--- b/pyproject.toml
++++ a/pyproject.toml
+@@ -154,9 +154,7 @@
+ # we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0
+ jsonschema = ">=3.0.0"
+ # frozendict 2.1.2 is broken on Debian 10: https://github.com/Marco-Sulla/python-frozendict/issues/41
++frozendict = ">=1,!=2.1.2"
+-# We cannot test our wheels against the 2.3.5 release in CI. Putting in an upper bound for this
+-# because frozendict has been more trouble than it's worth; we would like to move to immutabledict.
+-frozendict = ">=1,!=2.1.2,<2.3.5"
+ # We require 2.1.0 or higher for type hints. Previous guard was >= 1.1.0
+ unpaddedbase64 = ">=2.1.0"
+ # We require 1.5.0 to work around an issue when running against the C implementation of
diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index fb46570d8059..9fd2a9018d9c 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.77.0
+version=1.80.0
 revision=1
 build_style=python3-pep517
 build_helper=rust
@@ -24,7 +24,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=d84eceb807ed03e6d580990008bc82e29d20cd62bd11a8b73a559c0fb2797504
+checksum=7835d4790fb340269595fd792a6f7d6e49b004698634eca3c2453b8adc21b9f9
 
 if [ "$CROSS_BUILD" ]; then
 	makedepends+=" rust-std"
@@ -39,7 +39,7 @@ make_dirs="
 	/var/log/synapse 0755 synapse synapse"
 
 pre_check() {
-	unzip ${make_install_target} "*.dist-info/*"
+	yes | unzip ${make_install_target} "*.dist-info/*"
 	[ -d build/lib* ] && cp -r tests build/lib*
 }
 

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

* Re: [PR PATCH] [Merged]: synapse: update to 1.80.0.
  2023-02-28 19:01 [PR PATCH] synapse: update to 1.78.0 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2023-03-28 19:12 ` [PR PATCH] [Updated] synapse: update to 1.79.0 TinfoilSubmarine
@ 2023-03-30 21:27 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-30 21:27 UTC (permalink / raw)
  To: ml

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

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

synapse: update to 1.80.0.
https://github.com/void-linux/void-packages/pull/42507

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-03-30 21:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 19:01 [PR PATCH] synapse: update to 1.78.0 TinfoilSubmarine
2023-03-01  3:25 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-03-14 18:48 ` TinfoilSubmarine
2023-03-28 19:12 ` [PR PATCH] [Updated] synapse: update to 1.79.0 TinfoilSubmarine
2023-03-30 21:27 ` [PR PATCH] [Merged]: synapse: update to 1.80.0 paper42

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