From 8f667b502903da3c9e9999d07cf784c95d5d26a3de38b61947c0037068b078ca Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 12 Feb 2020 16:22:41 +0000 Subject: [PATCH] Accepting request 773822 from home:darix:apps - bump requires on python3-signedjson to follow code change OBS-URL: https://build.opensuse.org/request/show/773822 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=115 --- matrix-synapse.changes | 5 +++++ matrix-synapse.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/matrix-synapse.changes b/matrix-synapse.changes index 6dc5519..10bc91b 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 12 16:01:46 UTC 2020 - Marcus Rueckert + +- bump requires on python3-signedjson to follow code change + ------------------------------------------------------------------- Wed Feb 12 13:51:08 UTC 2020 - Aleksa Sarai diff --git a/matrix-synapse.spec b/matrix-synapse.spec index 9f5d0b6..165012d 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -116,8 +116,8 @@ BuildRequires: python3-pymacaroons >= 0.13.0 Requires: python3-pymacaroons >= 0.13.0 BuildRequires: python3-service_identity >= 18.1.0 Requires: python3-service_identity >= 18.1.0 -BuildRequires: python3-signedjson >= 1.0.0 -Requires: python3-signedjson >= 1.0.0 +BuildRequires: python3-signedjson >= 1.1.0 +Requires: python3-signedjson >= 1.1.0 BuildRequires: python3-six >= 1.10 Requires: python3-six >= 1.10 BuildRequires: python3-sortedcontainers >= 1.4.4