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

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