From d860e64cb6bd2b6097f6a7b8f3a33e5a1da2b152 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 4 Jun 2026 10:09:11 +0200 Subject: [PATCH] Rebuilt for Python 3.15 --- python-jinja2.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-jinja2.spec b/python-jinja2.spec index d64c121..63f27b0 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -1,10 +1,8 @@ -%global _without_asyncio_tests 1 -%global _without_docs 1 %global srcname jinja2 Name: python-jinja2 Version: 3.1.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: General purpose template engine License: BSD-3-Clause URL: https://palletsprojects.com/p/jinja/ @@ -93,6 +91,9 @@ rm -rvf docs/_build/html/.buildinfo %changelog +* Thu Jun 04 2026 Python Maint - 3.1.6-9 +- Rebuilt for Python 3.15 + * Wed Jun 03 2026 Python Maint - 3.1.6-8 - Bootstrap for Python 3.15