diff --git a/_service b/_service index 07bba46..38efd49 100644 --- a/_service +++ b/_service @@ -1,10 +1,12 @@ - - http://tarballs.openstack.org/pbr/pbr-master.tar.gz - opensuse-cloud@opensuse.org - True + + enable + + + pbr + + - enable diff --git a/pbr-master.tar.gz b/pbr-master.tar.gz index cb52814..11dcf02 100644 --- a/pbr-master.tar.gz +++ b/pbr-master.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a10c2de6f2fd74083940bd565e1150e6e6d743574e86adae96370b5bcb1eba73 -size 76171 +oid sha256:e97790e64f3674463bfbbf95352ee54a465feb35c09a0eb82b371abb02327529 +size 78050 diff --git a/python-pbr.changes b/python-pbr.changes index 7563c56..eefd91c 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Mar 18 14:18:44 UTC 2014 - speilicke@suse.com + +- Update to version pbr-0.6.14.g6ffff7c: + * Factor run_cmd out of the base class + * Return the real class in VersionInfo __repr__ + * Fix up some docstrings + * Init sphinx config values before accessing them + * Remove copyright from empty files + * Declare support for Python versions in setup.cfg + * Updated from global requirements + * Remove unused _parse_mailmap() + * Add support for python 3-<3.3 + * Remove tox locale overrides + * Do not force log verbosity level to info + 0.6 + * package: read a specific Python version requirement file +- Fix dependencies + ------------------------------------------------------------------- Thu Jan 9 09:20:10 UTC 2014 - speilicke@suse.com diff --git a/python-pbr.spec b/python-pbr.spec index 0fb8439..73a1af7 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -21,7 +21,7 @@ %bcond_with test Name: python-pbr -Version: 0.5.23.36.g00fbbd1 +Version: 0.6.14.g6ffff7c Release: 0 Summary: Python Build Reasonableness License: Apache-2.0 @@ -37,17 +37,15 @@ BuildRequires: python-Sphinx >= 1.1.2 %if 0%{?suse_version} <= 1110 BuildRequires: python-discover %endif -BuildRequires: python-fixtures >= 0.3.12 -BuildRequires: python-flake8 >= 2.0 -#BuildRequires: python-pip >= 1.0 -#BuildRequires: python-python-mimeparse -BuildRequires: python-python-subunit +BuildRequires: python-fixtures >= 0.3.14 +BuildRequires: python-mock >= 1.0 +BuildRequires: python-python-subunit >= 0.0.18 BuildRequires: python-testrepository >= 0.0.17 -BuildRequires: python-testresources +BuildRequires: python-testresources >= 0.2.4 BuildRequires: python-testscenarios >= 0.4 -BuildRequires: python-testtools >= 0.9.32 +BuildRequires: python-testtools >= 0.9.34 %endif -Requires: python-pip >= 1.0 +Requires: python-pip >= 1.4 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -76,12 +74,13 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %if %{with test} %check -python setup.py testr +testr init && testr run %endif %files %defattr(-,root,root,-) %doc README.rst AUTHORS LICENSE -%{python_sitelib}/* +%{python_sitelib}/pbr +%{python_sitelib}/pbr-%{version}-py%{py_ver}.egg-info %changelog