public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-idna] rawhide: Update to 3.19 (rhbz#2517713)
@ 2026-08-31 8:42 Lumir Balhar
0 siblings, 0 replies; only message in thread
From: Lumir Balhar @ 2026-08-31 8:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-idna
Branch : rawhide
Commit : 600df0e166ba840365dda2c26a9b131fe833c542
Author : Lumir Balhar <lbalhar@redhat.com>
Date : 2026-08-23T13:27:51+00:00
Stats : +13/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-idna/c/600df0e166ba840365dda2c26a9b131fe833c542?branch=rawhide
Log:
Update to 3.19 (rhbz#2517713)
Assisted-By: Claude
---
diff --git a/.gitignore b/.gitignore
index 47c0cd2..7debe8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
/idna-3.15.tar.gz
/idna-3.17.tar.gz
/idna-3.18.tar.gz
+/idna-3.19.tar.gz
diff --git a/python-idna.spec b/python-idna.spec
index fa46a9c..58f3f22 100644
--- a/python-idna.spec
+++ b/python-idna.spec
@@ -1,7 +1,10 @@
%global srcname idna
+# hypothesis is not available on RHEL
+%bcond hypothesis %{undefined rhel}
+
Name: python-%{srcname}
-Version: 3.18
+Version: 3.19
Release: %autorelease
Summary: Internationalized Domain Names in Applications (IDNA)
@@ -12,6 +15,9 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3dist(pytest)
+%if %{with hypothesis}
+BuildRequires: python3dist(hypothesis)
+%endif
%description
A library to support the Internationalised Domain Names in Applications (IDNA)
@@ -50,7 +56,11 @@ currently only supports the older 2003 specification.
%pyproject_save_files %{srcname}
%check
+%if %{without hypothesis}
+%pytest --ignore=tests/test_idna_properties.py
+%else
%pytest
+%endif
%files -n python3-%{srcname} -f %pyproject_files
%license LICENSE.md
diff --git a/sources b/sources
index 646dc93..a5e3cf9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (idna-3.18.tar.gz) = 5cdfa086a6a1d2c5fbb6fe56ceae5434a71e2215711d252be41f82cebfa48cef35cc8b2ff03e6af17ae309f230a04a008c41eae55852dd77942f97f65848c916
+SHA512 (idna-3.19.tar.gz) = 9d80b04098d59eb2f2c82a91d1b8153aa5cf135dafc9f792b69d5efee05a1b7f441a907286741f85992a67b175e2910b2233bdf7492c61a3dc204ff74aed3aca
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-31 8:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31 8:42 [rpms/python-idna] rawhide: Update to 3.19 (rhbz#2517713) Lumir Balhar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox