15
0

- break build cycle with stestr (bsc#1121610)

------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-stevedore?expand=0&rev=13
This commit is contained in:
2019-01-22 09:31:08 +00:00
committed by Git OBS Bridge
parent a161180ef2
commit c4eec82c4e
3 changed files with 17 additions and 9 deletions

View File

@@ -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">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,stevedore</param>
</service>

View File

@@ -1,4 +1,9 @@
-------------------------------------------------------------------
Tue Jan 22 09:30:35 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- break build cycle with stestr (bsc#1121610)
------------------------------------------------------------------
Wed Sep 19 21:55:25 UTC 2018 - cloud-devel@suse.de
- update to version 1.29.0

View File

@@ -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: openstack-macros
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 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%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