From 685688d4397b90555c6e35ffda20a1a3d7c372f3f17d1548d4a1d75d79446188 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 3 Apr 2023 20:03:43 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.29.34:=20=20=20*=20A=20refe?= =?UTF-8?q?nce=20leak=20of=20the=20for-loop=20list/tuple=20iterable=20was?= =?UTF-8?q?=20=20=20=20=20resolved=20if=20the=20for-loop's=20=20``else:``?= =?UTF-8?q?=20branch=20executes=20=20=20=20=20a=20``break``=20for=20an=20o?= =?UTF-8?q?uter=20loop.=20=20=20*=20Some=20C=20compile=20failures=20in=20C?= =?UTF-8?q?Python=203.12=20were=20resolved.=20=20=20*=20Some=20old=20usage?= =?UTF-8?q?s=20of=20the=20deprecated=20Python=20``imp``=20module=20were=20?= =?UTF-8?q?=20=20=20=20replaced=20with=20``importlib``.=20=20=20*=20Patch?= =?UTF-8?q?=20by=20Mat=C3=BA=C5=A1=20Valo.=20=20(Github=20issue=20:issue:`?= =?UTF-8?q?5300`)=20=20=20*=20Some=20issues=20with=20``depfile``=20generat?= =?UTF-8?q?ion=20were=20resolved.=20=20=20*=20Patches=20by=20Eli=20Schwart?= =?UTF-8?q?z.=20=20(Github=20issues=20:issue:`5279`,=20=20=20=20=20:issue:?= =?UTF-8?q?`5291`)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=167 --- Cython-0.29.33.tar.gz | 3 --- Cython-0.29.34.tar.gz | 3 +++ python-Cython.changes | 15 +++++++++++++++ python-Cython.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 Cython-0.29.33.tar.gz create mode 100644 Cython-0.29.34.tar.gz diff --git a/Cython-0.29.33.tar.gz b/Cython-0.29.33.tar.gz deleted file mode 100644 index 1a3ad98..0000000 --- a/Cython-0.29.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5040764c4a4d2ce964a395da24f0d1ae58144995dab92c6b96f44c3f4d72286a -size 2093693 diff --git a/Cython-0.29.34.tar.gz b/Cython-0.29.34.tar.gz new file mode 100644 index 0000000..458fa53 --- /dev/null +++ b/Cython-0.29.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1909688f5d7b521a60c396d20bba9e47a1b2d2784bfb085401e1e1e7d29a29a8 +size 2095502 diff --git a/python-Cython.changes b/python-Cython.changes index cd42fe5..ba0b08f 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Apr 3 19:58:40 UTC 2023 - Dirk Müller + +- update to 0.29.34: + * A refence leak of the for-loop list/tuple iterable was + resolved if the for-loop's ``else:`` branch executes + a ``break`` for an outer loop. + * Some C compile failures in CPython 3.12 were resolved. + * Some old usages of the deprecated Python ``imp`` module were + replaced with ``importlib``. + * Patch by Matúš Valo. (Github issue :issue:`5300`) + * Some issues with ``depfile`` generation were resolved. + * Patches by Eli Schwartz. (Github issues :issue:`5279`, + :issue:`5291`) + ------------------------------------------------------------------- Sat Jan 7 12:27:04 UTC 2023 - Dirk Müller diff --git a/python-Cython.spec b/python-Cython.spec index 2734acc..1206349 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -18,7 +18,7 @@ %bcond_with test Name: python-Cython -Version: 0.29.33 +Version: 0.29.34 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0