Accepting request 227338 from Cloud:OpenStack:Master
- update to 0.7.0: * No changes, just use the released tarball which has the right version (that others are checking for) - Run testr directly - update to 0.6: * package: read a specific Python version requirement file * Fix typos in documents * Pin sphinx to <1.2 * Build mirror using proper requirements * Use wheels for installation * show diff between pip installed packages and requirements * Enable wheel processing in the tests * Clean up integration script * Let git do mailmap mapping for us * Make ChangeLog more condensed * Make sphinx builders configurable in LocalBuildDoc * Serve local mirror using apache * Bump the development status classifier * Support building wheels (PEP-427) * Ignore jenkins@openstack.org in authors building * Communicate to user when we skip a requirement * Base python 2.7 skip list on parsed names * Link to the documentation in the readme * Avoid using 'which' executable for finding git * Add wheel mirror structure awareness * Remove pip as an argument from mkvenv * Use pypi-mirror instead of jeepyb OBS-URL: https://build.opensuse.org/request/show/227338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=13
This commit is contained in:
parent
5ebd3fd8b5
commit
9f1306dc90
13
_service
13
_service
@ -1,13 +0,0 @@
|
||||
<services>
|
||||
<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>
|
||||
</services>
|
3
pbr-0.7.0.tar.gz
Normal file
3
pbr-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1680e9add47561abf6aed6c18d5d9bf3c8b8f22bd9931373f28348e10c5b9fce
|
||||
size 78021
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e97790e64f3674463bfbbf95352ee54a465feb35c09a0eb82b371abb02327529
|
||||
size 78050
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 16:20:30 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 0.7.0:
|
||||
* No changes, just use the released tarball which has
|
||||
the right version (that others are checking for)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 14:18:44 UTC 2014 - speilicke@suse.com
|
||||
|
||||
@ -17,6 +24,38 @@ Tue Mar 18 14:18:44 UTC 2014 - speilicke@suse.com
|
||||
* package: read a specific Python version requirement file
|
||||
- Fix dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 09:39:45 UTC 2014 - speilicke@suse.com
|
||||
|
||||
- Run testr directly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 09:42:28 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 0.6:
|
||||
* package: read a specific Python version requirement file
|
||||
* Fix typos in documents
|
||||
* Pin sphinx to <1.2
|
||||
* Build mirror using proper requirements
|
||||
* Use wheels for installation
|
||||
* show diff between pip installed packages and requirements
|
||||
* Enable wheel processing in the tests
|
||||
* Clean up integration script
|
||||
* Let git do mailmap mapping for us
|
||||
* Make ChangeLog more condensed
|
||||
* Make sphinx builders configurable in LocalBuildDoc
|
||||
* Serve local mirror using apache
|
||||
* Bump the development status classifier
|
||||
* Support building wheels (PEP-427)
|
||||
* Ignore jenkins@openstack.org in authors building
|
||||
* Communicate to user when we skip a requirement
|
||||
* Base python 2.7 skip list on parsed names
|
||||
* Link to the documentation in the readme
|
||||
* Avoid using 'which' executable for finding git
|
||||
* Add wheel mirror structure awareness
|
||||
* Remove pip as an argument from mkvenv
|
||||
* Use pypi-mirror instead of jeepyb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 09:20:10 UTC 2014 - speilicke@suse.com
|
||||
|
||||
|
@ -21,13 +21,13 @@
|
||||
%bcond_with test
|
||||
|
||||
Name: python-pbr
|
||||
Version: 0.6.14.g6ffff7c
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: Python Build Reasonableness
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://pypi.python.org/pypi/pbr
|
||||
Source: http://tarballs.openstack.org/pbr/pbr-master.tar.gz
|
||||
Source: https://pypi.python.org/packages/source/p/pbr/pbr-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
# Documentation requirements:
|
||||
BuildRequires: python-Sphinx >= 1.1.2
|
||||
@ -74,7 +74,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
testr init && testr run
|
||||
testr init && testr run --parallel
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user