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
This commit is contained in:
Ana Guerrero 2024-09-09 12:43:22 +00:00 committed by Git OBS Bridge
commit 5f8061b5e1
4 changed files with 15 additions and 4 deletions

BIN
idna-3.7.tar.gz (Stored with Git LFS)

Binary file not shown.

3
idna-3.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603
size 189467

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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.8
Release: 0
Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD-3-Clause