Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dill for openSUSE:Factory checked in at 2021-12-25 20:16:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dill (Old) and /work/SRC/openSUSE:Factory/.python-dill.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dill" Sat Dec 25 20:16:28 2021 rev:9 rq:941557 version:0.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dill/python-dill.changes 2021-03-05 13:44:58.359605633 +0100 +++ /work/SRC/openSUSE:Factory/.python-dill.new.2520/python-dill.changes 2021-12-25 20:16:34.081245814 +0100 @@ -1,0 +2,7 @@ +Sun Dec 19 17:30:19 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to v0.3.4 + * no release notes, works with python310 +- Drop 07e24913.patch released upstream + +------------------------------------------------------------------- Old: ---- 07e24913.patch dill-0.3.3.zip New: ---- dill-0.3.4.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dill.spec ++++++ --- /var/tmp/diff_new_pack.DBPtSQ/_old 2021-12-25 20:16:35.209246732 +0100 +++ /var/tmp/diff_new_pack.DBPtSQ/_new 2021-12-25 20:16:35.213246735 +0100 @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dill -Version: 0.3.3 +Version: 0.3.4 Release: 0 Summary: Module to serialize all of Python License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/uqfoundation/dill Source: https://files.pythonhosted.org/packages/source/d/dill/dill-%{version}.zip -Patch0: https://github.com/uqfoundation/dill/commit/07e24913.patch BuildRequires: %{python_module objgraph >= 1.7.2} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -37,7 +36,7 @@ BuildRequires: python3-dbm %endif Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Recommends: python-objgraph >= 1.7.2 BuildArch: noarch %python_subpackages @@ -55,7 +54,6 @@ %prep %setup -q -n dill-%{version} -%patch0 -p1 find dill -name '*.py' -exec sed -i '1{\@^#!%{_bindir}/env python@d}' {} \; %build @@ -71,11 +69,13 @@ %check export PYTHONDONTWRITEBYTECODE=1 -# Creative; copied from .travis.yml failed=0 +%{python_expand # Creative; copied from .travis.yml +export PYTHONPATH=%{buildroot}%{$python_sitelib} for test in tests/test_*.py; do -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python $test || failed=1 + $python $test || failed=1 done +} exit $failed %post