Hello community, here is the log from the commit of package python-cloudpickle for openSUSE:Factory checked in at 2020-12-05 20:35:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cloudpickle (Old) and /work/SRC/openSUSE:Factory/.python-cloudpickle.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cloudpickle" Sat Dec 5 20:35:42 2020 rev:13 rq:853101 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cloudpickle/python-cloudpickle.changes 2020-06-28 23:05:37.150717758 +0200 +++ /work/SRC/openSUSE:Factory/.python-cloudpickle.new.5913/python-cloudpickle.changes 2020-12-05 20:35:50.562627189 +0100 @@ -1,0 +2,9 @@ +Wed Dec 2 15:00:54 UTC 2020 - Markéta Machová <mmach...@suse.com> + +- Update to 1.6.0 + * Fix a bug causing cloudpickle to crash when pickling dynamically created, importable modules. (issue #360) + * cloudpickle's pickle.Pickler subclass (currently defined as cloudpickle.cloudpickle_fast.CloudPickler) can + and should now be accessed as cloudpickle.Pickler. This is the only officially supported way of accessing it. (issue #366) + * cloudpickle now supports pickling dict_keys, dict_items and dict_values. (PR #384) + +------------------------------------------------------------------- Old: ---- cloudpickle-1.4.1.tar.gz New: ---- cloudpickle-1.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cloudpickle.spec ++++++ --- /var/tmp/diff_new_pack.ncRWx5/_old 2020-12-05 20:35:51.150627787 +0100 +++ /var/tmp/diff_new_pack.ncRWx5/_new 2020-12-05 20:35:51.154627790 +0100 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-cloudpickle -Version: 1.4.1 +Version: 1.6.0 Release: 0 Summary: Extended pickling support for Python objects License: BSD-3-Clause @@ -27,9 +27,9 @@ Source: https://files.pythonhosted.org/packages/source/c/cloudpickle/cloudpickle-%{version}.tar.gz BuildRequires: %{python_module curses} BuildRequires: %{python_module mock} -BuildRequires: %{python_module numpy >= 1.8.2} +BuildRequires: %{python_module numpy >= 1.8.5} +BuildRequires: %{python_module pip} BuildRequires: %{python_module psutil} -BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module scipy} BuildRequires: %{python_module setuptools} @@ -37,7 +37,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-curses -Requires: python-numpy >= 1.8.2 +Requires: python-numpy >= 1.8.5 Requires: python-scipy Requires: python-tornado BuildArch: noarch @@ -72,9 +72,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +pip install ./tests/cloudpickle_testpkg export PYTHONPATH='.:tests' -# Because of gh#cloudpipe/cloudpickle#316 -%pytest -s -k 'not (test_dynamic_module or test_load_dynamic_module_in_grandchild_process)' +%pytest -s %files %{python_files} %doc README.md ++++++ cloudpickle-1.4.1.tar.gz -> cloudpickle-1.6.0.tar.gz ++++++ ++++ 2467 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org