From c95fb9d363a691b7ede5a719ff553e3313fc720398f6969de71ba64c0cba644c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Feb 2020 12:44:51 +0000 Subject: [PATCH] Accepting request 770533 from home:darix:apps - Update to version 1.1.0: * Add type definitions to make it easier to use static type checkers. * Remove unused `decode_verify_key_base64` method. OBS-URL: https://build.opensuse.org/request/show/770533 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-signedjson?expand=0&rev=9 --- _service | 2 +- python-signedjson-1.0.0.tar.xz | 3 --- python-signedjson-1.1.0.tar.xz | 3 +++ python-signedjson.changes | 9 +++++++++ python-signedjson.spec | 6 +++--- 5 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 python-signedjson-1.0.0.tar.xz create mode 100644 python-signedjson-1.1.0.tar.xz diff --git a/_service b/_service index 0568a4e..3bed435 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ v(.*) git://github.com/matrix-org/python-signedjson.git git - v1.0.0 + v1.1.0 enable okurz@suse.com diff --git a/python-signedjson-1.0.0.tar.xz b/python-signedjson-1.0.0.tar.xz deleted file mode 100644 index 26dba34..0000000 --- a/python-signedjson-1.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f50fbd678f3d0683e27c38533995c078d2bc2a2ee308f0b1161b5c7f8f68403 -size 8563 diff --git a/python-signedjson-1.1.0.tar.xz b/python-signedjson-1.1.0.tar.xz new file mode 100644 index 0000000..504d066 --- /dev/null +++ b/python-signedjson-1.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071bac9bfc78bbe67a3ba60f5886c3037875d09342cdfa7c5eb865bb1866368a +size 9652 diff --git a/python-signedjson.changes b/python-signedjson.changes index d53c9c6..87f5c55 100644 --- a/python-signedjson.changes +++ b/python-signedjson.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 06 11:29:56 UTC 2020 - okurz@suse.com + +- Update to version 1.1.0: + * Add type definitions to make it easier to use static type + checkers. + * Remove unused `decode_verify_key_base64` method. + + ------------------------------------------------------------------- Tue Dec 18 23:29:30 UTC 2018 - Jan Engelhardt diff --git a/python-signedjson.spec b/python-signedjson.spec index 054c317..fd86e96 100644 --- a/python-signedjson.spec +++ b/python-signedjson.spec @@ -1,7 +1,7 @@ # -# spec file for package python +# spec file for package python-signedjson # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname signedjson Name: python-%{modname} -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Python module to sign JSON with Ed25519 signatures License: Apache-2.0