Accepting request 868498 from devel:languages:python
- update to 3.1: - Ensure license is included in package (Thanks, Julien Schueller) - No longer mark wheel has universal (Thanks, Matthieu Darbois) - Test on PowerPC using Travis CI - Python 2 is no longer supported (the 2.x branch supports Python 2, use "idna<3" in your requirements file if you need Python 2 support) - Support for V2 UTS 46 test vectors. OBS-URL: https://build.opensuse.org/request/show/868498 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=9
This commit is contained in:
commit
e3a60db5ae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6
|
||||
size 175616
|
3
idna-3.1.tar.gz
Normal file
3
idna-3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1
|
||||
size 181601
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 2 00:46:47 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.1:
|
||||
- Ensure license is included in package (Thanks, Julien Schueller)
|
||||
- No longer mark wheel has universal (Thanks, Matthieu Darbois)
|
||||
- Test on PowerPC using Travis CI
|
||||
- Python 2 is no longer supported (the 2.x branch supports Python 2,
|
||||
use "idna<3" in your requirements file if you need Python 2 support)
|
||||
- Support for V2 UTS 46 test vectors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 17 08:01:29 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-idna
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-idna
|
||||
Version: 2.10
|
||||
Version: 3.1
|
||||
Release: 0
|
||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||
License: BSD-3-Clause
|
||||
@ -56,7 +57,7 @@ library but currently only supports the older 2003 specification.
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.rst
|
||||
%license LICENSE.md
|
||||
%doc HISTORY.rst README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user