15
0
forked from pool/python-pbr

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:
Sascha Peilicke
2014-03-26 09:47:58 +00:00
committed by Git OBS Bridge
parent 5ebd3fd8b5
commit 9f1306dc90
5 changed files with 45 additions and 19 deletions

View File

@@ -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