Fix gating
Resolves: rhbz#2159304
This commit is contained in:
parent
ed88f06bb9
commit
c5f93caf61
5
plan.fmf
5
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
|
||||
|
@ -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 <cstratak@redhat.com> - 0.29.32-2
|
||||
- Bump release for gating
|
||||
|
||||
* Thu Oct 20 2022 Charalampos Stratakis <cstratak@redhat.com> - 0.29.32-1
|
||||
- Initial package
|
||||
- Fedora contributions by:
|
||||
|
Loading…
Reference in New Issue
Block a user