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

A new commit has been pushed.

Repo   : rpms/python-jinja2
Branch : rawhide
Commit : 43f387dda90739251288400a117a49b5ad1f1b80
Author : Miro Hrončok <miro@hroncok.cz>
Date   : 2026-08-24T22:18:14+02:00
Stats  : +8/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-jinja2/c/43f387dda90739251288400a117a49b5ad1f1b80?branch=rawhide

Log:
Allow building with flit-core 4+

---
diff --git a/python-jinja2.spec b/python-jinja2.spec
index c38c369..944b3cc 100644
--- a/python-jinja2.spec
+++ b/python-jinja2.spec
@@ -2,7 +2,7 @@
 
 Name:           python-jinja2
 Version:        3.1.6
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        General purpose template engine
 License:        BSD-3-Clause
 URL:            https://palletsprojects.com/p/jinja/
@@ -56,6 +56,10 @@ BuildRequires:  python3-sphinx-issues
 %prep
 %autosetup -p1 -n %{srcname}-%{version}
 
+# This package builds successfully with flit-core 4
+# https://github.com/pallets/jinja/issues/2232
+%pyproject_patch_dependency flit_core:set_upper:5
+
 
 %generate_buildrequires
 %pyproject_buildrequires -x i18n
@@ -91,6 +95,9 @@ rm -rvf docs/_build/html/.buildinfo
 
 
 %changelog
+* Mon Aug 24 2026 Miro Hrončok <mhroncok@redhat.com> - 3.1.6-11
+- Allow building with flit-core 4+
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.6-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-09-17 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 10:39 [rpms/python-jinja2] 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