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 e89060c..44a984a 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 + +- Do not generate any packages in the test multibuild run + ------------------------------------------------------------------- Tue Mar 26 20:02:01 UTC 2019 - John Vandenberg diff --git a/python-pbr.spec b/python-pbr.spec index 9c90ba2..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,39 +77,34 @@ 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 %postun %python_uninstall_alternative pbr -%endif %files %{python_files} %license LICENSE -%if !%{with test} %doc AUTHORS ChangeLog CONTRIBUTING.rst README.rst %python_alternative %{_bindir}/pbr %{python_sitelib}/pbr