diff --git a/idna-3.4.tar.gz b/idna-3.4.tar.gz deleted file mode 100644 index dd21366..0000000 Binary files a/idna-3.4.tar.gz and /dev/null differ diff --git a/idna-3.6.tar.gz b/idna-3.6.tar.gz new file mode 100644 index 0000000..bc05aca Binary files /dev/null and b/idna-3.6.tar.gz differ diff --git a/python-idna.spec b/python-idna.spec index 3f3d380..54276ec 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-idna -Version: 3.4 +Version: 3.6 Release: 1 Summary: Internationalized Domain Names in Applications (IDNA) License: BSD URL: https://github.com/kjd/idna -Source0: https://github.com/kjd/idna/archive/refs/tags/idna-3.4.tar.gz +Source0: https://github.com/kjd/idna/archive/refs/tags/idna-3.6.tar.gz BuildArch: noarch @@ -25,7 +25,7 @@ BuildRequires: python3-setuptools_scm BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel -BuildRequires: python3-flit-core +BuildRequires: python3-flit-core pytest %description -n python3-idna A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891 @@ -78,7 +78,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +%pytest %files -n python3-idna -f filelist.lst %dir %{python3_sitelib}/* @@ -88,6 +88,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jan 15 2024 zhangpan - 3.6-1 +- update to 3.6 + * Fri Jun 30 2023 li-miaomiao_zhr - 3.4-1 - Update to 3.4