diff --git a/base58-2.0.1.tar.gz b/base58-2.0.1.tar.gz deleted file mode 100644 index e325466..0000000 --- a/base58-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:365c9561d9babac1b5f18ee797508cd54937a724b6e419a130abad69cec5ca79 -size 4960 diff --git a/base58-2.1.0.tar.gz b/base58-2.1.0.tar.gz new file mode 100644 index 0000000..3459ed3 --- /dev/null +++ b/base58-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171a547b4a3c61e1ae3807224a6f7aec75e364c4395e7562649d7335768001a2 +size 6351 diff --git a/python-base58.changes b/python-base58.changes index 474333f..256d4a8 100644 --- a/python-base58.changes +++ b/python-base58.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Aug 30 14:10:48 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 2.1.0 + * Parametrise a few tests over alphabet (@keis) + * Made it handle any base with passing alphabet. (#63) (@tanupoo) + * Setup cfg (@keis) + * Add support to ppc64le (@gururajrkatti) + * Update README.md (@alloyxrp) + * New alias for XRP alphabet (@alloyxrp) + * Improve invalid character message (@keis) + * Autofix for similar letters (@keis) + * Add performance benchmarks using pytest-benchmark (@keis) + * Performance optimizations (@kolomenkin) +- Update BuildRequires from setup.cfg + ------------------------------------------------------------------- Thu Jul 23 02:06:04 UTC 2020 - John Vandenberg diff --git a/python-base58.spec b/python-base58.spec index 2b56ace..08e683a 100644 --- a/python-base58.spec +++ b/python-base58.spec @@ -1,7 +1,7 @@ # # spec file for package python-base58 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,20 +19,21 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-base58 -Version: 2.0.1 +Version: 2.1.0 Release: 0 Summary: Base58 and Base58Check implementation License: MIT Group: Development/Languages/Python URL: https://github.com/keis/base58 Source: https://files.pythonhosted.org/packages/source/b/base58/base58-%{version}.tar.gz -BuildRequires: %{python_module PyHamcrest} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module PyHamcrest >= 2.0.2} +BuildRequires: %{python_module pytest >= 4.6} +BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages