From cd6f6ed848571728f86908b7679e429b157bb1caa73556bc562e0d8837286396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 23 Jan 2025 12:56:24 +0000 Subject: [PATCH] Accepting request 1239838 from home:glaubitz:branches:devel:languages:python - Update to 3.1.1 * Various fixes to support for Python 3.14. (PR #545) OBS-URL: https://build.opensuse.org/request/show/1239838 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=60 --- cloudpickle-3.1.0-gh.tar.gz | 3 --- cloudpickle-3.1.1-gh.tar.gz | 3 +++ python-cloudpickle.changes | 6 ++++++ python-cloudpickle.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 cloudpickle-3.1.0-gh.tar.gz create mode 100644 cloudpickle-3.1.1-gh.tar.gz diff --git a/cloudpickle-3.1.0-gh.tar.gz b/cloudpickle-3.1.0-gh.tar.gz deleted file mode 100644 index 09e3ede..0000000 --- a/cloudpickle-3.1.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a6cf611c6cc12b93dcafe0d539da7c5e3d7aac52b041a452980fdf3b8753946 -size 62638 diff --git a/cloudpickle-3.1.1-gh.tar.gz b/cloudpickle-3.1.1-gh.tar.gz new file mode 100644 index 0000000..b699204 --- /dev/null +++ b/cloudpickle-3.1.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a9fcfccfd94c5999bff2eb7fa7107eb0a2f70b8b12573fcbcf2659af7cf9c1 +size 63697 diff --git a/python-cloudpickle.changes b/python-cloudpickle.changes index 1684d9b..5733ea3 100644 --- a/python-cloudpickle.changes +++ b/python-cloudpickle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 23 11:08:09 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.1.1 + * Various fixes to support for Python 3.14. (PR #545) + ------------------------------------------------------------------- Wed Nov 27 08:42:54 UTC 2024 - Ben Greiner diff --git a/python-cloudpickle.spec b/python-cloudpickle.spec index a1b4fb7..57f1bf8 100644 --- a/python-cloudpickle.spec +++ b/python-cloudpickle.spec @@ -1,7 +1,7 @@ # # spec file for package python-cloudpickle # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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-cloudpickle -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: Extended pickling support for Python objects License: BSD-3-Clause