Accepting request 710557 from home:pgajdos
- version update to 5.3.0 * Stop using pbr sphinx integration * Switch to release.o.o for constraints * Make WSGI tests listen on localhost * Allow git-tags to be SemVer compliant * Read description file as utf-8 OBS-URL: https://build.opensuse.org/request/show/710557 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=118
This commit is contained in:
parent
72db2a8dd2
commit
49bd3e26e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d950c64aeea5456bbd147468382a5bb77fe692c13c9f00f0219814ce5b642755
|
|
||||||
size 115260
|
|
3
pbr-5.3.0.tar.gz
Normal file
3
pbr-5.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9fb1c3371344cd617eb073c6c00872e9b0e5a7fefed6cd29f327a1b26ab5c498
|
||||||
|
size 118344
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 18 11:49:26 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 5.3.0
|
||||||
|
* Stop using pbr sphinx integration
|
||||||
|
* Switch to release.o.o for constraints
|
||||||
|
* Make WSGI tests listen on localhost
|
||||||
|
* Allow git-tags to be SemVer compliant
|
||||||
|
* Read description file as utf-8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 15 17:01:50 UTC 2019 - Jonathan Harker <jharker@suse.com>
|
Wed May 15 17:01:50 UTC 2019 - Jonathan Harker <jharker@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-pbr%{psuffix}
|
Name: python-pbr%{psuffix}
|
||||||
Version: 5.2.0
|
Version: 5.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Build Reasonableness
|
Summary: Python Build Reasonableness
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -41,14 +41,12 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Recommends: git-core
|
Recommends: git-core
|
||||||
Recommends: python-reno >= 2.5.0
|
Recommends: python-reno >= 2.5.0
|
||||||
Suggests: python-Sphinx >= 1.6.5
|
|
||||||
Suggests: python-nose
|
Suggests: python-nose
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Obsoletes: python-pbr-doc
|
Obsoletes: python-pbr-doc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module Sphinx >= 1.6.5}
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module fixtures >= 3.0.0}
|
BuildRequires: %{python_module fixtures >= 3.0.0}
|
||||||
BuildRequires: %{python_module mock >= 2.0}
|
BuildRequires: %{python_module mock >= 2.0}
|
||||||
|
Loading…
Reference in New Issue
Block a user