From 72db2a8dd24fe6a6c6a80c06000f4d6adce01f591ef424ddd52667a4e05b2257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 May 2019 20:13:18 +0000 Subject: [PATCH] Accepting request 703253 from home:jesusaur:branches:devel:languages:python - Update to 5.2.0 * Support provides_extra metadata * Remove libzmq-dev from integration.sh package install * Fix error when keywords are defined as a list in cfg OBS-URL: https://build.opensuse.org/request/show/703253 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=116 --- pbr-5.1.3.tar.gz | 3 --- pbr-5.2.0.tar.gz | 3 +++ python-pbr.changes | 8 ++++++++ python-pbr.spec | 21 +++++++++------------ 4 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 pbr-5.1.3.tar.gz create mode 100644 pbr-5.2.0.tar.gz diff --git a/pbr-5.1.3.tar.gz b/pbr-5.1.3.tar.gz deleted file mode 100644 index df13a68..0000000 --- a/pbr-5.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c361cc353d988e4f5b998555c88098b9d5964c2e11acf7b0d21925a66bb5824 -size 115241 diff --git a/pbr-5.2.0.tar.gz b/pbr-5.2.0.tar.gz new file mode 100644 index 0000000..e5422f0 --- /dev/null +++ b/pbr-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d950c64aeea5456bbd147468382a5bb77fe692c13c9f00f0219814ce5b642755 +size 115260 diff --git a/python-pbr.changes b/python-pbr.changes index 2bce5cf..44a984a 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 15 17:01:50 UTC 2019 - Jonathan Harker + +- Update to 5.2.0 + * Support provides_extra metadata + * Remove libzmq-dev from integration.sh package install + * Fix error when keywords are defined as a list in cfg + ------------------------------------------------------------------- Mon May 13 21:53:14 UTC 2019 - Tomáš Chvátal diff --git a/python-pbr.spec b/python-pbr.spec index c002040..72e9557 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-pbr%{psuffix} -Version: 5.1.3 +Version: 5.2.0 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0 @@ -37,7 +37,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros #!BuildIgnore: python2-pyparsing -#!BuildIgnore: python3-pyparsing +#!BuildIgnore: python3-pyparsing Requires: python-setuptools Recommends: git-core Recommends: python-reno >= 2.5.0 @@ -77,29 +77,26 @@ information. %prep %setup -q -n pbr-%{version} -%autopatch -p1 sed -i '/coverage/d;/hacking/d' test-requirements.txt %build %python_build -%install +%if %{with test} +%check +export OS_TEST_TIMEOUT=60 +%python_exec -m stestr run +%endif + %if !%{with test} +%install %python_install %python_expand rm -rf %{buildroot}%{$python_sitelib}/pbr/tests %python_clone -a %{buildroot}%{_bindir}/pbr %python_expand %fdupes %{buildroot}%{$python_sitelib} -%endif -%if %{with test} -%check -export OS_TEST_TIMEOUT=60 -%python_exec -m stestr.cli run -%endif - -%if !%{with test} %post %python_install_alternative pbr