From d42819ba04e9a22357adc217d4f093bf186ad0d4 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 13 May 2025 14:31:34 +0000 Subject: [PATCH] import UBI Cython-0.29.37-1.el9 --- .Cython.metadata | 2 +- .gitignore | 2 +- SPECS/Cython.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.Cython.metadata b/.Cython.metadata index 611bfa6..e989a81 100644 --- a/.Cython.metadata +++ b/.Cython.metadata @@ -1 +1 @@ -6e1f2a315194526e5092e34b77622c117c14371c SOURCES/Cython-0.29.22.tar.gz +b3e0fdac72fdb01b066775d2be16a572d746f077 SOURCES/Cython-0.29.37.tar.gz diff --git a/.gitignore b/.gitignore index 4e7bafc..60317a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/Cython-0.29.22.tar.gz +SOURCES/Cython-0.29.37.tar.gz diff --git a/SPECS/Cython.spec b/SPECS/Cython.spec index abcad00..4aeca47 100644 --- a/SPECS/Cython.spec +++ b/SPECS/Cython.spec @@ -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 - 0.29.37-1 +- Update to 0.29.37 +- Resolves: RHEL-61659 + * Wed Feb 16 2022 Tomas Orsava - 0.29.22-7 - Add gating configuration and a simple smoke test - Related: rhbz#1950291