Accepting request 226609 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/226609 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=7
This commit is contained in:
commit
58b8289821
12
_service
12
_service
@ -1,10 +1,12 @@
|
||||
<services>
|
||||
<service name="git_tarballs" mode="disabled">
|
||||
<param name="url">http://tarballs.openstack.org/pbr/pbr-master.tar.gz</param>
|
||||
<param name="email">opensuse-cloud@opensuse.org</param>
|
||||
<param name="plain-version">True</param>
|
||||
<service mode="disabled" name="download_files">
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version">
|
||||
<param name="basename">pbr</param>
|
||||
</service>
|
||||
<service mode="disabled" name="python_requires">
|
||||
</service>
|
||||
|
||||
<service name="refresh_patches" mode="disabled">
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a10c2de6f2fd74083940bd565e1150e6e6d743574e86adae96370b5bcb1eba73
|
||||
size 76171
|
||||
oid sha256:e97790e64f3674463bfbbf95352ee54a465feb35c09a0eb82b371abb02327529
|
||||
size 78050
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user