From 6647f43caa615a76118ac459947f892d7b983dff42e4ad14ecd92616c5c0b669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 10 Nov 2017 11:33:50 +0000 Subject: [PATCH] Accepting request 540300 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/540300 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=8 --- idna-2.5.tar.gz | 3 --- idna-2.6.tar.gz | 3 +++ python-idna.changes | 15 +++++++++++++++ python-idna.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 idna-2.5.tar.gz create mode 100644 idna-2.6.tar.gz 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