Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] synapse: update to 1.106.0.
@ 2024-05-01 13:09 TinfoilSubmarine
  2024-05-07 19:30 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2024-05-01 13:09 UTC (permalink / raw)
  To: ml

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

synapse: update to 1.106.0.
- **python3-immutabledict: update to 4.2.0.**
- **python3-phonenumbers: update to 8.13.35.**
- **python3-netaddr: update to 1.2.1.**
- **synapse: update to 1.106.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/50143.patch is attached

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

From 1cb084b4a53f1f74a661b39b2f730b0dcba1c67c Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:38:51 -0400
Subject: [PATCH 1/4] python3-immutabledict: update to 4.2.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 de9d73bd219dd4..7a5ef6ba6214cb 100644
--- a/srcpkgs/python3-immutabledict/template
+++ b/srcpkgs/python3-immutabledict/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-immutabledict'
 pkgname=python3-immutabledict
-version=4.0.0
+version=4.2.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=fabf47437531e8bf65a3b5b47d501e65579323b2d1fe58f8ae01491c1fd29bf7
+checksum=e003fd81aad2377a5a758bf7e1086cf3b70b63e9a5cc2f46bce8d0a2b4727c5f
 
 post_install() {
 	vlicense LICENSE

From 02f1eedf8ca6883a9af8bd75b9f8f7e534d9a096 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:39:43 -0400
Subject: [PATCH 2/4] python3-phonenumbers: update to 8.13.35.

---
 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 c99e2cf3946d10..e3e7849bb31e33 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.29
+version=8.13.35
 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=a6c85b53e28410aba2f312255cc8015f384a43e7e241ffb84ca5cde80f094cdf
+checksum=64f061a967dcdae11e1c59f3688649e697b897110a33bb74d5a69c3e35321245

From 82d3f3ccccd33833a005b3be09caa2358c29f6a4 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:53:14 -0400
Subject: [PATCH 3/4] python3-netaddr: update to 1.2.1.

---
 srcpkgs/python3-netaddr/template | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 218ff4fc45df41..bd691fdb6cef3b 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,23 +1,21 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
-version=0.8.0
-revision=4
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=1.2.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
-checkdepends="python3-pytest python3-cryptography python3-dateutil python3-defusedxml python3-idna python3-openssl python3-pytz python3-requests python3-six python3-urllib3"
+checkdepends="python3-pytest python3-cryptography python3-dateutil
+ python3-defusedxml python3-idna python3-openssl python3-pytz python3-requests
+ python3-six python3-urllib3"
 short_desc="Python3 network address manipulation library"
 maintainer="Felix Hanley <felix@userspace.com.au>"
 license="BSD-3-Clause"
-homepage="https://github.com/drkjam/netaddr/"
+homepage="https://github.com/netaddr/netaddr"
 distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz"
-checksum=d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243
+checksum=6eb8fedf0412c6d294d06885c110de945cf4d22d2b510d0404f4e06950857987
 conflicts="python-netaddr>=0"
 
-do_check() {
-	python3 -m pytest
-}
-
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.rst
 }

From 8c514871a67c57fd7a6570a7430017b449e662e5 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:53:25 -0400
Subject: [PATCH 4/4] synapse: update to 1.106.0.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index cef1ad1f0afd0f..f4965d5fc4ba99 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.105.1
+version=1.106.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=ae07b13ddf843f560b62317245dcfbc5e40517421136874c0455098f0f07e545
+checksum=afddaafc190f81852c7394141baefba2fb379c9dd0cef9b764445ca5535298ff
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.106.0.
  2024-05-01 13:09 [PR PATCH] synapse: update to 1.106.0 TinfoilSubmarine
@ 2024-05-07 19:30 ` TinfoilSubmarine
  2024-05-14 17:22 ` cinerea0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2024-05-07 19:30 UTC (permalink / raw)
  To: ml

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

synapse: update to 1.106.0.
- **python3-immutabledict: update to 4.2.0.**
- **python3-phonenumbers: update to 8.13.35.**
- **python3-netaddr: update to 1.2.1.**
- **synapse: update to 1.106.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/50143.patch is attached

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

