Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] synapse: update to 1.120.2.
@ 2024-12-07 19:29 TinfoilSubmarine
  2024-12-12  0:15 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2024-12-07 19:29 UTC (permalink / raw)
  To: ml

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

synapse: update to 1.120.2.
<!-- 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/53402.patch is attached

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

From 14b3b7dbdb9ab01dd2bbd9f37cecfb7298c792df Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 Dec 2024 14:04:12 -0500
Subject: [PATCH] synapse: update to 1.120.2.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 92ba9d254e45c1..311ae2ddbb0929 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.120.0
+version=1.120.2
 revision=1
 build_style=python3-pep517
 build_helper=rust
@@ -26,7 +26,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=f5833a9cafe30c389a5a903eb5e9e9154c8ae2c44343c5fc43e33e2750bd6442
+checksum=791f6a60be26350f4bde72b0d4b7c22f75d6be18276c1f18192a0d41370c21eb
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.120.2.
  2024-12-07 19:29 [PR PATCH] synapse: update to 1.120.2 TinfoilSubmarine
@ 2024-12-12  0:15 ` TinfoilSubmarine
  2024-12-12  0:17 ` [PR PATCH] [Updated] synapse: update to 1.121.0 TinfoilSubmarine
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2024-12-12  0:15 UTC (permalink / raw)
  To: ml

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

synapse: update to 1.120.2.
<!-- 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/53402.patch is attached

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

From e6b4420b3ea03c65bb7c3fd40d48c3ecbdd73d28 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 Dec 2024 14:04:12 -0500
Subject: [PATCH] synapse: update to 1.121.0.

---
 .../patches/setuptools_rust_upperbound.patch        | 13 -------------
 srcpkgs/synapse/template                            |  4 ++--
 2 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/synapse/patches/setuptools_rust_upperbound.patch

diff --git a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch b/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
deleted file mode 100644
index dd8b106a8d619e..00000000000000
--- a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index e0afcde..d902670 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -370,7 +370,7 @@ tomli = ">=1.2.3"
- # runtime errors caused by build system changes.
- # We are happy to raise these upper bounds upon request,
- # provided we check that it's safe to do so (i.e. that CI passes).
--requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.8.1"]
-+requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3"]
- build-backend = "poetry.core.masonry.api"
- 
- 
diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 92ba9d254e45c1..b85f9f88e69057 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.120.0
+version=1.121.0
 revision=1
 build_style=python3-pep517
 build_helper=rust
@@ -26,7 +26,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=f5833a9cafe30c389a5a903eb5e9e9154c8ae2c44343c5fc43e33e2750bd6442
+checksum=62490196ef6b972df8ea4093121848ebe675f8255f02be2e207221644f296082
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.121.0.
  2024-12-07 19:29 [PR PATCH] synapse: update to 1.120.2 TinfoilSubmarine
  2024-12-12  0:15 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-12-12  0:17 ` TinfoilSubmarine
  2024-12-17 15:35 ` [PR PATCH] [Updated] synapse: update to 1.121.1 TinfoilSubmarine
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2024-12-12  0:17 UTC (permalink / raw)
  To: ml

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

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

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

From 2383548dce6275590327921db9cef60b78ffbe20 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 Dec 2024 14:04:12 -0500
Subject: [PATCH] synapse: update to 1.121.1.

---
 .../patches/setuptools_rust_upperbound.patch        | 13 -------------
 srcpkgs/synapse/template                            |  4 ++--
 2 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/synapse/patches/setuptools_rust_upperbound.patch

diff --git a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch b/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
deleted file mode 100644
index dd8b106a8d619e..00000000000000
--- a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index e0afcde..d902670 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -370,7 +370,7 @@ tomli = ">=1.2.3"
- # runtime errors caused by build system changes.
- # We are happy to raise these upper bounds upon request,
- # provided we check that it's safe to do so (i.e. that CI passes).
--requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.8.1"]
-+requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3"]
- build-backend = "poetry.core.masonry.api"
- 
- 
diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 92ba9d254e45c1..575ec966d26720 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.120.0
+version=1.121.1
 revision=1
 build_style=python3-pep517
 build_helper=rust
