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:
committed by
Git OBS Bridge
parent
1658b46ec1
commit
8dbc81642e
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user