From 2b8ff49d97fb98881ce2fd8fa8bc602bd6fba0d0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 17 2022 10:34:32 +0000 Subject: import python-idna-2.10-7.el9 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ac52c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/idna-2.10.tar.gz diff --git a/.python-idna.metadata b/.python-idna.metadata new file mode 100644 index 0000000..636790a --- /dev/null +++ b/.python-idna.metadata @@ -0,0 +1 @@ +ab9b7f0143cc0095da8439939eee9ce153af5f60 SOURCES/idna-2.10.tar.gz diff --git a/SPECS/python-idna.spec b/SPECS/python-idna.spec new file mode 100644 index 0000000..c39fc1c --- /dev/null +++ b/SPECS/python-idna.spec @@ -0,0 +1,184 @@ +%global srcname idna + +Name: python-%{srcname} +Version: 2.10 +Release: 7%{?dist} +Summary: Internationalized Domain Names in Applications (IDNA) + +License: BSD and Python and Unicode +URL: https://github.com/kjd/idna +Source0: https://pypi.io/packages/source/i/%{srcname}/%{srcname}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +%description +A library to support the Internationalised Domain Names in Applications (IDNA) +protocol as specified in RFC 5891 . This +version of the protocol is often referred to as "IDNA2008" and can produce +different results from the earlier standard from 2003. + +The library is also intended to act as a suitable drop-in replacement for the +"encodings.idna" module that comes with the Python standard library but +currently only supports the older 2003 specification. + +%package -n python3-%{srcname} +Summary: Internationalized Domain Names in Applications (IDNA) +%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} + +%description -n python3-%{srcname} +A library to support the Internationalised Domain Names in Applications (IDNA) +protocol as specified in RFC 5891 . This +version of the protocol is often referred to as "IDNA2008" and can produce +different results from the earlier standard from 2003. + +The library is also intended to act as a suitable drop-in replacement for the +"encodings.idna" module that comes with the Python standard library but +currently only supports the older 2003 specification. + +%prep +%autosetup -p1 -n %{srcname}-%{version} +# Remove bundled egg-info +rm -rf %{srcname}.egg-info + +%build +%py3_build + +%install +%py3_install + +%check +%{__python3} setup.py test + + +%files -n python3-%{srcname} +%license LICENSE.rst +%doc README.rst HISTORY.rst +%{python3_sitelib}/%{srcname} +%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info + +%changelog +* Mon Feb 21 2022 Tomas Orsava - 2.10-7 +- Add gating configuration and a simple smoke test +- Related: rhbz#1950291 + +* Tue Feb 08 2022 Tomas Orsava - 2.10-6 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + +* Tue Aug 10 2021 Mohan Boddu - 2.10-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 2.10-4 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Wed Jan 27 2021 Fedora Release Engineering - 2.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 2.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jul 07 2020 Lumír Balhar - 2.10-1 +- Update to 2.10 (#1851653) + +* Fri May 22 2020 Miro Hrončok - 2.9-2 +- Rebuilt for Python 3.9 + +* Tue May 05 2020 Lumír Balhar - 2.9-1 +- Update to 2.9 (#1803654) + +* Thu Jan 30 2020 Fedora Release Engineering - 2.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Nov 24 2019 Miro Hrončok - 2.8-5 +- Subpackage python2-idna has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Thu Oct 03 2019 Miro Hrončok - 2.8-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 15 2019 Miro Hrončok - 2.8-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 2.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue May 28 2019 Jeremy Cline - 2.8-1 +- Update to v2.8 +- Drop python version conditionals + +* Sat Feb 02 2019 Fedora Release Engineering - 2.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 2.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jun 14 2018 Miro Hrončok - 2.7-2 +- Rebuilt for Python 3.7 + +* Tue Jun 12 2018 Jeremy Cline - 2.7-1 +- Update to v2.7 (rhbz 1589803) + +* Fri Feb 09 2018 Fedora Release Engineering - 2.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Jan 19 2018 Iryna Shcherbina - 2.5-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Thu Jul 27 2017 Fedora Release Engineering - 2.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Mar 07 2017 Jeremy Cline - 2.5-1 +- Update to version 2.5 + +* Wed Mar 01 2017 Jeremy Cline - 2.4-1 +- Update to version 2.4 + +* Tue Feb 28 2017 Paul Wouters - 2.3-1 +- Resolves: rhbz#1427499 Update to 2.3 for IDNAError bugfix and memory improvement + +* Thu Feb 09 2017 Jeremy Cline - 2.2-1 +- Update to version 2.2 (#1406757) + +* Fri Dec 09 2016 Charalampos Stratakis - 2.1-3 +- Rebuild for Python 3.6 + +* Mon Nov 28 2016 Orion Poplawski - 2.1-2 +- Ship python2-idna +- Enable python3 for EPEL +- Modernize spec + +* Mon Oct 17 2016 tom.prince@ualberta.net - 2.1-1 +- Bump version. + +* Tue Jul 19 2016 Fedora Release Engineering - 2.0-4 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Nov 04 2015 Robert Kuska - 2.0-2 +- Rebuilt for Python3.5 rebuild + +* Thu Aug 13 2015 Paul Wouters - 2.0-1 +- Update to 2.0 which is required by python-cryptography + +* Thu Jun 18 2015 Fedora Release Engineering - 1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Dec 31 2014 tom.prince@ualberta.net - 1.0-1 +- Bump version. + +* Mon Oct 27 2014 tom.prince@ualberta.net - 0.8-3 +- Update licences. + +* Sat Jul 12 2014 tom.prince@ualberta.net - 0.8-2 +- Be more specfic about .egg-info directories. +- Use python2-devel + +* Sat Jul 12 2014 tom.prince@ualberta.net - 0.8-1 +- Initial package.