From 556d3deec0bda77a22030807429fa71babe7bfde5f597e8c5549c32b0d3fe7cf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 26 Jul 2023 16:00:41 +0000 Subject: [PATCH] - update to 0.12.2: * Support Cython 3.0 (#199) * Stop building wheels for PyPy 3.9 and PyPy 3.10, which stopped working for some reason (#199) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=14 --- cytoolz-0.12.1.tar.gz | 3 --- cytoolz-0.12.2.tar.gz | 3 +++ python-cytoolz.changes | 8 ++++++++ python-cytoolz.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 cytoolz-0.12.1.tar.gz create mode 100644 cytoolz-0.12.2.tar.gz diff --git a/cytoolz-0.12.1.tar.gz b/cytoolz-0.12.1.tar.gz deleted file mode 100644 index 28ecb46..0000000 --- a/cytoolz-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc33909397481c90de3cec831bfb88d97e220dc91939d996920202f184b4648e -size 503035 diff --git a/cytoolz-0.12.2.tar.gz b/cytoolz-0.12.2.tar.gz new file mode 100644 index 0000000..2a62e54 --- /dev/null +++ b/cytoolz-0.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d4b0455d72d914645f803d917daf4f314d115c70de0578d3820deb8b101f66 +size 601476 diff --git a/python-cytoolz.changes b/python-cytoolz.changes index 2fe4e20..4e3ffc8 100644 --- a/python-cytoolz.changes +++ b/python-cytoolz.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 26 16:00:21 UTC 2023 - Dirk Müller + +- update to 0.12.2: + * Support Cython 3.0 (#199) + * Stop building wheels for PyPy 3.9 and PyPy 3.10, which + stopped working for some reason (#199) + ------------------------------------------------------------------- Wed Mar 1 09:43:53 UTC 2023 - Daniel Garcia diff --git a/python-cytoolz.spec b/python-cytoolz.spec index f0ff3b5..f5eaac4 100644 --- a/python-cytoolz.spec +++ b/python-cytoolz.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-cytoolz -Version: 0.12.1 +Version: 0.12.2 Release: 0 Summary: High performance python functional utilities in Cython License: BSD-3-Clause