Hello community,

here is the log from the commit of package python-zope.exceptions for 
openSUSE:Factory checked in at 2019-04-09 20:16:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.exceptions (Old)
 and      /work/SRC/openSUSE:Factory/.python-zope.exceptions.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zope.exceptions"

Tue Apr  9 20:16:47 2019 rev:10 rq:691727 version:4.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-zope.exceptions/python-zope.exceptions.changes
    2018-12-13 19:46:29.120853304 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.exceptions.new.3908/python-zope.exceptions.changes
  2019-04-09 20:16:49.225612845 +0200
@@ -1,0 +2,10 @@
+Fri Apr  5 07:06:22 UTC 2019 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to version 4.3
+  * Add support for Python 3.6 and 3.7.
+  * Drop support for Python 3.3.
+  * Fix handling of unicode supplemental traceback information on 
+    Python 2.
+- drop *-doc subpackage, use multibuild instead
+
+-------------------------------------------------------------------

Old:
----
  python-zope.exceptions-doc.changes
  python-zope.exceptions-doc.spec
  zope.exceptions-4.1.0.tar.gz

New:
----
  _multibuild
  zope.exceptions-4.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-zope.exceptions.spec ++++++
--- /var/tmp/diff_new_pack.HFn3Nb/_old  2019-04-09 20:16:50.669616332 +0200
+++ /var/tmp/diff_new_pack.HFn3Nb/_new  2019-04-09 20:16:50.669616332 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.exceptions
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,16 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:           python-zope.exceptions
-Version:        4.1.0
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:           python-zope.exceptions%{psuffix}
+Version:        4.3
 Release:        0
 Summary:        Zope Exceptions
 License:        ZPL-2.1
@@ -29,7 +37,14 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-zope.interface
+Obsoletes:      %{name}-doc
+%if %{with test}
+BuildRequires:  %{python_module zope.exceptions}
+BuildRequires:  %{python_module zope.interface}
+BuildRequires:  %{python_module zope.testrunner}
+%endif
 BuildArch:      noarch
+
 %python_subpackages
 
 %description
@@ -43,12 +58,21 @@
 %python_build
 
 %install
+%if !%{with test}
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
+
+%if %{with test}
+%check
+%python_expand %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv 
--test-path src
+%endif
 
+%if !%{with test}
 %files %{python_files}
 %license LICENSE.txt
 %doc CHANGES.rst COPYRIGHT.txt README.rst
 %{python_sitelib}/*
+%endif
 
 %changelog

++++++ _multibuild ++++++
<multibuild>
  <package>test</package>
</multibuild>
++++++ zope.exceptions-4.1.0.tar.gz -> zope.exceptions-4.3.tar.gz ++++++
++++ 1899 lines of diff (skipped)


Reply via email to