From 189660803cf1f46b9c475d597f9191f7e1a8b451 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 22:00:29 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-filelock.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-filelock.spec b/python-filelock.spec index cf5e261..26ef500 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,5 +1,3 @@ -%global _without_docs 1 -%global _without_tests 1 %global srcname filelock %if 0%{?fedora} @@ -11,7 +9,7 @@ Name: python-%{srcname} Version: 3.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A platform independent file lock License: Unlicense @@ -113,6 +111,9 @@ install -p -m0644 -D docs/man/%{srcname}.1 %{buildroot}%{_mandir}/man1/%{srcname %changelog +* Mon Jun 13 2022 Python Maint - 3.3.1-4 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 3.3.1-3 - Bootstrap for Python 3.11