diff --git a/python3.12-pluggy.spec b/python3.12-pluggy.spec index f315934..d0d94a4 100644 --- a/python3.12-pluggy.spec +++ b/python3.12-pluggy.spec @@ -8,7 +8,7 @@ Name: python%{python3_pkgversion}-pluggy Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The plugin manager stripped of pytest specific details # SPDX @@ -66,6 +66,9 @@ test "$(%{python3} -c 'import pluggy; print(pluggy.__version__)')" == "%{version %changelog +* Tue Jan 23 2024 Miro Hrončok - 1.2.0-3 +- Rebuilt for timestamp .pyc invalidation mode + * Wed Jan 10 2024 Miro Hrončok - 1.2.0-2 - Enable tests