upgrade version to 0.17.0

This commit is contained in:
Anonymous_Z 2021-11-13 15:07:57 +08:00
parent 7d51f44676
commit 689850de06
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
ecdsa-0.17.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%bcond_without python3 %bcond_without python3
Name: python-ecdsa Name: python-ecdsa
Version: 0.14.1 Version: 0.17.0
Release: 3 Release: 1
Summary: ECDSA cryptographic signature library Summary: ECDSA cryptographic signature library
License: MIT License: MIT
URL: https://pypi.python.org/pypi/ecdsa 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 %doc NEWS README.md
%changelog %changelog
* Sat Nov 13 2021 liudabo <liudabo1@huawei.com> - 0.17.0-1
- update version to 0.17.0
* Thu Oct 29 2020 wangye <wangye70@huawei.com> - 0.14.1-3 * Thu Oct 29 2020 wangye <wangye70@huawei.com> - 0.14.1-3
- use python3 replace python2 for build - use python3 replace python2 for build