From d4858b0e880b455bff291acc219bf8643d92181c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 16:53:29 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-markdown.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-markdown.spec b/python-markdown.spec index abf0aac..3d0373a 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -3,7 +3,7 @@ Name: python-%{pkgname} Version: 3.3.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Markdown implementation in Python License: BSD URL: https://python-markdown.github.io/ @@ -65,6 +65,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %changelog +* Mon Jun 13 2022 Python Maint - 3.3.7-2 +- Rebuilt for Python 3.11 + * Sat May 28 2022 Thomas Moschny - 3.3.7-1 - Update to 3.3.7.