Hello community, here is the log from the commit of package python-tblib for openSUSE:Factory checked in at 2019-12-23 22:40:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tblib (Old) and /work/SRC/openSUSE:Factory/.python-tblib.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tblib" Mon Dec 23 22:40:00 2019 rev:5 rq:757222 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tblib/python-tblib.changes 2019-05-07 23:11:55.804040010 +0200 +++ /work/SRC/openSUSE:Factory/.python-tblib.new.6675/python-tblib.changes 2019-12-23 22:42:42.721957438 +0100 @@ -1,0 +2,17 @@ +Sun Dec 15 16:02:49 UTC 2019 - Stefan Brüns <[email protected]> + +- Move the Twisted test out of the main package to avoid the + Twisted dependency chain. + +------------------------------------------------------------------- +Sun Dec 15 15:34:21 UTC 2019 - Stefan Brüns <[email protected]> + +- version update to 1.6.0 + * When pickling an Exception, also pickle its traceback and the Exception + chain (raise ... from ...). Contributed by Guido Imperiale in #53. +- version update to 1.5.0 + * Added support for Python 3.8. Contributed by Victor Stinner in #42. + * Removed support for end of life Python 3.4. + * Few CI improvements and fixes. + +------------------------------------------------------------------- Old: ---- tblib-1.4.0.tar.gz New: ---- _multibuild tblib-1.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tblib.spec ++++++ --- /var/tmp/diff_new_pack.xmJDxs/_old 2019-12-23 22:42:43.345957709 +0100 +++ /var/tmp/diff_new_pack.xmJDxs/_new 2019-12-23 22:42:43.357957714 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-tblib +# spec file for package python # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,34 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -Name: python-tblib -Version: 1.4.0 +%global flavor @BUILD_FLAVOR@%{nil} +%if "%{flavor}" == "test" +%bcond_without test +%bcond_without test_twisted +%define psuffix -test +%else +%bcond_without test +%bcond_with test_twisted +%endif +Name: python-tblib%{?psuffix} +Version: 1.6.0 Release: 0 Summary: Traceback serialization library License: BSD-2-Clause Group: Development/Languages/Python -Url: https://github.com/ionelmc/python-tblib +URL: https://github.com/ionelmc/python-tblib Source: https://files.pythonhosted.org/packages/source/t/tblib/tblib-%{version}.tar.gz -BuildRequires: %{python_module Twisted} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros +%if %{with test_twisted} +BuildRequires: %{python_module Twisted} +BuildRequires: %{python_module tblib == %{version}} +%endif +%if %{with test} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module six} +%endif Requires: python-six BuildArch: noarch @@ -62,15 +76,21 @@ %python_build %install +%if "%{flavor}" != "test" %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%endif %check +%if %{with test} %pytest +%endif +%if "%{flavor}" != "test" %files %{python_files} %doc AUTHORS.rst CHANGELOG.rst README.rst %license LICENSE %{python_sitelib}/* +%endif %changelog ++++++ _multibuild ++++++ <multibuild> <package>test</package> </multibuild> ++++++ tblib-1.4.0.tar.gz -> tblib-1.6.0.tar.gz ++++++ ++++ 1946 lines of diff (skipped)
