forked from pool/python-pbr
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
79ac976ff3
commit
ab89682632
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6874feb22334a1e9a515193cba797664e940b763440c88115009ec323a7f2df5
|
|
||||||
size 108684
|
|
3
pbr-4.1.1.tar.gz
Normal file
3
pbr-4.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:754e766b4f4bad3aa68cfd532456298da1aa39375da8748392dbae90860d5f18
|
||||||
|
size 108683
|
@@ -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
|
Fri May 25 09:48:46 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pbr-doc
|
Name: python-pbr-doc
|
||||||
Version: 4.0.3
|
Version: 4.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation for python-pbr
|
Summary: Documentation for python-pbr
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@@ -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
|
Fri May 25 09:48:46 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
# enable testing with a build conditional (off by default):
|
# enable testing with a build conditional (off by default):
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-pbr
|
Name: python-pbr
|
||||||
Version: 4.0.3
|
Version: 4.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Build Reasonableness
|
Summary: Python Build Reasonableness
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -29,7 +29,6 @@ Group: Development/Languages/Python
|
|||||||
URL: http://pypi.python.org/pypi/pbr
|
URL: http://pypi.python.org/pypi/pbr
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz
|
||||||
Source1: python-pbr-rpmlintrc
|
Source1: python-pbr-rpmlintrc
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -37,17 +36,20 @@ Requires: python-setuptools
|
|||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Test requirements:
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
#BuildRequires: python-coverage >= 3.6
|
BuildRequires: %{python_module Sphinx >= 1.6.2}
|
||||||
BuildRequires: %{python_module fixtures >= 1.3.1}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module mock >= 1.2}
|
BuildRequires: %{python_module fixtures >= 3.0.0}
|
||||||
BuildRequires: %{python_module python-subunit >= 0.0.18}
|
BuildRequires: %{python_module mock >= 2.0}
|
||||||
BuildRequires: %{python_module six >= 1.9.0}
|
BuildRequires: %{python_module six >= 1.9.0}
|
||||||
BuildRequires: %{python_module testrepository >= 0.0.18}
|
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 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
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -72,14 +74,17 @@ chmod -x pbr/tests/testpackage/setup.py
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_expand rm -rf %{buildroot}%{$python_sitelib}/pbr/tests
|
||||||
%python_clone -a %{buildroot}%{_bindir}/pbr
|
%python_clone -a %{buildroot}%{_bindir}/pbr
|
||||||
|
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
%python_exec %{_bindir}/testr init
|
%{python_expand rm -rf .testrepository
|
||||||
%python_exec %{_bindir}/testr run --parallel
|
$python %{_bindir}/testr init
|
||||||
|
$python %{_bindir}/testr run --parallel
|
||||||
|
}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Reference in New Issue
Block a user