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:
commit
530b985890
@ -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
3
idna-3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3
|
||||||
|
size 243962
|
@ -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
|
Wed May 26 06:42:07 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%global skip_python2 1
|
%global skip_python2 1
|
||||||
Name: python-idna
|
Name: python-idna
|
||||||
Version: 3.1
|
Version: 3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user