Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] maint/synapse
@ 2023-07-19 13:13 TinfoilSubmarine
  2023-07-19 21:20 ` [PR PATCH] [Updated] synapse: update to 1.88.0 TinfoilSubmarine
  2023-07-24 21:01 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2023-07-19 13:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 398 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/45131

maint/synapse
- python3-prometheus_client: update to 0.17.1.
- synapse: update to 1.88.0.


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

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

From 6b06d4835455eaad67b94c2e3e561f1f8db9bc86 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 19 Jul 2023 09:03:04 -0400
Subject: [PATCH 1/2] python3-prometheus_client: update to 0.17.1.

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

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index 4dc4c5551208..40795dd9f249 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
-version=0.16.0
+version=0.17.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,5 +10,6 @@ short_desc="Python3 client for the Prometheus monitoring system"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="Apache-2.0"
 homepage="https://github.com/prometheus/client_python"
+changelog="https://github.com/prometheus/client_python/releases"
 distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
-checksum=a03e35b359f14dd1630898543e2120addfdeacd1a6069c1367ae90fd93ad3f48
+checksum=21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091

From 9ebde624b0fa1b421e1ad94040a0b3f9bbe56fa9 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 19 Jul 2023 09:00:09 -0400
Subject: [PATCH 2/2] synapse: update to 1.88.0.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index a5b7a504ca97..c0306f97abf6 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.87.0
+version=1.88.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=b6dc1924a776f44d0fe61a1da78ac2bae17b39fc62dc146a0003a46514dff7f6
+checksum=c094190e21b6cc6d753d9f08b7599fb649aa44ebe8f64fda3add6ba032689de9
 
 if [ "$CROSS_BUILD" ]; then
 	makedepends+=" rust-std"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.88.0.
  2023-07-19 13:13 [PR PATCH] maint/synapse TinfoilSubmarine
@ 2023-07-19 21:20 ` TinfoilSubmarine
  2023-07-24 21:01 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2023-07-19 21:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 416 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/45131

synapse: update to 1.88.0.
- python3-prometheus_client: update to 0.17.1.
- synapse: update to 1.88.0.


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

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

From 620a1bf83fe01f9bda77a6d49bfceecc56904cb3 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 19 Jul 2023 09:03:04 -0400
Subject: [PATCH 1/5] python3-prometheus_client: update to 0.17.1.

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

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index 4dc4c5551208..40795dd9f249 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
-version=0.16.0
+version=0.17.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,5 +10,6 @@ short_desc="Python3 client for the Prometheus monitoring system"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="Apache-2.0"
 homepage="https://github.com/prometheus/client_python"
+changelog="https://github.com/prometheus/client_python/releases"
 distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
-checksum=a03e35b359f14dd1630898543e2120addfdeacd1a6069c1367ae90fd93ad3f48
+checksum=21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091

From b348c5d2b0f5b7daf431f3f5664b3b15fc8338bf Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 19 Jul 2023 17:13:09 -0400
Subject: [PATCH 2/5] python3-immutabledict: update to 2.2.5.

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

diff --git a/srcpkgs/python3-immutabledict/template b/srcpkgs/python3-immutabledict/template
index d8eaced0c483..5ae52daf0ce3 100644
--- a/srcpkgs/python3-immutabledict/template
+++ b/srcpkgs/python3-immutabledict/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-immutabledict'
 pkgname=python3-immutabledict
-version=2.2.4
+version=2.2.5
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-poetry-core"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/corenting/immutabledict"
 changelog="https://raw.githubusercontent.com/corenting/immutabledict/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/i/immutabledict/immutabledict-${version}.tar.gz"
