Hello community,

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

Package is "python-zope.location"

Mon Apr  8 20:53:13 2019 rev:2 rq:691797 version:4.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-zope.location/python-zope.location.changes    
    2018-01-29 14:57:43.869755188 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.location.new.3908/python-zope.location.changes
      2019-04-08 20:53:14.790555603 +0200
@@ -1,0 +2,11 @@
+Fri Apr  5 11:13:00 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 4.2
+  * Add support for Python 3.5, 3.6 and 3.7.
+  * Drop support for Python 2.6, 3.2 and 3.3.
+  * Add a page to the docs on hacking zope.location.
+  * Note additional documentation dependencies.
+  * Remove internal _compat implementation module.
+- drop *-doc subpackage, use multibuild instead.
+
+-------------------------------------------------------------------

Old:
----
  python-zope.location-doc.changes
  python-zope.location-doc.spec
  zope.location-4.0.3.tar.gz

New:
----
  _multibuild
  zope.location-4.2.tar.gz

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

Other differences:
------------------
++++++ python-zope.location.spec ++++++
--- /var/tmp/diff_new_pack.qDXytX/_old  2019-04-08 20:53:16.222556654 +0200
+++ /var/tmp/diff_new_pack.qDXytX/_new  2019-04-08 20:53:16.270556688 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.location
 #
-# 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,13 +13,21 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:           python-zope.location
-Version:        4.0.3
+%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.location%{psuffix}
+Version:        4.2
 Release:        0
 Summary:        Zope Location
 License:        ZPL-2.1
@@ -34,6 +42,13 @@
 Requires:       python-zope.proxy >= 4.0.1
 Requires:       python-zope.schema >= 4.2.2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if %{with test}
+BuildRequires:  %{python_module zope.component >= 4.0.1}
+BuildRequires:  %{python_module zope.configuration}
+BuildRequires:  %{python_module zope.copy >= 4.0}
+BuildRequires:  %{python_module zope.proxy}
+BuildRequires:  %{python_module zope.testrunner}
+%endif
 BuildArch:      noarch
 %python_subpackages
 
@@ -48,12 +63,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 PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} 
-vvv --test-path src
+%endif
+
+%if !%{with test}
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc COPYRIGHT.txt LICENSE.txt CHANGES.rst README.rst
 %{python_sitelib}/*
+%endif
 
 %changelog

++++++ _multibuild ++++++
<multibuild>
  <package>test</package>
</multibuild>
++++++ zope.location-4.0.3.tar.gz -> zope.location-4.2.tar.gz ++++++
++++ 8423 lines of diff (skipped)


Reply via email to