!3 python-ecdsa

Merge pull request !3 from shirely/master
This commit is contained in:
openeuler-ci-bot 2020-06-17 09:18:33 +08:00 committed by Gitee
commit 5429746d31

View File

@ -3,7 +3,7 @@
Name: python-ecdsa Name: python-ecdsa
Version: 0.14.1 Version: 0.14.1
Release: 1 Release: 2
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
@ -84,12 +84,15 @@ find src/ecdsa -name \*.py | xargs sed -ie '/\/usr\/bin\/env/d'
%files -n python3-ecdsa %files -n python3-ecdsa
%defattr(-,root,root) %defattr(-,root,root)
%license LICENSE %license LICENSE
%_prefix/lib/python3.7/site-packages/* %_prefix/lib/python%{python3_version}/site-packages/*
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc NEWS README.md %doc NEWS README.md
%changelog %changelog
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.14.1-2 * Tue Jun 16 2020 hanhui <hanhui@huawei.com> - 0.14.1-2
- fix python3.8 can not find path
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.14.1-1
- Package init - Package init