From 5807993e2c669b8c4ef058aaeb4dc24428a2a9f48aaf294e70b30ce40bda6eec Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 23 Oct 2024 20:08:29 +0000 Subject: [PATCH] Accepting request 1217358 from home:glaubitz:branches:devel:languages:python - Update to 3.10 * Reverted to Unicode 15.1.0 data. Unicode 16 has some significant changes to UTS46 processing that will require more work to properly implement. - from version 3.9 * Update to Unicode 16.0.0 * Deprecate setup.cfg in favour of pyproject.toml * Use ruff for code formatting OBS-URL: https://build.opensuse.org/request/show/1217358 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=38 --- idna-3.10.tar.gz | 3 +++ idna-3.8.tar.gz | 3 --- python-idna.changes | 11 +++++++++++ python-idna.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 idna-3.10.tar.gz delete mode 100644 idna-3.8.tar.gz diff --git a/idna-3.10.tar.gz b/idna-3.10.tar.gz new file mode 100644 index 0000000..896ec2a --- /dev/null +++ b/idna-3.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 +size 190490 diff --git a/idna-3.8.tar.gz b/idna-3.8.tar.gz deleted file mode 100644 index b13889a..0000000 --- a/idna-3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603 -size 189467 diff --git a/python-idna.changes b/python-idna.changes index c4dbcd9..76ff354 100644 --- a/python-idna.changes +++ b/python-idna.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 23 13:14:53 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 3.10 + * Reverted to Unicode 15.1.0 data. Unicode 16 has some significant changes + to UTS46 processing that will require more work to properly implement. +- from version 3.9 + * Update to Unicode 16.0.0 + * Deprecate setup.cfg in favour of pyproject.toml + * Use ruff for code formatting + ------------------------------------------------------------------- Sun Sep 8 12:47:31 UTC 2024 - Dirk Müller diff --git a/python-idna.spec b/python-idna.spec index da0d74b..627ceb5 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-idna -Version: 3.8 +Version: 3.10 Release: 0 Summary: Internationalized Domain Names in Applications (IDNA) License: BSD-3-Clause