From 838398baddbe572d45fd0869dd4364b949068f39 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 15:33:45 +0200 Subject: [PATCH 1/5] Rebuilt for Python 3.14 --- python-pidfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pidfile.spec b/python-pidfile.spec index 0c6f78f..570d214 100644 --- a/python-pidfile.spec +++ b/python-pidfile.spec @@ -2,7 +2,7 @@ %global pypi_name python-%{module_name} Name: %{pypi_name} Version: 3.0.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Python context manager for managing pid files License: MIT URL: https://pypi.org/project/python-pidfile @@ -45,6 +45,9 @@ cp -p %{SOURCE1} . %license LICENSE %changelog +* Tue Jun 03 2025 Python Maint - 3.0.0-12 +- Rebuilt for Python 3.14 + * Sat Jan 18 2025 Fedora Release Engineering - 3.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From dad4010e509e5760bc1630dc3f851537254af226 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Thu, 24 Jul 2025 14:34:37 +0200 Subject: [PATCH 2/5] Migrate tests from STI to TMT (#2383039) --- .fmf/version | 1 + plans/tests.fmf | 10 ++++++++++ tests/test.fmf | 1 + tests/test_playbook.yml | 28 ---------------------------- tests/tests.yml | 1 - 5 files changed, 12 insertions(+), 29 deletions(-) create mode 100644 .fmf/version create mode 100644 plans/tests.fmf create mode 100644 tests/test.fmf delete mode 100644 tests/test_playbook.yml delete mode 100644 tests/tests.yml diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/tests.fmf b/plans/tests.fmf new file mode 100644 index 0000000..2cf54e9 --- /dev/null +++ b/plans/tests.fmf @@ -0,0 +1,10 @@ +prepare: + how: install + package: + - python3-pidfile + +discover: + how: fmf + +execute: + how: tmt diff --git a/tests/test.fmf b/tests/test.fmf new file mode 100644 index 0000000..4979eeb --- /dev/null +++ b/tests/test.fmf @@ -0,0 +1 @@ +test: python3 test_pidfile.py /tmp/test.log diff --git a/tests/test_playbook.yml b/tests/test_playbook.yml deleted file mode 100644 index 32429af..0000000 --- a/tests/test_playbook.yml +++ /dev/null @@ -1,28 +0,0 @@ -- hosts: localhost - vars: - config: - packagename: python-pidfile - testfilename: test_pidfile.py - logfilepath: /tmp/test.log - artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}" - tags: - - classic - remote_user: root - tasks: - - name: Install required package - dnf: - name: - - "{{ config.packagename }}" - - python3 - - name: Test Execution - block: - - name: Execute the tests - command: python3 {{ config.testfilename }} {{ logfilepath }} - always: - - name: Pull out the artifacts - fetch: - dest: "{{ config.artifacts }}/" - src: "{{ item }}" - flat: yes - with_items: - - "{{ config.logfilepath }}" diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 8da8402..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1 +0,0 @@ -- import_playbook: test_playbook.yml From b9b9101ddbc7c16a8df2e034078000a819ef5ce1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 09:21:07 +0000 Subject: [PATCH 3/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- python-pidfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pidfile.spec b/python-pidfile.spec index 570d214..bd6310e 100644 --- a/python-pidfile.spec +++ b/python-pidfile.spec @@ -2,7 +2,7 @@ %global pypi_name python-%{module_name} Name: %{pypi_name} Version: 3.0.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Python context manager for managing pid files License: MIT URL: https://pypi.org/project/python-pidfile @@ -45,6 +45,9 @@ cp -p %{SOURCE1} . %license LICENSE %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 3.0.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 03 2025 Python Maint - 3.0.0-12 - Rebuilt for Python 3.14 From 086736874d964fd6abfc2fc236cfd8861cacd02c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 14:22:46 +0200 Subject: [PATCH 4/5] Rebuilt for Python 3.14.0rc2 bytecode --- python-pidfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pidfile.spec b/python-pidfile.spec index bd6310e..8fde1ce 100644 --- a/python-pidfile.spec +++ b/python-pidfile.spec @@ -2,7 +2,7 @@ %global pypi_name python-%{module_name} Name: %{pypi_name} Version: 3.0.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Python context manager for managing pid files License: MIT URL: https://pypi.org/project/python-pidfile @@ -45,6 +45,9 @@ cp -p %{SOURCE1} . %license LICENSE %changelog +* Fri Aug 15 2025 Python Maint - 3.0.0-14 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 3.0.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 43f0269d3da9cb05893383610ab7f86657ee3c0b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 13:59:10 +0200 Subject: [PATCH 5/5] Rebuilt for Python 3.14.0rc3 bytecode --- python-pidfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pidfile.spec b/python-pidfile.spec index 8fde1ce..cdd5956 100644 --- a/python-pidfile.spec +++ b/python-pidfile.spec @@ -2,7 +2,7 @@ %global pypi_name python-%{module_name} Name: %{pypi_name} Version: 3.0.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Python context manager for managing pid files License: MIT URL: https://pypi.org/project/python-pidfile @@ -45,6 +45,9 @@ cp -p %{SOURCE1} . %license LICENSE %changelog +* Fri Sep 19 2025 Python Maint - 3.0.0-15 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 3.0.0-14 - Rebuilt for Python 3.14.0rc2 bytecode