public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lumir Balhar <lbalhar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-idna] rawhide: Update to 3.19 (rhbz#2517713)
Date: Mon, 31 Aug 2026 08:42:43 GMT	[thread overview]
Message-ID: <178816576373.1.16666076283634158175.rpms-python-idna-600df0e166ba@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-31  8:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178816576373.1.16666076283634158175.rpms-python-idna-600df0e166ba@fedoraproject.org \
    --to=lbalhar@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox