From e887f8aed72b587fb661157412b7cc2ee54e342b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 19:44:06 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-filelock.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-filelock.spec b/python-filelock.spec index f23640b..6baaff2 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,4 +1,3 @@ -%global _without_docs 1 %{?!_without_python2:%global with_python2 0%{?_with_python2:1} || !(0%{?fedora} >= 30 || 0%{?rhel} >= 8)} %{?!_without_python3:%global with_python3 0%{?_with_python3:1} || !0%{?rhel} || 0%{?rhel} >= 7} @@ -6,7 +5,7 @@ Name: python-%{srcname} Version: 3.0.12 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A platform independent file lock License: Unlicense @@ -150,6 +149,9 @@ install -p -m0644 -D docs/build/man/py-%{srcname}.1 %{buildroot}%{_mandir}/man1/ %changelog +* Fri Jun 04 2021 Python Maint - 3.0.12-11 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 3.0.12-10 - Bootstrap for Python 3.10