diff --git a/idna-2.5.tar.gz b/idna-2.5.tar.gz deleted file mode 100644 index 13c2ca5..0000000 --- a/idna-2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab -size 130211 diff --git a/idna-2.6.tar.gz b/idna-2.6.tar.gz new file mode 100644 index 0000000..241b052 --- /dev/null +++ b/idna-2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f +size 135992 diff --git a/python-idna.changes b/python-idna.changes index 6ccf41d..c40339a 100644 --- a/python-idna.changes +++ b/python-idna.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Nov 9 18:53:55 UTC 2017 - arun@gmx.de + +- update to version 2.6: + * Allows generation of IDNA and UTS 46 table data for different + versions of Unicode, by deriving properties directly from Unicode + data. + * Ability to generate RFC 5892/IANA-style table data + * Diagnostic output of IDNA-related Unicode properties and derived + calculations for a given codepoint + * Support for idna.__version__ to report version + * Support for idna.idnadata.__version__ and + idna.uts46data.__version__ to report Unicode version of underlying + IDNA and UTS 46 data respectively. + ------------------------------------------------------------------- Tue Mar 21 15:31:28 UTC 2017 - jmatejek@suse.com diff --git a/python-idna.spec b/python-idna.spec index e49c30e..8b099a7 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.5 +Version: 2.6 Release: 0 Summary: Internationalized Domain Names in Applications (IDNA) License: BSD-3-Clause