From dca8dabcbe370f10db2eb0b4fce7fbbd65b24948 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:38:51 -0400
Subject: [PATCH 1/4] python3-immutabledict: update to 4.2.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 de9d73bd219dd4..7a5ef6ba6214cb 100644
--- a/srcpkgs/python3-immutabledict/template
+++ b/srcpkgs/python3-immutabledict/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-immutabledict'
 pkgname=python3-immutabledict
-version=4.0.0
+version=4.2.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=fabf47437531e8bf65a3b5b47d501e65579323b2d1fe58f8ae01491c1fd29bf7
+checksum=e003fd81aad2377a5a758bf7e1086cf3b70b63e9a5cc2f46bce8d0a2b4727c5f
 
 post_install() {
 	vlicense LICENSE

From 0866b96e67831b17405abaed04f91a14c0fa8850 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:39:43 -0400
Subject: [PATCH 2/4] python3-phonenumbers: update to 8.13.35.

---
 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 c99e2cf3946d10..e3e7849bb31e33 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.29
+version=8.13.35
 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=a6c85b53e28410aba2f312255cc8015f384a43e7e241ffb84ca5cde80f094cdf
+checksum=64f061a967dcdae11e1c59f3688649e697b897110a33bb74d5a69c3e35321245

From c36b32f5c4efba59917d8209490b5b5d184e6a67 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:53:14 -0400
Subject: [PATCH 3/4] python3-netaddr: update to 1.2.1.

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

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 218ff4fc45df41..3a9566ac4bfe48 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,23 +1,28 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
-version=0.8.0
-revision=4
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=1.2.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
-checkdepends="python3-pytest python3-cryptography python3-dateutil python3-defusedxml python3-idna python3-openssl python3-pytz python3-requests python3-six python3-urllib3"
+checkdepends="python3-pytest python3-cryptography python3-dateutil
+ python3-defusedxml python3-idna python3-openssl python3-pytz python3-requests
+ python3-six python3-urllib3"
 short_desc="Python3 network address manipulation library"
 maintainer="Felix Hanley <felix@userspace.com.au>"
 license="BSD-3-Clause"
-homepage="https://github.com/drkjam/netaddr/"
+homepage="https://github.com/netaddr/netaddr"
 distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz"
-checksum=d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243
+checksum=6eb8fedf0412c6d294d06885c110de945cf4d22d2b510d0404f4e06950857987
 conflicts="python-netaddr>=0"
 
-do_check() {
-	python3 -m pytest
-}
+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
+	vlicense LICENSE.rst
 }

From 035d8be9e1e6bc11c78fd442e67520d814e28cb9 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:53:25 -0400
Subject: [PATCH 4/4] synapse: update to 1.106.0.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index cef1ad1f0afd0f..f4965d5fc4ba99 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.105.1
+version=1.106.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=ae07b13ddf843f560b62317245dcfbc5e40517421136874c0455098f0f07e545
+checksum=afddaafc190f81852c7394141baefba2fb379c9dd0cef9b764445ca5535298ff
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: synapse: update to 1.106.0.
  2024-05-01 13:09 [PR PATCH] synapse: update to 1.106.0 TinfoilSubmarine
  2024-05-07 19:30 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-05-14 17:22 ` cinerea0
  2024-05-14 20:06 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2024-05-14 21:05 ` [PR PATCH] [Merged]: synapse: update to 1.107.0 cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-05-14 17:22 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/50143#issuecomment-2110753977

Comment:
Version 1.107.0 is now available.

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

