diff --git a/base58-2.0.0.tar.gz b/base58-2.0.0.tar.gz deleted file mode 100644 index 7a6abee..0000000 --- a/base58-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2f6be0f83a0e1ee3d9c25124464c93c87d20af79319288d894a66535313e7d2 -size 6049 diff --git a/base58-2.0.1.tar.gz b/base58-2.0.1.tar.gz new file mode 100644 index 0000000..e325466 --- /dev/null +++ b/base58-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365c9561d9babac1b5f18ee797508cd54937a724b6e419a130abad69cec5ca79 +size 4960 diff --git a/python-base58.changes b/python-base58.changes index 4e22cd8..474333f 100644 --- a/python-base58.changes +++ b/python-base58.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jul 23 02:06:04 UTC 2020 - John Vandenberg + +- 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 diff --git a/python-base58.spec b/python-base58.spec index e9825b1..2b56ace 100644 --- a/python-base58.spec +++ b/python-base58.spec @@ -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}