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
This commit is contained in:
Ondřej Súkup 2017-11-10 11:33:50 +00:00 committed by Git OBS Bridge
parent 4e5cb4002a
commit 6647f43caa
4 changed files with 19 additions and 4 deletions

View File

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

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

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

View File

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

View File

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