upgrade version to 0.16.1

This commit is contained in:
sxt1001 2021-01-22 14:19:02 +08:00
parent 1f767eb040
commit 463907de52
3 changed files with 4 additions and 1 deletions

Binary file not shown.

BIN
ecdsa-0.16.1.tar.gz Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
%bcond_without python3 %bcond_without python3
Name: python-ecdsa Name: python-ecdsa
Version: 0.14.1 Version: 0.16.1
Release: 1 Release: 1
Summary: ECDSA cryptographic signature library Summary: ECDSA cryptographic signature library
License: MIT License: MIT
@ -91,5 +91,8 @@ find src/ecdsa -name \*.py | xargs sed -ie '/\/usr\/bin\/env/d'
%doc NEWS README.md %doc NEWS README.md
%changelog %changelog
* Fri Jan 22 2021 shixuantong<shixuantong@huawei.com> - 0.16.1-1
- upgrade version to 0.16.1
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.14.1-2 * Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.14.1-2
- Package init - Package init