public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-typing-extensions] rawhide: Allow building with flit-core 4+
@ 2026-08-24 20:39 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-24 20:39 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-24 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 20:39 [rpms/python-typing-extensions] rawhide: Allow building with flit-core 4+ 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox