From c364bb4b11b29e5eb16e9e405dcf6d1ff18aad20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 23 Jan 2024 18:00:07 +0100 Subject: [PATCH] Rebuilt for timestamp .pyc invalidation mode Resolves: RHEL-17749 --- python3.12-pluggy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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