From 49bd3e26e228955b970d545f79d46e04b93288850738b30459cc68119e382d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 18 Jun 2019 12:17:29 +0000 Subject: [PATCH] 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 --- pbr-5.2.0.tar.gz | 3 --- pbr-5.3.0.tar.gz | 3 +++ python-pbr.changes | 10 ++++++++++ python-pbr.spec | 4 +--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 pbr-5.2.0.tar.gz create mode 100644 pbr-5.3.0.tar.gz diff --git a/pbr-5.2.0.tar.gz b/pbr-5.2.0.tar.gz deleted file mode 100644 index e5422f0..0000000 --- a/pbr-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d950c64aeea5456bbd147468382a5bb77fe692c13c9f00f0219814ce5b642755 -size 115260 diff --git a/pbr-5.3.0.tar.gz b/pbr-5.3.0.tar.gz new file mode 100644 index 0000000..8f2e160 --- /dev/null +++ b/pbr-5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb1c3371344cd617eb073c6c00872e9b0e5a7fefed6cd29f327a1b26ab5c498 +size 118344 diff --git a/python-pbr.changes b/python-pbr.changes index 44a984a..c3ed0b6 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -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 diff --git a/python-pbr.spec b/python-pbr.spec index 72e9557..966ca19 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -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}