Accepting request 928980 from home:glaubitz:branches:devel:languages:python

- Update to 2.1.1
  * Use github actions (@keis)
  * Escape illegal special characters in error message (@hukkin)

OBS-URL: https://build.opensuse.org/request/show/928980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-base58?expand=0&rev=8
This commit is contained in:
Dirk Mueller 2021-11-21 11:04:11 +00:00 committed by Git OBS Bridge
parent e8f9b17aab
commit c032b78252
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:171a547b4a3c61e1ae3807224a6f7aec75e364c4395e7562649d7335768001a2
size 6351

BIN
base58-2.1.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 3 10:05:51 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.1.1
* Use github actions (@keis)
* Escape illegal special characters in error message (@hukkin)
-------------------------------------------------------------------
Mon Aug 30 14:10:48 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-base58
Version: 2.1.0
Version: 2.1.1
Release: 0
Summary: Base58 and Base58Check implementation
License: MIT