Accepting request 822408 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/822408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-base58?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2020-07-26 14:18:24 +00:00 committed by Git OBS Bridge
commit 292117c772
4 changed files with 14 additions and 5 deletions

View File

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

3
base58-2.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:365c9561d9babac1b5f18ee797508cd54937a724b6e419a130abad69cec5ca79
size 4960

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jul 23 02:06:04 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Switched back to PyPI source now it has needed files
- Update to v2.0.1
* Include license file in source distribution
* Typecheck tests now that hamcrest has typing
* Replace custom exception assert with hamcrest utils
-------------------------------------------------------------------
Wed May 27 09:36:25 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@ -19,13 +19,13 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-base58
Version: 2.0.0
Version: 2.0.1
Release: 0
Summary: Base58 and Base58Check implementation
License: MIT
Group: Development/Languages/Python
URL: https://github.com/keis/base58
Source: https://github.com/keis/base58/archive/v%{version}.tar.gz#/base58-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/b/base58/base58-%{version}.tar.gz
BuildRequires: %{python_module PyHamcrest}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}