public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-typing-extensions] rawhide: Allow building with flit-core 4+
Date: Mon, 24 Aug 2026 20:39:04 GMT [thread overview]
Message-ID: <178760394419.1.8221989187646291130.rpms-python-typing-extensions-bb72412761de@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-typing-extensions
Branch : rawhide
Commit : bb72412761deaf4a782c28711c654016d54f20b5
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-08-24T21:26:54+01:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-typing-extensions/c/bb72412761deaf4a782c28711c654016d54f20b5?branch=rawhide
Log:
Allow building with flit-core 4+
---
diff --git a/python-typing-extensions.spec b/python-typing-extensions.spec
index ecd2f9a..f8c44ad 100644
--- a/python-typing-extensions.spec
+++ b/python-typing-extensions.spec
@@ -1,6 +1,6 @@
Name: python-typing-extensions
Version: 4.16.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Backported and Experimental Type Hints for Python
License: PSF-2.0
@@ -48,6 +48,10 @@ Summary: %{summary}
%prep
%autosetup -p1 -n typing_extensions-%{version}
+# This package builds successfully with flit-core 4
+# https://github.com/python/typing_extensions/pull/787
+%pyproject_patch_dependency flit_core:set_upper:5
+
%generate_buildrequires
%pyproject_buildrequires
@@ -73,6 +77,9 @@ cd src
%changelog
+* Mon Aug 24 2026 Miro Hrončok <mhroncok@redhat.com> - 4.16.0-4
+- Allow building with flit-core 4+
+
* Mon Aug 24 2026 Benjamin A. Beasley <code@musicinmybrain.net> - 4.16.0-3
- Patch for Python 3.14.7
reply other threads:[~2026-08-24 20:39 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=178760394419.1.8221989187646291130.rpms-python-typing-extensions-bb72412761de@fedoraproject.org \
--to=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