Accepting request 925735 from devel:languages:python

- 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/request/show/925735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2021-10-20 18:23:27 +00:00 committed by Git OBS Bridge
commit f4fc852fa4
4 changed files with 15 additions and 4 deletions

View File

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

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

View File

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

View File

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