From c5f93caf616e259058b180235a39021d1cca1c0e Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 13 Feb 2023 18:39:10 +0100 Subject: [PATCH] Fix gating Resolves: rhbz#2159304 --- plan.fmf | 5 ++++- python3.11-Cython.spec | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/plan.fmf b/plan.fmf index 6ae9a95..3b5f6b7 100644 --- a/plan.fmf +++ b/plan.fmf @@ -1,5 +1,7 @@ execute: how: tmt +environment: + PYTHON: python3.11 discover: - how: shell dist-git-source: true @@ -12,6 +14,7 @@ discover: - gcc test: | cd $TMT_SOURCE_DIR/cython-*/Demos && - sed 's/python /python3.11 /' -i Makefile && + sed "s/\bpython\b/python3.11/" -i Makefile callback/Makefile \ + embed/Makefile && make test - how: fmf diff --git a/python3.11-Cython.spec b/python3.11-Cython.spec index c792445..642d5f8 100644 --- a/python3.11-Cython.spec +++ b/python3.11-Cython.spec @@ -10,7 +10,7 @@ Name: python%{python3_pkgversion}-Cython Version: 0.29.32 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Language for writing Python extension modules License: ASL 2.0 @@ -97,6 +97,9 @@ mv %{buildroot}%{_bindir}/cythonize{,-%{python3_version}} %pycached %{python3_site}/cython.py %changelog +* Mon Feb 13 2023 Charalampos Stratakis - 0.29.32-2 +- Bump release for gating + * Thu Oct 20 2022 Charalampos Stratakis - 0.29.32-1 - Initial package - Fedora contributions by: