4 Commits

Author SHA256 Message Date
50a7318c40 Accepting request 1217412 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1217412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=19
2024-10-25 17:18:31 +00:00
5807993e2c Accepting request 1217358 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1217358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=38
2024-10-23 20:08:29 +00:00
a3a0858016 Accepting request 1199444 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1199444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=18
2024-09-09 12:43:22 +00:00
6f497cc0f0 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=36
2024-09-08 12:48:12 +00:00
4 changed files with 26 additions and 4 deletions

BIN
idna-3.10.tar.gz LFS Normal file

Binary file not shown.

BIN
idna-3.7.tar.gz LFS

Binary file not shown.

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
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>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-idna
Version: 3.7
Version: 3.10
Release: 0
Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD-3-Clause