From 253a0f06fcd337cf55c6876e1b1574918e425a94 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 02 2021 12:16:55 +0000 Subject: Bootstrap for Python 3.10 --- diff --git a/python-filelock.spec b/python-filelock.spec index 7d704c8..f23640b 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,3 +1,4 @@ +%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} @@ -5,7 +6,7 @@ Name: python-%{srcname} Version: 3.0.12 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A platform independent file lock License: Unlicense @@ -149,6 +150,9 @@ install -p -m0644 -D docs/build/man/py-%{srcname}.1 %{buildroot}%{_mandir}/man1/ %changelog +* Wed Jun 02 2021 Python Maint - 3.0.12-10 +- Bootstrap for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 3.0.12-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild