14
0
forked from pool/python-pbr

Accepting request 305433 from home:benoit_monin:branches:devel:languages:python

- update to version 0.11.0
- increase required version of python-hacking for the tests

OBS-URL: https://build.opensuse.org/request/show/305433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=27
This commit is contained in:
Jan Matejek
2015-05-07 11:52:35 +00:00
committed by Git OBS Bridge
parent ab76ed0960
commit 396ab5776b
4 changed files with 34 additions and 5 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue May 5 10:57:35 UTC 2015 - benoit.monin@gmx.fr
- update to version 0.11.0:
* Issue #1450210: Preversioning rc tag handling
* Stop testing setup.py easy_install behaviour
* Test pip install -e of projects
* Build all the wheels in one pass rather than many
* Improve integration.sh
* Honour new test variable PIPVERSION
* Be safe, don't let friends use RawConfigParser
* Revert "Support platform-specific requirements files"
* Reinstate pure-git-hashes-are-illegal test
* Ignore non-release related tags
* Test that MANIFEST.in excludes work
* Fixup semver
* Better diagnostics on test failure
* Don't avoid egg-info quite so often
* Add truncated lincense text
* "packages" might list multiple directories
* Support script text override for newer develop
* Fixes Windows generated scripts headers
* Update README format to match release notes tool
* Be more aggressive about building wheels
* Use a wheelhouse in the integration test
* Build a wheel when integration testing PBR changes
* Use unsafe OpenPGP keys for testing
- increase required version of python-hacking for the tests
-------------------------------------------------------------------
Thu Apr 16 08:53:20 UTC 2015 - hpj@urpla.net