@@ -26,7 +26,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=f5833a9cafe30c389a5a903eb5e9e9154c8ae2c44343c5fc43e33e2750bd6442
+checksum=58beeacb5b61f87d791b808a3d1e0db3f4df55a731e652ac4ad86bd4145558da
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.121.1.
  2024-12-07 19:29 [PR PATCH] synapse: update to 1.120.2 TinfoilSubmarine
  2024-12-12  0:15 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2024-12-12  0:17 ` [PR PATCH] [Updated] synapse: update to 1.121.0 TinfoilSubmarine
@ 2024-12-17 15:35 ` TinfoilSubmarine
  2024-12-21 18:29 ` classabbyamp
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2024-12-17 15:35 UTC (permalink / raw)
  To: ml

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

synapse: update to 1.121.1.
<!-- 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/53402.patch is attached

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

From 8e013dd844a7d8d9d37d53fe629de60dac5406de Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 Dec 2024 14:04:12 -0500
Subject: [PATCH] synapse: update to 1.121.1.

---
 .../patches/setuptools_rust_upperbound.patch        | 13 -------------
 srcpkgs/synapse/template                            |  6 +++---
 2 files changed, 3 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/synapse/patches/setuptools_rust_upperbound.patch

diff --git a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch b/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
deleted file mode 100644
index dd8b106a8d619e..00000000000000
--- a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index e0afcde..d902670 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -370,7 +370,7 @@ tomli = ">=1.2.3"
- # runtime errors caused by build system changes.
- # We are happy to raise these upper bounds upon request,
- # provided we check that it's safe to do so (i.e. that CI passes).
--requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.8.1"]
-+requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3"]
- build-backend = "poetry.core.masonry.api"
- 
- 
diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 45e4f974b434b6..575ec966d26720 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.120.0
-revision=2
+version=1.121.1
+revision=1
 build_style=python3-pep517
 build_helper=rust
 make_check_target=tests
@@ -26,7 +26,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=f5833a9cafe30c389a5a903eb5e9e9154c8ae2c44343c5fc43e33e2750bd6442
+checksum=58beeacb5b61f87d791b808a3d1e0db3f4df55a731e652ac4ad86bd4145558da
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: synapse: update to 1.121.1.
  2024-12-07 19:29 [PR PATCH] synapse: update to 1.120.2 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2024-12-17 15:35 ` [PR PATCH] [Updated] synapse: update to 1.121.1 TinfoilSubmarine
@ 2024-12-21 18:29 ` classabbyamp
  2024-12-23  2:32 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-12-21 18:29 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/53402#issuecomment-2558196793

Comment:
looks like `python3-treq` needs an update for python 3.13 too

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

* Re: [PR PATCH] [Updated] synapse: update to 1.121.1.
  2024-12-07 19:29 [PR PATCH] synapse: update to 1.120.2 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2024-12-21 18:29 ` classabbyamp
@ 2024-12-23  2:32 ` TinfoilSubmarine
  2024-12-23  2:39 ` TinfoilSubmarine
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2024-12-23  2:32 UTC (permalink / raw)
  To: ml

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

synapse: update to 1.121.1.
<!-- 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
-->

fixes #53595 

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

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

From 7cdd0bcf4a84569b3cf4805e592081df84f36f1f Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 22 Dec 2024 21:20:25 -0500
Subject: [PATCH 1/2] python3-treq: update to 24.9.1.

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

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 0b0ab941c89342..dc50a072944ab1 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
-version=23.11.0
-revision=2
+version=24.9.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-incremental"
 depends="python3-incremental python3-requests python3-hyperlink
- python3-Twisted python3-attrs"
+ python3-Twisted python3-attrs python3-typing_extensions"
 checkdepends="${depends} python3-pytest python3-httpbin"
 short_desc="Requests-like API built on top of twisted.web's Agent"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/twisted/treq"
 changelog="https://raw.githubusercontent.com/twisted/treq/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz"
