From 66f68666daa2218b242bc9f4fe3fb76f5bb9d200f83ae03101d85b3fbe7cf3a5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Nov 2023 09:03:50 +0000 Subject: [PATCH] - update to 3.6: * Fix regression to include tests in source distribution. * Update to Unicode 15.1.0 * String codec name is now "idna2008" as overriding the system codec "idna" was not working. * Fix typing error for codec encoding * "setup.cfg" has been added for this release due to some downstream * lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly. * Removed reliance on a symlink for the "idna-data" tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives. * Added security reporting protocol for project OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=32 --- idna-3.4.tar.gz | 3 --- idna-3.6.tar.gz | 3 +++ python-idna.changes | 17 +++++++++++++++++ python-idna.spec | 6 ++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 idna-3.4.tar.gz create mode 100644 idna-3.6.tar.gz diff --git a/idna-3.4.tar.gz b/idna-3.4.tar.gz deleted file mode 100644 index 70cddf2..0000000 --- a/idna-3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 -size 183077 diff --git a/idna-3.6.tar.gz b/idna-3.6.tar.gz new file mode 100644 index 0000000..7306ee9 --- /dev/null +++ b/idna-3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca +size 175426 diff --git a/python-idna.changes b/python-idna.changes index a4f6b90..cb3fb09 100644 --- a/python-idna.changes +++ b/python-idna.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 27 08:56:13 UTC 2023 - Dirk Müller + +- update to 3.6: + * Fix regression to include tests in source distribution. + * Update to Unicode 15.1.0 + * String codec name is now "idna2008" as overriding the system codec + "idna" was not working. + * Fix typing error for codec encoding + * "setup.cfg" has been added for this release due to some downstream + * lack of adherence to PEP 517. Should be removed in a future release + so please prepare accordingly. + * Removed reliance on a symlink for the "idna-data" tool to comport + with PEP 517 and the Python Packaging User Guide for sdist + archives. + * Added security reporting protocol for project + ------------------------------------------------------------------- Fri Apr 21 12:26:39 UTC 2023 - Dirk Müller diff --git a/python-idna.spec b/python-idna.spec index 4322b43..e644b66 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%global skip_python2 1 %{?sle15_python_module_pythons} Name: python-idna -Version: 3.4 +Version: 3.6 Release: 0 Summary: Internationalized Domain Names in Applications (IDNA) License: BSD-3-Clause @@ -62,7 +60,7 @@ library but currently only supports the older 2003 specification. %files %{python_files} %license LICENSE.md -%doc HISTORY.rst README.rst +%doc README.rst %{python_sitelib}/* %changelog