Accepting request 897831 from devel:languages:python

- update to 3.2:
  * Add type hints (Thanks, Seth Michael Larson!)
  * Remove support for Python 3.4

OBS-URL: https://build.opensuse.org/request/show/897831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2021-06-11 20:30:11 +00:00 committed by Git OBS Bridge
commit 530b985890
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jun 6 11:47:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.2:
* Add type hints (Thanks, Seth Michael Larson!)
* Remove support for Python 3.4
-------------------------------------------------------------------
Wed May 26 06:42:07 UTC 2021 - pgajdos@suse.com

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-idna
Version: 3.1
Version: 3.2
Release: 0
Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD-3-Clause