Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] synapse: update to 1.93.0.
@ 2023-09-27 14:40 TinfoilSubmarine
  2023-09-27 15:09 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2023-10-02  5:41 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2023-09-27 14:40 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/46290

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

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

From c3c011384fb682dfa576140b3801cbaac8e0faa6 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 27 Sep 2023 10:19:45 -0400
Subject: [PATCH] synapse: update to 1.93.0.

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

diff --git a/srcpkgs/synapse/patches/setuptools_rust.patch b/srcpkgs/synapse/patches/setuptools_rust.patch
deleted file mode 100644
index ce3aa073907d0..0000000000000
--- a/srcpkgs/synapse/patches/setuptools_rust.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 409b27d..013e4a0 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -367,7 +367,7 @@ furo = ">=2022.12.7,<2024.0.0"
- # 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.7.0", "setuptools_rust>=1.3,<=1.6.0"]
-+requires = ["poetry-core>=1.1.0,<=1.7.0", "setuptools_rust>=1.3"]
- build-backend = "poetry.core.masonry.api"
- 
- 
diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 6381378428411..b5a22dc69ff80 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.92.1
+version=1.93.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=75202d9448f713ef06835e52fdc95724c2292e54a8aa4a7d0ce170552bc8958b
+checksum=4bacff7559cd1f36a51743b79fe871eb3b96933aa663aad6f8900a1c6b7f8e21
 
 if [ "$CROSS_BUILD" ]; then
 	makedepends+=" rust-std"

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

* Re: [PR PATCH] [Updated] synapse: update to 1.93.0.
  2023-09-27 14:40 [PR PATCH] synapse: update to 1.93.0 TinfoilSubmarine
@ 2023-09-27 15:09 ` TinfoilSubmarine
  2023-10-02  5:41 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2023-09-27 15:09 UTC (permalink / raw)
  To: ml

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

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

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

From 91e50d396814c18c2edd57e8b812c1d6d8b92a3b Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 27 Sep 2023 10:19:45 -0400
Subject: [PATCH] synapse: update to 1.93.0.

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

diff --git a/srcpkgs/synapse/patches/setuptools_rust.patch b/srcpkgs/synapse/patches/setuptools_rust.patch
deleted file mode 100644
index ce3aa073907d0..0000000000000
--- a/srcpkgs/synapse/patches/setuptools_rust.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 409b27d..013e4a0 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -367,7 +367,7 @@ furo = ">=2022.12.7,<2024.0.0"
- # 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.7.0", "setuptools_rust>=1.3,<=1.6.0"]
-+requires = ["poetry-core>=1.1.0,<=1.7.0", "setuptools_rust>=1.3"]
- build-backend = "poetry.core.masonry.api"
- 
- 
diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 6381378428411..c3d09c9a6ef52 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.92.1
+version=1.93.0
 revision=1
 build_style=python3-pep517
 build_helper=rust
@@ -24,10 +24,10 @@ 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=75202d9448f713ef06835e52fdc95724c2292e54a8aa4a7d0ce170552bc8958b
+checksum=4bacff7559cd1f36a51743b79fe871eb3b96933aa663aad6f8900a1c6b7f8e21
 
 if [ "$CROSS_BUILD" ]; then
-	makedepends+=" rust-std"
+	makedepends+=" rust-std python3"
 fi
 
 system_accounts="synapse"

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

* Re: [PR PATCH] [Merged]: synapse: update to 1.93.0.
  2023-09-27 14:40 [PR PATCH] synapse: update to 1.93.0 TinfoilSubmarine
  2023-09-27 15:09 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2023-10-02  5:41 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-10-02  5:41 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.93.0.
https://github.com/void-linux/void-packages/pull/46290

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:[~2023-10-02  5:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27 14:40 [PR PATCH] synapse: update to 1.93.0 TinfoilSubmarine
2023-09-27 15:09 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-10-02  5:41 ` [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).