15
0
forked from pool/python-pbr

Accepting request 242514 from home:toabctl:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/242514
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=17
This commit is contained in:
2014-07-31 15:51:52 +00:00
committed by Git OBS Bridge
parent 0af8f4a124
commit 256bc0428f
4 changed files with 36 additions and 5 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sat Jul 26 15:17:14 UTC 2014 - tbechtold@suse.com
- Update BuildRequires according to test-requirements.txt
- Update to version 0.10.0
* Remove all 2.7 filtering
* Stop filtering out argparse
* Remove mirror testing from the integration script
0.9.0
* Allow examining parsing exceptions
* Update integration script for Apache 2.4
* Restore Monkeypatched Distribution Instance
* Register testr as a distutil entry point
* Check for git before querying it for a version
* Allow _run_cmd to run commands in any directory
* Make setUp fail if sdist fails
* Permit pre-release versions with git metadata
* Un-nest some sections of code
0.8.2
* Remove --use-mailmap as it's not needed
* Fix typos in docs
0.8.1
* pbr/testr_command.py: Add logging
* Documentation updates
* Fixed a typo in the documentation
* Make source configurable when using --coverage
* README.rst: tweaks
* Format autoindex.rst file properly
* make pbr use hacking directly
-------------------------------------------------------------------
Fri Mar 28 08:25:25 UTC 2014 - speilicke@suse.com