Hello community,
here is the log from the commit of package python-stevedore for
openSUSE:Factory checked in at 2019-01-28 20:47:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-stevedore (Old)
and /work/SRC/openSUSE:Factory/.python-stevedore.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stevedore"
Mon Jan 28 20:47:07 2019 rev:31 rq:667747 version:1.29.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes
2018-11-14 14:40:58.498854177 +0100
+++
/work/SRC/openSUSE:Factory/.python-stevedore.new.28833/python-stevedore.changes
2019-01-28 20:49:00.497869498 +0100
@@ -1,0 +2,5 @@
+Tue Jan 22 09:30:35 UTC 2019 - Dirk Mueller <[email protected]>
+
+- break build cycle with stestr (bsc#1121610)
+
+------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-stevedore.spec ++++++
--- /var/tmp/diff_new_pack.2OVDxY/_old 2019-01-28 20:49:01.217868739 +0100
+++ /var/tmp/diff_new_pack.2OVDxY/_new 2019-01-28 20:49:01.217868739 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-stevedore
#
-# 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
@@ -28,16 +28,18 @@
BuildRequires: python-devel
BuildRequires: python2-docutils
BuildRequires: python2-mock
-BuildRequires: python2-pbr
+BuildRequires: python2-pbr >= 2.0.0
+BuildRequires: python2-pytest
BuildRequires: python2-setuptools
-BuildRequires: python2-stestr
+BuildRequires: python2-testtools
BuildRequires: python3-devel
BuildRequires: python3-docutils
BuildRequires: python3-mock
-BuildRequires: python3-pbr
+BuildRequires: python3-pbr >= 2.0.0
+BuildRequires: python3-pytest
BuildRequires: python3-setuptools
-BuildRequires: python3-stestr
-Requires: python-pbr
+BuildRequires: python3-testtools
+Requires: python-pbr >= 2.0.0
Requires: python-six >= 1.10.0
BuildArch: noarch
%python_subpackages
@@ -89,7 +91,8 @@
%python_install
%check
-%python_exec -m stestr.cli run
+# use pytest instead of stestr to break a build cycle between python-cliff,
python-stestr and python-stevedore
+%python_exec -m pytest stevedore/tests
%files %{python_files}
%license LICENSE
++++++ _service ++++++
--- /var/tmp/diff_new_pack.2OVDxY/_old 2019-01-28 20:49:01.257868697 +0100
+++ /var/tmp/diff_new_pack.2OVDxY/_new 2019-01-28 20:49:01.257868697 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/stevedore/stevedore.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/stevedore/stevedore.spec.j2</param>
<param name="output-name">python-stevedore.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/requirements/master/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/stevedore/stable/rocky/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,stevedore</param>
</service>