update to 3.2

(cherry picked from commit 135792e4675c4861d8dbca105a579d6b6d3e0c6b)
This commit is contained in:
wangkerong 2021-12-03 15:30:53 +08:00 committed by openeuler-sync-bot
parent 1d61022f7b
commit fee987cc1c
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
idna-3.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-idna Name: python-idna
Version: 2.10 Version: 3.2
Release: 2 Release: 1
Summary: Internationalized Domain Names in Applications (IDNA) Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD and Python and Unicode License: BSD and Python and Unicode
URL: https://github.com/kjd/idna URL: https://github.com/kjd/idna
@ -43,10 +43,13 @@ Python3 package for python-idna
%files -n python3-idna %files -n python3-idna
%defattr(-,root,root) %defattr(-,root,root)
%doc README.rst HISTORY.rst %doc README.rst HISTORY.rst
%license LICENSE.rst %license LICENSE.md
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Fri Dec 03 2021 wangkerong <wangkerong@huawei.com> - 3.2-1
- update to 3.2
* Thu Oct 29 2020 wangye <wangye70@huawei.com> - 2.10-2 * Thu Oct 29 2020 wangye <wangye70@huawei.com> - 2.10-2
- remove python2-idna subpackage - remove python2-idna subpackage