import UBI Cython-0.29.37-1.el9

This commit is contained in:
eabdullin 2025-05-13 14:31:34 +00:00
parent a7afff86f0
commit d42819ba04
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
6e1f2a315194526e5092e34b77622c117c14371c SOURCES/Cython-0.29.22.tar.gz
b3e0fdac72fdb01b066775d2be16a572d746f077 SOURCES/Cython-0.29.37.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/Cython-0.29.22.tar.gz
SOURCES/Cython-0.29.37.tar.gz

View File

@ -7,8 +7,8 @@
%bcond_without cython_compile
Name: Cython
Version: 0.29.22
Release: 7%{?dist}
Version: 0.29.37
Release: 1%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -129,6 +129,10 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%changelog
* Mon Oct 07 2024 Pavel Simovec <psimovec@redhat.com> - 0.29.37-1
- Update to 0.29.37
- Resolves: RHEL-61659
* Wed Feb 16 2022 Tomas Orsava <torsava@redhat.com> - 0.29.22-7
- Add gating configuration and a simple smoke test
- Related: rhbz#1950291