From ab8968263283c74c7ab642c558819714a74439eec90f5621ec2bcc8eb1d2cbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Aug 2018 09:54:55 +0000 Subject: [PATCH] - Version update to 4.1.1: * Fixes on python 3.x - Version update to 4.1.1: * Fixes on python 3.x OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=85 --- pbr-4.0.3.tar.gz | 3 --- pbr-4.1.1.tar.gz | 3 +++ python-pbr-doc.changes | 6 ++++++ python-pbr-doc.spec | 2 +- python-pbr.changes | 6 ++++++ python-pbr.spec | 27 ++++++++++++++++----------- 6 files changed, 32 insertions(+), 15 deletions(-) delete mode 100644 pbr-4.0.3.tar.gz create mode 100644 pbr-4.1.1.tar.gz diff --git a/pbr-4.0.3.tar.gz b/pbr-4.0.3.tar.gz deleted file mode 100644 index ddd9db6..0000000 --- a/pbr-4.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6874feb22334a1e9a515193cba797664e940b763440c88115009ec323a7f2df5 -size 108684 diff --git a/pbr-4.1.1.tar.gz b/pbr-4.1.1.tar.gz new file mode 100644 index 0000000..967d13d --- /dev/null +++ b/pbr-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754e766b4f4bad3aa68cfd532456298da1aa39375da8748392dbae90860d5f18 +size 108683 diff --git a/python-pbr-doc.changes b/python-pbr-doc.changes index 963b15c..d023609 100644 --- a/python-pbr-doc.changes +++ b/python-pbr-doc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 6 09:37:30 UTC 2018 - tchvatal@suse.com + +- Version update to 4.1.1: + * Fixes on python 3.x + ------------------------------------------------------------------- Fri May 25 09:48:46 UTC 2018 - mimi.vx@gmail.com diff --git a/python-pbr-doc.spec b/python-pbr-doc.spec index 94e6a32..1c0aca9 100644 --- a/python-pbr-doc.spec +++ b/python-pbr-doc.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pbr-doc -Version: 4.0.3 +Version: 4.1.1 Release: 0 Summary: Documentation for python-pbr License: Apache-2.0 diff --git a/python-pbr.changes b/python-pbr.changes index 3d2091b..485b3f5 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 6 09:37:30 UTC 2018 - tchvatal@suse.com + +- Version update to 4.1.1: + * Fixes on python 3.x + ------------------------------------------------------------------- Fri May 25 09:48:46 UTC 2018 - mimi.vx@gmail.com diff --git a/python-pbr.spec b/python-pbr.spec index 2911bec..0656f6a 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -21,7 +21,7 @@ # enable testing with a build conditional (off by default): %bcond_with test Name: python-pbr -Version: 4.0.3 +Version: 4.1.1 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0 @@ -29,7 +29,6 @@ Group: Development/Languages/Python URL: http://pypi.python.org/pypi/pbr Source: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz Source1: python-pbr-rpmlintrc -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -37,17 +36,20 @@ Requires: python-setuptools Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch -# Test requirements: %if %{with test} -#BuildRequires: python-coverage >= 3.6 -BuildRequires: %{python_module fixtures >= 1.3.1} -BuildRequires: %{python_module mock >= 1.2} -BuildRequires: %{python_module python-subunit >= 0.0.18} +BuildRequires: %{python_module Sphinx >= 1.6.2} +BuildRequires: %{python_module devel} +BuildRequires: %{python_module fixtures >= 3.0.0} +BuildRequires: %{python_module mock >= 2.0} BuildRequires: %{python_module six >= 1.9.0} BuildRequires: %{python_module testrepository >= 0.0.18} -BuildRequires: %{python_module testresources >= 0.2.4} +BuildRequires: %{python_module testresources >= 2.0.0} BuildRequires: %{python_module testscenarios >= 0.4} -BuildRequires: %{python_module testtools >= 1.4.0} +BuildRequires: %{python_module testtools >= 2.2.0} +BuildRequires: %{python_module virtualenv >= 14.0.6} +BuildRequires: %{python_module wheel} +BuildRequires: git +BuildRequires: gpg2 %endif %python_subpackages @@ -72,14 +74,17 @@ chmod -x pbr/tests/testpackage/setup.py %install %python_install +%python_expand rm -rf %{buildroot}%{$python_sitelib}/pbr/tests %python_clone -a %{buildroot}%{_bindir}/pbr %python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with test} %check -%python_exec %{_bindir}/testr init -%python_exec %{_bindir}/testr run --parallel +%{python_expand rm -rf .testrepository +$python %{_bindir}/testr init +$python %{_bindir}/testr run --parallel +} %endif %post