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

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