- update to 4.2.0:

* Deprecate 'test' integration
  * Deprecate 'build\_sphinx' integration
  * Add Sphinx extension
  * doc: Add documentation for missing '[pbr]' options
  * doc: Fix formatting of packagers guide
  * Switch to stestr

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=95
This commit is contained in:
Dirk Mueller 2018-09-04 08:49:50 +00:00 committed by Git OBS Bridge
parent 5778abe508
commit 9ec10d4ebd
4 changed files with 17 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:754e766b4f4bad3aa68cfd532456298da1aa39375da8748392dbae90860d5f18
size 108683

3
pbr-4.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b8be50d938c9bb75d0eaf7eda111eec1bf6dc88a62a6412e33bf077457e0f45
size 107958

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 4 08:47:32 UTC 2018 - dmueller@suse.com
- update to 4.2.0:
* Deprecate 'test' integration
* Deprecate 'build\_sphinx' integration
* Add Sphinx extension
* doc: Add documentation for missing '[pbr]' options
* doc: Fix formatting of packagers guide
* Switch to stestr
-------------------------------------------------------------------
Mon Aug 27 15:24:52 UTC 2018 - tchvatal@suse.com

View File

@ -28,7 +28,7 @@ Name: python-pbr
%else
Name: python-pbr-%{flavor}
%endif
Version: 4.1.1
Version: 4.2.0
Release: 0
Summary: Python Build Reasonableness
License: Apache-2.0
@ -49,7 +49,7 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module fixtures >= 3.0.0}
BuildRequires: %{python_module mock >= 2.0}
BuildRequires: %{python_module six >= 1.9.0}
BuildRequires: %{python_module testrepository >= 0.0.18}
BuildRequires: %{python_module stestr}
BuildRequires: %{python_module testresources >= 2.0.0}
BuildRequires: %{python_module testscenarios >= 0.4}
BuildRequires: %{python_module testtools >= 2.2.0}
@ -90,10 +90,7 @@ chmod -x pbr/tests/testpackage/setup.py
%if %{with test}
%check
%{python_expand rm -rf .testrepository
$python %{_bindir}/testr init
$python %{_bindir}/testr run --parallel
}
%python_exec -m stestr.cli run
%endif
%if !%{with test}