diff --git a/ecdsa-0.14.1.tar.gz b/ecdsa-0.14.1.tar.gz deleted file mode 100644 index ddeb0a4..0000000 Binary files a/ecdsa-0.14.1.tar.gz and /dev/null differ diff --git a/ecdsa-0.17.0.tar.gz b/ecdsa-0.17.0.tar.gz new file mode 100644 index 0000000..c5e2404 Binary files /dev/null and b/ecdsa-0.17.0.tar.gz differ diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 7c1ebd9..1efa90d 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -1,8 +1,8 @@ %bcond_without python3 Name: python-ecdsa -Version: 0.14.1 -Release: 3 +Version: 0.17.0 +Release: 1 Summary: ECDSA cryptographic signature library License: MIT URL: https://pypi.python.org/pypi/ecdsa @@ -59,6 +59,9 @@ find src/ecdsa -name \*.py | xargs sed -ie '/\/usr\/bin\/env/d' %doc NEWS README.md %changelog +* Sat Nov 13 2021 liudabo - 0.17.0-1 +- update version to 0.17.0 + * Thu Oct 29 2020 wangye - 0.14.1-3 - use python3 replace python2 for build