15
0

Accepting request 544484 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/544484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=5
This commit is contained in:
2017-11-22 22:37:15 +00:00
committed by Git OBS Bridge
parent efdf8a6dcf
commit a79e02b358
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e82822730c0bc19c882762229b58d536c0117e57626afdcfd4892042653d5428
size 24121

3
cloudpickle-0.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0e63dd89ed5285171a570186751bc9b84493675e99e12789e9a5dc5490ef554
size 24329

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Nov 22 19:42:07 UTC 2017 - arun@gmx.de
- update to version 0.5.2:
* Fixed a regression: AttributeError when loading pickles that hold
a reference to a dynamically defined class from the __main__
module. (issue #131).
* Make it possible to pickle classes and functions defined in faulty
modules that raise an exception when trying to look-up their
attributes by name.
-------------------------------------------------------------------
Fri Nov 10 15:55:55 UTC 2017 - toddrme2178@gmail.com

View File

@@ -20,23 +20,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cloudpickle
Version: 0.5.1
Version: 0.5.2
Release: 0
Summary: Extended pickling support for Python objects
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/cloudpipe/cloudpickle
Source: https://files.pythonhosted.org/packages/source/c/cloudpickle/cloudpickle-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with tests}
BuildRequires: %{python_module curses}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scipy}
BuildRequires: %{python_module tornado}
%endif