From 30f81c99cb289aa80f1ee19854556889b1e5703ba768c4d3bfdafcf9432bf51d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 17 Jul 2020 08:01:48 +0000 Subject: [PATCH] - update to 2.10: - Update to Unicode 13.0.0. - Throws a more specific exception if "xn--" is provided as a label. - This is expected to be the last version that supports Python 2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=16 --- idna-2.10.tar.gz | 3 +++ idna-2.9.tar.gz | 3 --- python-idna.changes | 8 ++++++++ python-idna.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 idna-2.10.tar.gz delete mode 100644 idna-2.9.tar.gz diff --git a/idna-2.10.tar.gz b/idna-2.10.tar.gz new file mode 100644 index 0000000..aaa1337 --- /dev/null +++ b/idna-2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6 +size 175616 diff --git a/idna-2.9.tar.gz b/idna-2.9.tar.gz deleted file mode 100644 index 3a64421..0000000 --- a/idna-2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb -size 175042 diff --git a/python-idna.changes b/python-idna.changes index 4de7c40..4509152 100644 --- a/python-idna.changes +++ b/python-idna.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 17 08:01:29 UTC 2020 - Dirk Mueller + +- update to 2.10: + - Update to Unicode 13.0.0. + - Throws a more specific exception if "xn--" is provided as a label. + - This is expected to be the last version that supports Python 2. + ------------------------------------------------------------------- Fri Feb 28 22:41:37 UTC 2020 - Dirk Mueller diff --git a/python-idna.spec b/python-idna.spec index 2dbdd10..6dafedc 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-idna -Version: 2.9 +Version: 2.10 Release: 0 Summary: Internationalized Domain Names in Applications (IDNA) License: BSD-3-Clause