-checksum=0914ff929fd1632ce16797235260f8bc19d20ff7c459c1deabd65b8c68cbeac5
+checksum=15da7fc404f3e4ed59d0abe5f8eef4966fabbe618039a2a23bc7c15305cefea8
 
 post_install() {
 	vlicense LICENSE

From 29363c13f8973cf3db7724f104a3be23d1714ddc Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 Dec 2024 14:04:12 -0500
Subject: [PATCH 2/2] synapse: update to 1.121.1.

---
 .../patches/setuptools_rust_upperbound.patch        | 13 -------------
 srcpkgs/synapse/template                            |  8 ++++----
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/synapse/patches/setuptools_rust_upperbound.patch

diff --git a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch b/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
deleted file mode 100644
index dd8b106a8d619e..00000000000000
--- a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index e0afcde..d902670 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -370,7 +370,7 @@ tomli = ">=1.2.3"
- # runtime errors caused by build system changes.
- # We are happy to raise these upper bounds upon request,
- # provided we check that it's safe to do so (i.e. that CI passes).
--requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.8.1"]
-+requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3"]
- build-backend = "poetry.core.masonry.api"
- 
- 
diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 45e4f974b434b6..ad75d9f934a82f 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.120.0
-revision=2
+version=1.121.1
+revision=1
 build_style=python3-pep517
 build_helper=rust
 make_check_target=tests
@@ -17,7 +17,7 @@ depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64
  python3-psycopg2 python3-lxml python3-saml2 python3-treq python3-macaroons
  python3-sortedcontainers python3-typing_extensions python3-cryptography
  python3-ijson python3-matrix-common python3-packaging python3-pydantic
- python3-automat python3-python-multipart"
+ python3-automat python3-python-multipart python3-setuptools-rust"
 checkdepends="$depends python3-parameterized python3-txredisapi python3-hiredis
  xmlsec1 unzip"
 short_desc="Matrix reference homeserver"
@@ -26,7 +26,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=f5833a9cafe30c389a5a903eb5e9e9154c8ae2c44343c5fc43e33e2750bd6442
+checksum=58beeacb5b61f87d791b808a3d1e0db3f4df55a731e652ac4ad86bd4145558da
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.121.1.
  2024-12-07 19:29 [PR PATCH] synapse: update to 1.120.2 TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2024-12-23  2:32 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-12-23  2:39 ` TinfoilSubmarine
  2024-12-23  2:39 ` TinfoilSubmarine
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2024-12-23  2:39 UTC (permalink / raw)
  To: ml

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

synapse: update to 1.121.1.
<!-- 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
-->

fixes #53595 

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

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

From 7cdd0bcf4a84569b3cf4805e592081df84f36f1f Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 22 Dec 2024 21:20:25 -0500
Subject: [PATCH 1/3] python3-treq: update to 24.9.1.

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

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 0b0ab941c89342..dc50a072944ab1 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
-version=23.11.0
-revision=2
+version=24.9.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-incremental"
 depends="python3-incremental python3-requests python3-hyperlink
- python3-Twisted python3-attrs"
+ python3-Twisted python3-attrs python3-typing_extensions"
 checkdepends="${depends} python3-pytest python3-httpbin"
 short_desc="Requests-like API built on top of twisted.web's Agent"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/twisted/treq"
 changelog="https://raw.githubusercontent.com/twisted/treq/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz"
-checksum=0914ff929fd1632ce16797235260f8bc19d20ff7c459c1deabd65b8c68cbeac5
+checksum=15da7fc404f3e4ed59d0abe5f8eef4966fabbe618039a2a23bc7c15305cefea8
 
 post_install() {
 	vlicense LICENSE

From 933e1ba4946e462f5b8fa206641a0df9e4b37dec Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 22 Dec 2024 21:39:00 -0500
Subject: [PATCH 2/3] python3-psycopg2: update to 2.9.10.

---
 srcpkgs/python3-psycopg2/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 6398ca52d993a7..b29dc5bd73be25 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
-version=2.9.3
-revision=4
+version=2.9.10
+revision=1
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config
 hostmakedepends="postgresql-libs-devel python3-setuptools"
@@ -14,5 +14,5 @@ license="LGPL-3.0-or-later"
 homepage="https://www.psycopg.org"
 changelog="https://raw.githubusercontent.com/psycopg/psycopg2/master/NEWS"
 distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
-checksum=8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981
+checksum=12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11
 make_check=no # requires running postgres server on system

From 7fa2946580825fdd188bd22d1311a53bc95dcd78 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 Dec 2024 14:04:12 -0500
Subject: [PATCH 3/3] synapse: update to 1.121.1.

---
 .../patches/setuptools_rust_upperbound.patch        | 13 -------------
 srcpkgs/synapse/template                            |  8 ++++----
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/synapse/patches/setuptools_rust_upperbound.patch

diff --git a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch b/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
deleted file mode 100644
index dd8b106a8d619e..00000000000000
--- a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index e0afcde..d902670 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -370,7 +370,7 @@ tomli = ">=1.2.3"
- # runtime errors caused by build system changes.
- # We are happy to raise these upper bounds upon request,
- # provided we check that it's safe to do so (i.e. that CI passes).
--requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.8.1"]
-+requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3"]
- build-backend = "poetry.core.masonry.api"
- 
- 
diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 45e4f974b434b6..ad75d9f934a82f 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.120.0
-revision=2
+version=1.121.1
+revision=1
 build_style=python3-pep517
 build_helper=rust
 make_check_target=tests
@@ -17,7 +17,7 @@ depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64
  python3-psycopg2 python3-lxml python3-saml2 python3-treq python3-macaroons
  python3-sortedcontainers python3-typing_extensions python3-cryptography
  python3-ijson python3-matrix-common python3-packaging python3-pydantic
- python3-automat python3-python-multipart"
+ python3-automat python3-python-multipart python3-setuptools-rust"
 checkdepends="$depends python3-parameterized python3-txredisapi python3-hiredis
  xmlsec1 unzip"
 short_desc="Matrix reference homeserver"
@@ -26,7 +26,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=f5833a9cafe30c389a5a903eb5e9e9154c8ae2c44343c5fc43e33e2750bd6442
+checksum=58beeacb5b61f87d791b808a3d1e0db3f4df55a731e652ac4ad86bd4145558da
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: synapse: update to 1.121.1.
  2024-12-07 19:29 [PR PATCH] synapse: update to 1.120.2 TinfoilSubmarine
                   ` (5 preceding siblings ...)
  2024-12-23  2:39 ` TinfoilSubmarine
@ 2024-12-23  2:39 ` TinfoilSubmarine
  2024-12-23  2:42 ` TinfoilSubmarine
  2024-12-23  5:11 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2024-12-23  2:39 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/53402#issuecomment-2558791838

Comment:
`python3-psycopg2-2.9.3_4` was broken with python 3.13, updating to 2.9.10 seems to fix it.

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

* Re: synapse: update to 1.121.1.
  2024-12-07 19:29 [PR PATCH] synapse: update to 1.120.2 TinfoilSubmarine
                   ` (6 preceding siblings ...)
  2024-12-23  2:39 ` TinfoilSubmarine
@ 2024-12-23  2:42 ` TinfoilSubmarine
  2024-12-23  5:11 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2024-12-23  2:42 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/53402#issuecomment-2558794723

Comment:
> `python3-psycopg2-2.9.3_4` was broken with python 3.13, updating to 2.9.10 seems to fix it.

So reccomend merging this (or at least the psycopg2 update) ASAP as updating will result in broken `synapse` installs (and anything else using psycopg2)

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

* Re: [PR PATCH] [Merged]: synapse: update to 1.121.1.
  2024-12-07 19:29 [PR PATCH] synapse: update to 1.120.2 TinfoilSubmarine
                   ` (7 preceding siblings ...)
  2024-12-23  2:42 ` TinfoilSubmarine
@ 2024-12-23  5:11 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-12-23  5:11 UTC (permalink / raw)
  To: ml

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

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

synapse: update to 1.121.1.
https://github.com/void-linux/void-packages/pull/53402

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

fixes #53595 

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

end of thread, other threads:[~2024-12-23  5:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-07 19:29 [PR PATCH] synapse: update to 1.120.2 TinfoilSubmarine
2024-12-12  0:15 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-12-12  0:17 ` [PR PATCH] [Updated] synapse: update to 1.121.0 TinfoilSubmarine
2024-12-17 15:35 ` [PR PATCH] [Updated] synapse: update to 1.121.1 TinfoilSubmarine
2024-12-21 18:29 ` classabbyamp
2024-12-23  2:32 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-12-23  2:39 ` TinfoilSubmarine
2024-12-23  2:39 ` TinfoilSubmarine
2024-12-23  2:42 ` TinfoilSubmarine
2024-12-23  5:11 ` [PR PATCH] [Merged]: " classabbyamp

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