diff --git a/idna-2.10.tar.gz b/idna-2.10.tar.gz deleted file mode 100644 index 6f2a0db..0000000 Binary files a/idna-2.10.tar.gz and /dev/null differ diff --git a/idna-3.2.tar.gz b/idna-3.2.tar.gz new file mode 100644 index 0000000..6febfb2 Binary files /dev/null and b/idna-3.2.tar.gz differ diff --git a/python-idna.spec b/python-idna.spec index 3ae0dce..e9453fb 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -1,6 +1,6 @@ Name: python-idna -Version: 2.10 -Release: 2 +Version: 3.2 +Release: 1 Summary: Internationalized Domain Names in Applications (IDNA) License: BSD and Python and Unicode URL: https://github.com/kjd/idna @@ -43,10 +43,13 @@ Python3 package for python-idna %files -n python3-idna %defattr(-,root,root) %doc README.rst HISTORY.rst -%license LICENSE.rst +%license LICENSE.md %{python3_sitelib}/* %changelog +* Fri Dec 03 2021 wangkerong - 3.2-1 +- update to 3.2 + * Thu Oct 29 2020 wangye - 2.10-2 - remove python2-idna subpackage