Fix gating

Resolves: rhbz#2159304
This commit is contained in:
Charalampos Stratakis 2023-02-13 18:39:10 +01:00
parent ed88f06bb9
commit c5f93caf61
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,7 @@
execute: execute:
how: tmt how: tmt
environment:
PYTHON: python3.11
discover: discover:
- how: shell - how: shell
dist-git-source: true dist-git-source: true
@ -12,6 +14,7 @@ discover:
- gcc - gcc
test: | test: |
cd $TMT_SOURCE_DIR/cython-*/Demos && 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 make test
- how: fmf - how: fmf

View File

@ -10,7 +10,7 @@
Name: python%{python3_pkgversion}-Cython Name: python%{python3_pkgversion}-Cython
Version: 0.29.32 Version: 0.29.32
Release: 1%{?dist} Release: 2%{?dist}
Summary: Language for writing Python extension modules Summary: Language for writing Python extension modules
License: ASL 2.0 License: ASL 2.0
@ -97,6 +97,9 @@ mv %{buildroot}%{_bindir}/cythonize{,-%{python3_version}}
%pycached %{python3_site}/cython.py %pycached %{python3_site}/cython.py
%changelog %changelog
* Mon Feb 13 2023 Charalampos Stratakis <cstratak@redhat.com> - 0.29.32-2
- Bump release for gating
* Thu Oct 20 2022 Charalampos Stratakis <cstratak@redhat.com> - 0.29.32-1 * Thu Oct 20 2022 Charalampos Stratakis <cstratak@redhat.com> - 0.29.32-1
- Initial package - Initial package
- Fedora contributions by: - Fedora contributions by: