15
0

- update to 2.2.1:

* Back to dev mode
  * Move builtin classmethod_descriptor to a different test
  * Fix Python 3.9+ NamedTuple issues
- drop Move-builtin-classmethod_descriptor-to-a-different-t.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=47
This commit is contained in:
2023-05-08 18:18:53 +00:00
committed by Git OBS Bridge
parent 04c02c0bdd
commit e917b3b510
5 changed files with 13 additions and 75 deletions

View File

@@ -18,14 +18,12 @@
%define skip_python2 1
Name: python-cloudpickle
Version: 2.2.0
Version: 2.2.1
Release: 0
Summary: Extended pickling support for Python objects
License: BSD-3-Clause
URL: https://github.com/cloudpipe/cloudpickle
Source: https://files.pythonhosted.org/packages/source/c/cloudpickle/cloudpickle-%{version}.tar.gz
# PATCH-FIX-UPSTREAM Move-builtin-classmethod_descriptor-to-a-different-t.patch gh#cloudpipe/cloudpickle#486
Patch0: Move-builtin-classmethod_descriptor-to-a-different-t.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros