15
0
forked from pool/python-idna

- 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/package/show/devel:languages:python/python-idna?expand=0&rev=18
This commit is contained in:
2021-02-02 00:49:28 +00:00
committed by Git OBS Bridge
parent 30f81c99cb
commit 9ef09a5868
4 changed files with 18 additions and 6 deletions

View File

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