Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] synapse: update to 1.89.0.
@ 2023-08-06 23:19 TinfoilSubmarine
  2023-08-09 17:21 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2023-08-06 23:19 UTC (permalink / raw)
  To: ml

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

synapse: update to 1.89.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/45464.patch is attached

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

From 16d2cf30425635838491d0f3f2b4c071005d0bf2 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 6 Aug 2023 15:02:04 -0400
Subject: [PATCH 1/4] python3-phonenumbers: update to 8.13.18.

---
 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 cb4f285ac7e1e..a55ff734bf05f 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.16
+version=8.13.18
 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=92772b142eac9f3aeb0e87958c436996ac16d468d96646483997c8a57517933b
+checksum=b360c756252805d44b447b5bca6d250cf6bd6c69b6f0f4258f3bfe5ab81bef69

From 4efb1d712ee704feb27bd8f7a1721ccba4944d71 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 6 Aug 2023 15:02:11 -0400
Subject: [PATCH 2/4] python3-immutabledict: update to 3.0.0.

---
 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 5ae52daf0ce3c..b47360668be3d 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.5
+version=3.0.0
 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=1ce423cf7861ba84eaa7c2eca482e46854eac07765ef4873b640eb67eea8b203
+checksum=5a23cd369a6187f76a8c29d7d687980b092538eb9800e58964603f1b973c56fe
 
 post_install() {
 	vlicense LICENSE

From 8afb6c0fa0f40ec1d464cf3b73eac8cfe3694b31 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 6 Aug 2023 15:02:15 -0400
Subject: [PATCH 3/4] python3-ijson: update to 3.2.3.

---
 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 8628c6bc34b71..b9f789577c47f 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.2
+version=3.2.3
 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=b9883c8716001d7a5c8185905208e40a77eef9b2a73dbce4d189ceb092aa93bd
+checksum=10294e9bf89cb713da05bc4790bdff616610432db561964827074898e174f917
 
 post_install() {
 	vlicense LICENSE.txt

From 18308028bcae237838a0708707f110b5b3c1aaa4 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 6 Aug 2023 15:02:20 -0400
Subject: [PATCH 4/4] synapse: update to 1.89.0.

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

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

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

* Re: [PR PATCH] [Merged]: synapse: update to 1.89.0.
  2023-08-06 23:19 [PR PATCH] synapse: update to 1.89.0 TinfoilSubmarine
@ 2023-08-09 17:21 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-08-09 17:21 UTC (permalink / raw)
  To: ml

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

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

synapse: update to 1.89.0.
https://github.com/void-linux/void-packages/pull/45464

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] 2+ messages in thread

end of thread, other threads:[~2023-08-09 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-06 23:19 [PR PATCH] synapse: update to 1.89.0 TinfoilSubmarine
2023-08-09 17:21 ` [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).