- 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
This commit is contained in:
Dirk Mueller 2020-07-17 08:01:48 +00:00 committed by Git OBS Bridge
parent 7dfd6826c2
commit 30f81c99cb
4 changed files with 12 additions and 4 deletions

3
idna-2.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6
size 175616

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb
size 175042

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 17 08:01:29 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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