Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] synapse: update to 1.17.0.
@ 2020-07-19  9:33 freshprince
  2020-07-21 13:15 ` ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: freshprince @ 2020-07-19  9:33 UTC (permalink / raw)
  To: ml

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

There is a new pull request by freshprince against master on the void-packages repository

https://github.com/freshprince/void-packages synapse-1.17.0
https://github.com/void-linux/void-packages/pull/23650

synapse: update to 1.17.0.


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

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

From 23f0c473720c08e2f73f36627a9ede1f5133161d Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Sun, 19 Jul 2020 11:30:04 +0200
Subject: [PATCH] synapse: update to 1.17.0.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index ae7c29848d5..bad92537f1c 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.15.2
+version=1.17.0
 revision=1
 archs=noarch
 build_style=python3-module
@@ -19,7 +19,7 @@ maintainer="Pete <pete@port22.co.uk>"
 license="Apache-2.0"
 homepage="https://github.com/matrix-org/synapse"
 distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
-checksum=15c198c296159730f9e5bc2e777ce94892b1ad93da0d101613e957792a76ea17
+checksum=49477ab84306543ca51088c9083121ca3f97a167682e552b091cb6d189e38a83
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: synapse: update to 1.17.0.
  2020-07-19  9:33 [PR PATCH] synapse: update to 1.17.0 freshprince
@ 2020-07-21 13:15 ` ahesford
  2020-07-21 13:19 ` [PR PATCH] [Updated] " freshprince
  2020-07-21 14:06 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-07-21 13:15 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/23650#issuecomment-661854367

Comment:
While you're at it, please add
```
changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
```
below the `homepage` line so it's easier to track changes from one release to the next.

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

* Re: [PR PATCH] [Updated] synapse: update to 1.17.0.
  2020-07-19  9:33 [PR PATCH] synapse: update to 1.17.0 freshprince
  2020-07-21 13:15 ` ahesford
@ 2020-07-21 13:19 ` freshprince
  2020-07-21 14:06 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: freshprince @ 2020-07-21 13:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by freshprince against master on the void-packages repository

https://github.com/freshprince/void-packages synapse-1.17.0
https://github.com/void-linux/void-packages/pull/23650

synapse: update to 1.17.0.


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

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

From b73ca89759bf93cee907b8d168a3abcd3a1dab7a Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Sun, 19 Jul 2020 11:30:04 +0200
Subject: [PATCH] synapse: update to 1.17.0.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index ae7c29848d5..bb5fcd0d95d 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
 # Template file for 'synapse'
 pkgname=synapse
-version=1.15.2
+version=1.17.0
 revision=1
 archs=noarch
 build_style=python3-module
@@ -18,8 +18,9 @@ short_desc="Matrix reference homeserver"
 maintainer="Pete <pete@port22.co.uk>"
 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=15c198c296159730f9e5bc2e777ce94892b1ad93da0d101613e957792a76ea17
+checksum=49477ab84306543ca51088c9083121ca3f97a167682e552b091cb6d189e38a83
 
 system_accounts="synapse"
 synapse_homedir="/var/lib/synapse"

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

* Re: [PR PATCH] [Merged]: synapse: update to 1.17.0.
  2020-07-19  9:33 [PR PATCH] synapse: update to 1.17.0 freshprince
  2020-07-21 13:15 ` ahesford
  2020-07-21 13:19 ` [PR PATCH] [Updated] " freshprince
@ 2020-07-21 14:06 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-07-21 14:06 UTC (permalink / raw)
  To: ml

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

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

synapse: update to 1.17.0.
https://github.com/void-linux/void-packages/pull/23650

Description:


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

end of thread, other threads:[~2020-07-21 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-19  9:33 [PR PATCH] synapse: update to 1.17.0 freshprince
2020-07-21 13:15 ` ahesford
2020-07-21 13:19 ` [PR PATCH] [Updated] " freshprince
2020-07-21 14:06 ` [PR PATCH] [Merged]: " ahesford

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