Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] synapse: update to 1.108.0.
@ 2024-05-30 20:40 TinfoilSubmarine
  2024-06-03 16:55 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2024-06-04 14:19 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2024-05-30 20:40 UTC (permalink / raw)
  To: ml

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

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

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

From 477913568560352b4eee97880ddc45e8edb535a7 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 30 May 2024 16:24:46 -0400
Subject: [PATCH 1/2] python3-phonenumbers: update to 8.13.37.

---
 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 e3e7849bb31e33..aa277a73b3d750 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.35
+version=8.13.37
 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=64f061a967dcdae11e1c59f3688649e697b897110a33bb74d5a69c3e35321245
+checksum=bd315fed159aea0516f7c367231810fe8344d5bec26156b88fa18374c11d1cf2

From 723e87f7394c62c059353a9252e6f89a41106ee1 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 30 May 2024 16:24:49 -0400
Subject: [PATCH 2/2] synapse: update to 1.108.0.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 7e353e7c58109b..16d33940b412b4 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.107.0
+version=1.108.0
 revision=1
 build_style=python3-pep517
 build_helper=rust
@@ -25,7 +25,7 @@ license="AGPL-3.0-or-later"
 homepage="https://element-hq.github.io/synapse"
 changelog="https://raw.githubusercontent.com/element-hq/synapse/develop/CHANGES.md"
 distfiles="https://github.com/element-hq/synapse/archive/refs/tags/v${version}.tar.gz"
-checksum=fe53632d95a670197a7bad59518e1bc46271e3f3f289fadc0015db393ae8ebd1
+checksum=9647b833e2493b61cca75892e5674b0d31715baff8eb05b2a23e35149bb4371d
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.108.0.
  2024-05-30 20:40 [PR PATCH] synapse: update to 1.108.0 TinfoilSubmarine
@ 2024-06-03 16:55 ` TinfoilSubmarine
  2024-06-04 14:19 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2024-06-03 16:55 UTC (permalink / raw)
  To: ml

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

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

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

From b3edda639f38b41778ff4e980c1d9e04e97f21cd Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 3 Jun 2024 12:54:49 -0400
Subject: [PATCH 1/3] python3-netaddr: update to 1.3.0.

---
 srcpkgs/python3-netaddr/template | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 3a9566ac4bfe48..4122ee2c623a5f 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
-version=1.2.1
+version=1.3.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
@@ -13,16 +13,9 @@ maintainer="Felix Hanley <felix@userspace.com.au>"
 license="BSD-3-Clause"
 homepage="https://github.com/netaddr/netaddr"
 distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz"
-checksum=6eb8fedf0412c6d294d06885c110de945cf4d22d2b510d0404f4e06950857987
+checksum=5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a
 conflicts="python-netaddr>=0"
 
-if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
-	make_check_args+=" --deselect=docs/source/tutorial_01.rst::tutorial_01.rst
-	 --deselect=docs/source/tutorial_03.rst::tutorial_03.rst
-	 --deselect=netaddr/tests/strategy/test_ipv6_strategy.py::test_strategy_ipv6
-	 --deselect=netaddr/tests/strategy/test_ipv6_strategy.py::test_strategy_ipv6_mapped_and_compatible_ipv4_string_formatting"
-fi
-
 post_install() {
 	vlicense LICENSE.rst
 }

From 76194761410dda80fbda3261da6e2097dc998f00 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 30 May 2024 16:24:46 -0400
Subject: [PATCH 2/3] python3-phonenumbers: update to 8.13.37.

---
 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 e3e7849bb31e33..aa277a73b3d750 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.35
+version=8.13.37
 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=64f061a967dcdae11e1c59f3688649e697b897110a33bb74d5a69c3e35321245
+checksum=bd315fed159aea0516f7c367231810fe8344d5bec26156b88fa18374c11d1cf2

From 2a5f72d472b2965338f7555f4d4f06050f71a921 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 30 May 2024 16:24:49 -0400
Subject: [PATCH 3/3] synapse: update to 1.108.0.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 7e353e7c58109b..16d33940b412b4 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.107.0
+version=1.108.0
 revision=1
 build_style=python3-pep517
 build_helper=rust
@@ -25,7 +25,7 @@ license="AGPL-3.0-or-later"
 homepage="https://element-hq.github.io/synapse"
 changelog="https://raw.githubusercontent.com/element-hq/synapse/develop/CHANGES.md"
 distfiles="https://github.com/element-hq/synapse/archive/refs/tags/v${version}.tar.gz"
-checksum=fe53632d95a670197a7bad59518e1bc46271e3f3f289fadc0015db393ae8ebd1
+checksum=9647b833e2493b61cca75892e5674b0d31715baff8eb05b2a23e35149bb4371d
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: [PR PATCH] [Merged]: synapse: update to 1.108.0.
  2024-05-30 20:40 [PR PATCH] synapse: update to 1.108.0 TinfoilSubmarine
  2024-06-03 16:55 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-06-04 14:19 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-06-04 14:19 UTC (permalink / raw)
  To: ml

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

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

synapse: update to 1.108.0.
https://github.com/void-linux/void-packages/pull/50618

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

end of thread, other threads:[~2024-06-04 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-30 20:40 [PR PATCH] synapse: update to 1.108.0 TinfoilSubmarine
2024-06-03 16:55 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-06-04 14:19 ` [PR PATCH] [Merged]: " cinerea0

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