15
0
forked from pool/python-idna

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

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>