forked from pool/python-idna
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d69f185114 | |||
| 562d5b144d | |||
| f4fb9b91a2 | |||
| e7104a1222 | |||
| 5f8061b5e1 | |||
| 8449421820 |
3
idna-3.11.tar.gz
Normal file
3
idna-3.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902
|
||||||
|
size 194582
|
||||||
BIN
idna-3.7.tar.gz
LFS
BIN
idna-3.7.tar.gz
LFS
Binary file not shown.
@@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 11 09:04:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.11
|
||||||
|
* Update to Unicode 16.0.0, including significant changes to
|
||||||
|
UTS46 processing. As a result of Unicode ending support for
|
||||||
|
it, transitional processing no longer has an effect and
|
||||||
|
returns the same result.
|
||||||
|
* Add support for Python 3.14, lowest supported version is Python 3.8.
|
||||||
|
* Various updates to packaging, including PEP 740 support.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 23 13:14:53 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.10
|
||||||
|
* Reverted to Unicode 15.1.0 data. Unicode 16 has some significant changes
|
||||||
|
to UTS46 processing that will require more work to properly implement.
|
||||||
|
- from version 3.9
|
||||||
|
* Update to Unicode 16.0.0
|
||||||
|
* Deprecate setup.cfg in favour of pyproject.toml
|
||||||
|
* Use ruff for code formatting
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 8 12:47:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.8:
|
||||||
|
* Fix regression where IDNAError exception was not being
|
||||||
|
produced for certain inputs.
|
||||||
|
* Add support for Python 3.13, drop support for Python 3.5 as
|
||||||
|
it is no longer testable.
|
||||||
|
* Documentation improvements
|
||||||
|
* Updates to package testing using Github actions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 18 07:30:37 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
Thu Apr 18 07:30:37 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-idna
|
Name: python-idna
|
||||||
Version: 3.7
|
Version: 3.11
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user