-checksum=3bedc0741faaa2846f6edf5c29183f993da3abaff6a5961bb70a5659bb9e68ab
+checksum=1ce423cf7861ba84eaa7c2eca482e46854eac07765ef4873b640eb67eea8b203
 
 post_install() {
 	vlicense LICENSE

From e9be9138ec10850f26e0bcb2f937f522bce31f9e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 19 Jul 2023 17:13:35 -0400
Subject: [PATCH 3/5] python3-ijson: update to 3.2.2.

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

diff --git a/srcpkgs/python3-ijson/template b/srcpkgs/python3-ijson/template
index 41914046d28b..8628c6bc34b7 100644
--- a/srcpkgs/python3-ijson/template
+++ b/srcpkgs/python3-ijson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ijson'
 pkgname=python3-ijson
-version=3.2.1
+version=3.2.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/ICRAR/ijson"
 changelog="https://raw.githubusercontent.com/ICRAR/ijson/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/i/ijson/ijson-${version}.tar.gz"
-checksum=8574bf19f31fab870488769ad919a80f130825236ac8bde9a733f69c2961d7a7
+checksum=b9883c8716001d7a5c8185905208e40a77eef9b2a73dbce4d189ceb092aa93bd
 
 post_install() {
 	vlicense LICENSE.txt

From e43f9f6135f07a6ae5a6aa2df7e1f704b5a1a454 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 19 Jul 2023 17:15:44 -0400
Subject: [PATCH 4/5] python3-txredisapi: update to 1.4.10.

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

diff --git a/srcpkgs/python3-txredisapi/template b/srcpkgs/python3-txredisapi/template
index 1e29673bf3be..de15ad72aefe 100644
--- a/srcpkgs/python3-txredisapi/template
+++ b/srcpkgs/python3-txredisapi/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-txredisapi'
 pkgname=python3-txredisapi
-version=1.4.9
+version=1.4.10
 revision=1
 build_style=python3-module
 make_check_args="--ignore tests/test_basics.py
@@ -36,4 +36,4 @@ license="Apache-2.0"
 homepage="https://github.com/IlyaSkriblovsky/txredisapi"
 changelog="https://raw.githubusercontent.com/IlyaSkriblovsky/txredisapi/master/CHANGELOG.md"
 distfiles="https://github.com/IlyaSkriblovsky/txredisapi/archive/refs/tags/${version}.tar.gz"
-checksum=bb6af4eabe9b05afd4389516d41d60adfb24dcee01601be8a4808de2cb00d3a7
+checksum=bf11270796b4c09681176213a007b24cd0b2bbcdacb45ee5c3a01ac7072ab484

From a4747d029c7014adb61a8f548ad4394986583a81 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 19 Jul 2023 09:00:09 -0400
Subject: [PATCH 5/5] synapse: update to 1.88.0.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index a5b7a504ca97..c0306f97abf6 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.87.0
+version=1.88.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=b6dc1924a776f44d0fe61a1da78ac2bae17b39fc62dc146a0003a46514dff7f6
+checksum=c094190e21b6cc6d753d9f08b7599fb649aa44ebe8f64fda3add6ba032689de9
 
 if [ "$CROSS_BUILD" ]; then
 	makedepends+=" rust-std"

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

* Re: [PR PATCH] [Merged]: synapse: update to 1.88.0.
  2023-07-19 13:13 [PR PATCH] maint/synapse TinfoilSubmarine
  2023-07-19 21:20 ` [PR PATCH] [Updated] synapse: update to 1.88.0 TinfoilSubmarine
@ 2023-07-24 21:01 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-07-24 21:01 UTC (permalink / raw)
  To: ml

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

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

synapse: update to 1.88.0.
https://github.com/void-linux/void-packages/pull/45131

Description:
- python3-prometheus_client: update to 0.17.1.
- synapse: update to 1.88.0.


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

end of thread, other threads:[~2023-07-24 21:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-19 13:13 [PR PATCH] maint/synapse TinfoilSubmarine
2023-07-19 21:20 ` [PR PATCH] [Updated] synapse: update to 1.88.0 TinfoilSubmarine
2023-07-24 21:01 ` [PR PATCH] [Merged]: " Duncaen

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