diff --git a/idna-2.10.tar.gz b/idna-2.10.tar.gz deleted file mode 100644 index aaa1337..0000000 --- a/idna-2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6 -size 175616 diff --git a/idna-3.1.tar.gz b/idna-3.1.tar.gz new file mode 100644 index 0000000..5d8a950 --- /dev/null +++ b/idna-3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1 +size 181601 diff --git a/python-idna.changes b/python-idna.changes index 4509152..077f1ad 100644 --- a/python-idna.changes +++ b/python-idna.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 2 00:46:47 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-idna.spec b/python-idna.spec index 6dafedc..2314c00 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -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}/*