From d3677899f04220e2f29d3a82f901e3fdff100cc28e3b737015d108da265cdce1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Dec 2024 14:55:03 +0000 Subject: [PATCH] - update to 2.0.10: * Update to more recent cibuildwheel, to build wheels for Python v3.13 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cymem?expand=0&rev=6 --- cymem-2.0.10.tar.gz | 3 +++ cymem-2.0.8.tar.gz | 3 --- python-cymem.changes | 7 +++++++ python-cymem.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 cymem-2.0.10.tar.gz delete mode 100644 cymem-2.0.8.tar.gz diff --git a/cymem-2.0.10.tar.gz b/cymem-2.0.10.tar.gz new file mode 100644 index 0000000..880f354 --- /dev/null +++ b/cymem-2.0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51700acfa1209b4a221dc892cca8030f4bc10d4c153dec098042f484c7f07a4 +size 10239 diff --git a/cymem-2.0.8.tar.gz b/cymem-2.0.8.tar.gz deleted file mode 100644 index 2f635bb..0000000 --- a/cymem-2.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fb09d222e21dcf1c7e907dc85cf74501d4cea6c4ed4ac6c9e016f98fb59cbbf -size 9836 diff --git a/python-cymem.changes b/python-cymem.changes index fabc6af..eb0984a 100644 --- a/python-cymem.changes +++ b/python-cymem.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 5 14:54:52 UTC 2024 - Dirk Müller + +- update to 2.0.10: + * Update to more recent cibuildwheel, to build wheels for + Python v3.13 + ------------------------------------------------------------------- Mon Sep 18 09:22:35 UTC 2023 - Dirk Müller diff --git a/python-cymem.spec b/python-cymem.spec index 4025824..41ff535 100644 --- a/python-cymem.spec +++ b/python-cymem.spec @@ -1,7 +1,7 @@ # # spec file for package python-cymem # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cymem -Version: 2.0.8 +Version: 2.0.10 Release: 0 Summary: Manage calls to calloc/free through Cython License: MIT