Accepting request 540455 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/540455 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=4
This commit is contained in:
commit
cd08fa3f3e
@ -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
3
idna-2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f
|
||||
size 135992
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user