14
0

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
This commit is contained in:
Tomáš Chvátal
2020-02-06 12:44:51 +00:00
committed by Git OBS Bridge
parent 5fe0c6fbfe
commit c95fb9d363
5 changed files with 16 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
<param name="versionrewrite-pattern">v(.*)</param>
<param name="url">git://github.com/matrix-org/python-signedjson.git</param>
<param name="scm">git</param>
<param name="revision">v1.0.0</param>
<param name="revision">v1.1.0</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">okurz@suse.com</param>
</service>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f50fbd678f3d0683e27c38533995c078d2bc2a2ee308f0b1161b5c7f8f68403
size 8563

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:071bac9bfc78bbe67a3ba60f5886c3037875d09342cdfa7c5eb865bb1866368a
size 9652

View File

@@ -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 <jengelh@inai.de>

View File

@@ -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