diff --git a/base58-2.1.0.tar.gz b/base58-2.1.0.tar.gz deleted file mode 100644 index 3459ed3..0000000 --- a/base58-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:171a547b4a3c61e1ae3807224a6f7aec75e364c4395e7562649d7335768001a2 -size 6351 diff --git a/base58-2.1.1.tar.gz b/base58-2.1.1.tar.gz new file mode 100644 index 0000000..307d5c4 --- /dev/null +++ b/base58-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d0cb3f5b6e81e8e35da5754388ddcc6d0d14b6c6a132cb93d69ed580a7278c +size 6528 diff --git a/python-base58.changes b/python-base58.changes index 256d4a8..1678c82 100644 --- a/python-base58.changes +++ b/python-base58.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 3 10:05:51 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 2.1.1 + * Use github actions (@keis) + * Escape illegal special characters in error message (@hukkin) + ------------------------------------------------------------------- Mon Aug 30 14:10:48 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-base58.spec b/python-base58.spec index 08e683a..c1d4bb3 100644 --- a/python-base58.spec +++ b/python-base58.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-base58 -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Base58 and Base58Check implementation License: MIT