!8 upgrade version to 0.17.0

From: @run-is-pig
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-11-16 01:40:34 +00:00 committed by Gitee
commit f63d3e6f82
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