15
0
forked from pool/python-base58

Accepting request 822400 from home:jayvdb:py-new

- 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

OBS-URL: https://build.opensuse.org/request/show/822400
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-base58?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-07-23 13:15:14 +00:00
committed by Git OBS Bridge
parent 1658b46ec1
commit 8dbc81642e
4 changed files with 14 additions and 5 deletions

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}