Accepting request 710559 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/710559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2019-06-24 19:45:22 +00:00 committed by Git OBS Bridge
commit ea85da2df1
4 changed files with 14 additions and 6 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-pbr%{psuffix}
Version: 5.2.0
Version: 5.3.0
Release: 0
Summary: Python Build Reasonableness
License: Apache-2.0
@ -41,14 +41,12 @@ BuildRequires: python-rpm-macros
Requires: python-setuptools
Recommends: git-core
Recommends: python-reno >= 2.5.0
Suggests: python-Sphinx >= 1.6.5
Suggests: python-nose
Requires(post): update-alternatives
Requires(postun): update-alternatives
Obsoletes: python-pbr-doc
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Sphinx >= 1.6.5}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module fixtures >= 3.0.0}
BuildRequires: %{python_module mock >= 2.0}