- update to 3.3:
- Update to Unicode 14.0.0 - Update to in-line type annotations - Throw IDNAError exception correctly for some malformed input - Advertise support for Python 3.10 - Improve testing regime on Github - Fix Russian typo in documentation OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=24
This commit is contained in:
parent
a6df321f64
commit
ae90a3bfe8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3
|
||||
size 243962
|
3
idna-3.3.tar.gz
Normal file
3
idna-3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d
|
||||
size 286689
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 19:16:51 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3:
|
||||
- Update to Unicode 14.0.0
|
||||
- Update to in-line type annotations
|
||||
- Throw IDNAError exception correctly for some malformed input
|
||||
- Advertise support for Python 3.10
|
||||
- Improve testing regime on Github
|
||||
- Fix Russian typo in documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 6 11:47:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-idna
|
||||
Version: 3.2
|
||||
Version: 3.3
|
||||
Release: 0
|
||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user