Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fix dependency for synapse-1.19.0.
@ 2020-08-18  8:21 freshprince
  2020-08-18 12:06 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: freshprince @ 2020-08-18  8:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/freshprince/void-packages synapse-1.19.0
https://github.com/void-linux/void-packages/pull/24340

fix dependency for synapse-1.19.0.
2994314a3f08152905ce80d78ad2f86eeda43fb3 broke synapse because the new version depended on a newer version of `canonicaljson`.  (please test before pushing.)  this version-bumps `canonicaljson` to the newest release and marks the version in `depends` in synapse.

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

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

From 942d680edaa37eaccee8cb8180f9819296eb2654 Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Tue, 18 Aug 2020 10:16:00 +0200
Subject: [PATCH 1/2] python3-canonicaljson: update to 1.3.0.

---
 srcpkgs/python3-canonicaljson/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 1cbe15f14ae..87b7c8cc8e3 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
-version=1.1.4
-revision=2
+version=1.3.0
+revision=1
 archs=noarch
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
-pycompile_module="canonicaljson.py"
 hostmakedepends="python3-setuptools"
 depends="python3-simplejson>=3.6.5 python3-frozendict>=1.0 python3-six"
 short_desc="Canonical JSON"
@@ -13,4 +12,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/matrix-org/python-canonicaljson"
 distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
-checksum=45bce530ff5fd0ca93703f71bfb66de740a894a3b5dd6122398c6d8f18539725
+checksum=b4763db06a2e8553293c5edaa4bda05605c3307179a7ddfb30273a24ac384b6c

From ef95949f56b51994158f4597fb3301ce2a20b2fb Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Tue, 18 Aug 2020 10:17:26 +0200
Subject: [PATCH 2/2] synapse: update dependencies.

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 2da038afdf0..2de5a80ec4e 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -5,7 +5,7 @@ revision=1
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-jsonschema python3-frozendict python3-canonicaljson
+depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0
  python3-signedjson python3-pynacl python3-service_identity python3-Twisted
  python3-openssl python3-yaml python3-pyasn1 python3-pyasn1-modules
  python3-daemonize python3-bcrypt python3-Pillow python3-psutil

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

* Re: fix dependency for synapse-1.19.0.
  2020-08-18  8:21 [PR PATCH] fix dependency for synapse-1.19.0 freshprince
@ 2020-08-18 12:06 ` ericonr
  2020-08-18 12:13 ` [PR PATCH] [Updated] " freshprince
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-08-18 12:06 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24340#issuecomment-675438295

Comment:
You need to revbump `synapse` for the change to take effect!

Should `python3-signedjson` also be updated, or does it work fine as is?

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

* Re: [PR PATCH] [Updated] fix dependency for synapse-1.19.0.
  2020-08-18  8:21 [PR PATCH] fix dependency for synapse-1.19.0 freshprince
  2020-08-18 12:06 ` ericonr
@ 2020-08-18 12:13 ` freshprince
  2020-08-18 12:16 ` freshprince
  2020-08-19 13:34 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: freshprince @ 2020-08-18 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/freshprince/void-packages synapse-1.19.0
https://github.com/void-linux/void-packages/pull/24340

fix dependency for synapse-1.19.0.
2994314a3f08152905ce80d78ad2f86eeda43fb3 broke synapse because the new version depended on a newer version of `canonicaljson`.  (please test before pushing.)  this version-bumps `canonicaljson` to the newest release and marks the version in `depends` in synapse.

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

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

From efe531707dc579edf7da97ba3542fb6e268b4433 Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Tue, 18 Aug 2020 10:16:00 +0200
Subject: [PATCH 1/2] python3-canonicaljson: update to 1.3.0.

---
 srcpkgs/python3-canonicaljson/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 1cbe15f14ae..87b7c8cc8e3 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
-version=1.1.4
-revision=2
+version=1.3.0
+revision=1
 archs=noarch
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
-pycompile_module="canonicaljson.py"
 hostmakedepends="python3-setuptools"
 depends="python3-simplejson>=3.6.5 python3-frozendict>=1.0 python3-six"
 short_desc="Canonical JSON"
@@ -13,4 +12,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/matrix-org/python-canonicaljson"
 distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
-checksum=45bce530ff5fd0ca93703f71bfb66de740a894a3b5dd6122398c6d8f18539725
+checksum=b4763db06a2e8553293c5edaa4bda05605c3307179a7ddfb30273a24ac384b6c

From 08d9515b94cb6a540d642dc34fb4fba9f86ae7f4 Mon Sep 17 00:00:00 2001
From: David Flatz <david@upcs.at>
Date: Tue, 18 Aug 2020 10:17:26 +0200
Subject: [PATCH 2/2] synapse: update dependencies.

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

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 2da038afdf0..2f42b235c06 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,11 +1,11 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.19.0
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-jsonschema python3-frozendict python3-canonicaljson
+depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0
  python3-signedjson python3-pynacl python3-service_identity python3-Twisted
  python3-openssl python3-yaml python3-pyasn1 python3-pyasn1-modules
  python3-daemonize python3-bcrypt python3-Pillow python3-psutil

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

* Re: fix dependency for synapse-1.19.0.
  2020-08-18  8:21 [PR PATCH] fix dependency for synapse-1.19.0 freshprince
  2020-08-18 12:06 ` ericonr
  2020-08-18 12:13 ` [PR PATCH] [Updated] " freshprince
@ 2020-08-18 12:16 ` freshprince
  2020-08-19 13:34 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: freshprince @ 2020-08-18 12:16 UTC (permalink / raw)
  To: ml

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

New comment by freshprince on void-packages repository

https://github.com/void-linux/void-packages/pull/24340#issuecomment-675443045

Comment:
Revbumped.

The dependency for `signedjson` is `>=1.1.0` so that's okay.

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

* Re: [PR PATCH] [Merged]: fix dependency for synapse-1.19.0.
  2020-08-18  8:21 [PR PATCH] fix dependency for synapse-1.19.0 freshprince
                   ` (2 preceding siblings ...)
  2020-08-18 12:16 ` freshprince
@ 2020-08-19 13:34 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-08-19 13:34 UTC (permalink / raw)
  To: ml

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

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

fix dependency for synapse-1.19.0.
https://github.com/void-linux/void-packages/pull/24340

Description:
2994314a3f08152905ce80d78ad2f86eeda43fb3 broke synapse because the new version depended on a newer version of `canonicaljson`.  (please test before pushing.)  this version-bumps `canonicaljson` to the newest release and marks the version in `depends` in synapse.

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

end of thread, other threads:[~2020-08-19 13:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18  8:21 [PR PATCH] fix dependency for synapse-1.19.0 freshprince
2020-08-18 12:06 ` ericonr
2020-08-18 12:13 ` [PR PATCH] [Updated] " freshprince
2020-08-18 12:16 ` freshprince
2020-08-19 13:34 ` [PR PATCH] [Merged]: " sgn

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