* Re: [PR PATCH] [Updated] synapse: update to 1.106.0.
  2024-05-01 13:09 [PR PATCH] synapse: update to 1.106.0 TinfoilSubmarine
  2024-05-07 19:30 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2024-05-14 17:22 ` cinerea0
@ 2024-05-14 20:06 ` TinfoilSubmarine
  2024-05-14 21:05 ` [PR PATCH] [Merged]: synapse: update to 1.107.0 cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2024-05-14 20:06 UTC (permalink / raw)
  To: ml

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

synapse: update to 1.106.0.
- **python3-immutabledict: update to 4.2.0.**
- **python3-phonenumbers: update to 8.13.35.**
- **python3-netaddr: update to 1.2.1.**
- **synapse: update to 1.106.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/50143.patch is attached

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

From c8d0f0fbedefacd6fd1e0f9b49bbe76b0cb25746 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:38:51 -0400
Subject: [PATCH 1/4] python3-immutabledict: update to 4.2.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 de9d73bd219dd4..7a5ef6ba6214cb 100644
--- a/srcpkgs/python3-immutabledict/template
+++ b/srcpkgs/python3-immutabledict/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-immutabledict'
 pkgname=python3-immutabledict
-version=4.0.0
+version=4.2.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=fabf47437531e8bf65a3b5b47d501e65579323b2d1fe58f8ae01491c1fd29bf7
+checksum=e003fd81aad2377a5a758bf7e1086cf3b70b63e9a5cc2f46bce8d0a2b4727c5f
 
 post_install() {
 	vlicense LICENSE

From 19ae2308e927077c59f22b9a3c346ba900a58de4 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:39:43 -0400
Subject: [PATCH 2/4] python3-phonenumbers: update to 8.13.35.

---
 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 c99e2cf3946d10..e3e7849bb31e33 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.29
+version=8.13.35
 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=a6c85b53e28410aba2f312255cc8015f384a43e7e241ffb84ca5cde80f094cdf
+checksum=64f061a967dcdae11e1c59f3688649e697b897110a33bb74d5a69c3e35321245

From b2b066c50af56df1c22b9e20c58e5770b659c8b3 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:53:14 -0400
Subject: [PATCH 3/4] python3-netaddr: update to 1.2.1.

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

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 218ff4fc45df41..3a9566ac4bfe48 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,23 +1,28 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
-version=0.8.0
-revision=4
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=1.2.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
-checkdepends="python3-pytest python3-cryptography python3-dateutil python3-defusedxml python3-idna python3-openssl python3-pytz python3-requests python3-six python3-urllib3"
+checkdepends="python3-pytest python3-cryptography python3-dateutil
+ python3-defusedxml python3-idna python3-openssl python3-pytz python3-requests
+ python3-six python3-urllib3"
 short_desc="Python3 network address manipulation library"
 maintainer="Felix Hanley <felix@userspace.com.au>"
 license="BSD-3-Clause"
-homepage="https://github.com/drkjam/netaddr/"
+homepage="https://github.com/netaddr/netaddr"
 distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz"
-checksum=d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243
+checksum=6eb8fedf0412c6d294d06885c110de945cf4d22d2b510d0404f4e06950857987
 conflicts="python-netaddr>=0"
 
-do_check() {
-	python3 -m pytest
-}
+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
+	vlicense LICENSE.rst
 }

From c4dac70dd697c687ae0d192b113cad825f298e47 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 1 May 2024 08:53:25 -0400
Subject: [PATCH 4/4] synapse: update to 1.107.0.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index cef1ad1f0afd0f..7e353e7c58109b 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.105.1
+version=1.107.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=ae07b13ddf843f560b62317245dcfbc5e40517421136874c0455098f0f07e545
+checksum=fe53632d95a670197a7bad59518e1bc46271e3f3f289fadc0015db393ae8ebd1
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: [PR PATCH] [Merged]: synapse: update to 1.107.0.
  2024-05-01 13:09 [PR PATCH] synapse: update to 1.106.0 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2024-05-14 20:06 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-05-14 21:05 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-05-14 21:05 UTC (permalink / raw)
  To: ml

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

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

synapse: update to 1.107.0.
https://github.com/void-linux/void-packages/pull/50143

Description:
- **python3-immutabledict: update to 4.2.0.**
- **python3-phonenumbers: update to 8.13.35.**
- **python3-netaddr: update to 1.2.1.**
- **synapse: update to 1.106.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
-->


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

end of thread, other threads:[~2024-05-14 21:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-01 13:09 [PR PATCH] synapse: update to 1.106.0 TinfoilSubmarine
2024-05-07 19:30 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-05-14 17:22 ` cinerea0
2024-05-14 20:06 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-05-14 21:05 ` [PR PATCH] [Merged]: synapse: update to 1.107.0 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).