Compare commits

..

No commits in common. "78551458dffd24069d416ea56859db9fe39fe1d6" and "e4d2a3a27cd181d44d5245a310965d24355b6be2" have entirely different histories.

4 changed files with 6 additions and 2878 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
idna-2.8.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,11 @@
Name: python-idna
Version: 2.10
Release: 3
Version: 2.8
Release: 2
Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD-3-Clause
License: BSD and Python and Unicode
URL: https://github.com/kjd/idna
Source0: https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz
Patch6000: backport-CVE-2024-3651.patch
BuildArch: noarch
%if 0%{?with_python2}
BuildRequires: python2-devel python2-setuptools
@ -76,6 +74,9 @@ Python3 package for python-idna
%{__python3} setup.py test
%endif
%files
%defattr(-,root,root)
%if 0%{?with_python2}
%files -n python2-idna
%defattr(-,root,root)
@ -93,24 +94,6 @@ Python3 package for python-idna
%endif
%changelog
* Fri Jun 14 2024 xinghe <xinghe2@h-partners.com> - 2.10-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix license
* Fri May 10 2024 zhangpan <zhangpan103@h-partners.com> - 2.10-2
- fix CVE-2024-3651
* Tue Aug 18 2020 jinzhimin <jinzhimin2@huawei.com> - 2.10-1
- Package update to 2.10.1
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.8-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:delete the python-idna
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.8-2
- Type:bugfix
- Id:NA