Hello community,

here is the log from the commit of package python-lazy-object-proxy for 
openSUSE:Factory checked in at 2019-06-27 15:53:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazy-object-proxy (Old)
 and      /work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lazy-object-proxy"

Thu Jun 27 15:53:37 2019 rev:4 rq:711151 version:1.4.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-lazy-object-proxy/python-lazy-object-proxy.changes
        2018-08-03 12:29:25.554871880 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.4615/python-lazy-object-proxy.changes
      2019-06-27 15:53:38.515960856 +0200
@@ -1,0 +2,12 @@
+Thu Jun 20 12:53:22 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to 1.4.1
+  * Fixed __mod__ for the slots backend.
+  * Dropped support for Python 2.6 and 3.3.
+  * Fixed wheels being built with -coverage cflags. No more issues 
+    about bogus cext.gcda files.
+  * Removed useless C file from wheels.
+  * Changed setup.py to use setuptools-scm.
+- launch tests using multibuild
+
+-------------------------------------------------------------------

Old:
----
  lazy-object-proxy-1.3.1.tar.gz

New:
----
  _multibuild
  lazy-object-proxy-1.4.1.tar.gz

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

Other differences:
------------------
++++++ python-lazy-object-proxy.spec ++++++
--- /var/tmp/diff_new_pack.Pt17RG/_old  2019-06-27 15:53:39.067961710 +0200
+++ /var/tmp/diff_new_pack.Pt17RG/_new  2019-06-27 15:53:39.067961710 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lazy-object-proxy
 #
-# 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
@@ -12,25 +12,38 @@
 # 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-%{**}}
 %define oldpython python
-Name:           python-lazy-object-proxy
-Version:        1.3.1
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:           python-lazy-object-proxy%{psuffix}
+Version:        1.4.1
 Release:        0
 Summary:        Rebuild a new abstract syntax tree from Python's ast
 License:        BSD-2-Clause
 Group:          Development/Libraries/Python
-Url:            https://github.com/ionelmc/python-lazy-object-proxy
+URL:            https://github.com/ionelmc/python-lazy-object-proxy
 Source:         
https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools_scm >= 3.3.1}
 BuildRequires:  python-rpm-macros
-Requires:       python-six
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if %{with test}
+BuildRequires:  %{python_module lazy-object-proxy = %{version}}
+BuildRequires:  %{python_module pytest-benchmark}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest-travis-fold}
+BuildRequires:  %{python_module pytest}
+%endif
 %ifpython2
 Obsoletes:      %{oldpython}-lazy_object_proxy < %{version}
 Provides:       %{oldpython}-lazy_object_proxy = %{version}
@@ -39,7 +52,6 @@
 Obsoletes:      python3-lazy_object_proxy < %{version}-%{release}
 Provides:       python3-lazy_object_proxy = %{version}-%{release}
 %endif
-
 %python_subpackages
 
 %description
@@ -50,16 +62,26 @@
 %setup -q -n lazy-object-proxy-%{version}
 
 %build
+%if !%{with test}
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 %python_build
+%endif
 
 %install
+%if !%{with test}
 %python_install
+%endif
+
+%if %{with test}
+%check
+%pytest tests
+%endif
 
+%if !%{with test}
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst docs
 %license LICENSE
 %{python_sitearch}/*
+%endif
 
 %changelog

++++++ _multibuild ++++++
<multibuild>
  <package>test</package>
</multibuild>
++++++ lazy-object-proxy-1.3.1.tar.gz -> lazy-object-proxy-1.4.1.tar.gz ++++++
++++ 2400 lines of diff (skipped)


Reply via email to