From 2136619ccf88451f2f1df94f521545d178789691 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 03 2021 10:30:08 +0000 Subject: Rebuilt for Python 3.10 --- diff --git a/python-pid.spec b/python-pid.spec index c4da6f3..ea0f247 100644 --- a/python-pid.spec +++ b/python-pid.spec @@ -26,7 +26,7 @@ PidFile can also be used as a context manager or a decorator.} Name: python-%{srcname} Version: 2.2.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: PID file management library License: ASL 2.0 @@ -118,6 +118,9 @@ PYTHONPATH=%{buildroot}%{python2_sitelib} nosetests-%{python2_version} --verbose %endif %changelog +* Thu Jun 03 2021 Python Maint - 2.2.3-11 +- Rebuilt for Python 3.10 + * Mon Feb 08 2021 Charalampos Stratakis - 2.2.3-10 - Switch the test run from nose to pytest