Hello community,

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

Package is "python-zope.configuration"

Mon Apr  8 20:52:49 2019 rev:5 rq:691770 version:4.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-zope.configuration/python-zope.configuration.changes
      2017-08-29 11:42:59.005604225 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.configuration.new.3908/python-zope.configuration.changes
    2019-04-08 20:52:50.766537969 +0200
@@ -1,0 +2,23 @@
+Thu Apr  4 16:05:28 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 4.3.1
+  4.2.0
+  * Reach 100% automated test coverage.
+  * Add support for Python 3.7.
+  * Drop support for Python 3.3.
+  * Drop support for python setup.py test.
+  * Fix the doctests with zope.schema 4.7 and above.
+  * More classes and exceptions enhancements.
+  4.2.1
+  * Fix GlobalObject no longer allowing just a single ‘.’.
+  4.2.2
+  * Fix GlobalObject no longer allowing multiple leading dots.
+  * Add __all__ to all modules listing the documented members of 
+    the module.
+  4.3.0
+  * Simplify exception chaining and nested exception error messages.
+  4.3.1
+  * Do not break when running the tests from a wheel.
+- drop *-doc subpackage, use multibuild instead
+
+-------------------------------------------------------------------

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

New:
----
  _multibuild
  zope.configuration-4.3.1.tar.gz

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

Other differences:
------------------
++++++ python-zope.configuration.spec ++++++
--- /var/tmp/diff_new_pack.iw6RdH/_old  2019-04-08 20:52:51.526538527 +0200
+++ /var/tmp/diff_new_pack.iw6RdH/_new  2019-04-08 20:52:51.542538538 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.configuration
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,29 +13,42 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:           python-zope.configuration
-Version:        4.1.0
+Name:           python-zope.configuration%{psuffix}
+Version:        4.3.1
 Release:        0
 Summary:        Zope Configuration Markup Language (ZCML)
 License:        ZPL-2.1
 Group:          Development/Languages/Python
-Url:            http://www.python.org/pypi/zope.configuration
+URL:            http://www.python.org/pypi/zope.configuration
 Source:         
https://files.pythonhosted.org/packages/source/z/zope.configuration/zope.configuration-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module zope.i18nmessageid}
-BuildRequires:  %{python_module zope.interface}
-BuildRequires:  %{python_module zope.schema}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-zope.i18nmessageid
 Requires:       python-zope.interface
-Requires:       python-zope.schema
+Requires:       python-zope.schema >= 4.9
 BuildArch:      noarch
+%if %{with test}
+BuildRequires:  %{python_module manuel}
+BuildRequires:  %{python_module zope.i18nmessageid}
+BuildRequires:  %{python_module zope.interface}
+BuildRequires:  %{python_module zope.schema >= 4.9}
+BuildRequires:  %{python_module zope.testing}
+BuildRequires:  %{python_module zope.testrunner}
+%endif
 %python_subpackages
 
 %description
@@ -55,12 +68,21 @@
 %python_build
 
 %install
+%if !%{with test}
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
+
+%if %{with test}
+%check
+%python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} 
-vvv --test-path src
+%endif
 
+%if !%{with test}
 %files %{python_files}
-%defattr(-,root,root)
-%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
+%license LICENSE.txt
+%doc CHANGES.rst COPYRIGHT.txt README.rst
 %{python_sitelib}/*
+%endif
 
 %changelog

++++++ _multibuild ++++++
<multibuild>
  <package>test</package>
</multibuild>
++++++ zope.configuration-4.1.0.tar.gz -> zope.configuration-4.3.1.tar.gz ++++++
++++ 8566 lines of diff (skipped)


Reply via email to