14
0
forked from pool/python-pbr

- Update to version 0.8.0:

* Use unicode_literals import instead of u'unicode' notation
  * Remove pip version specifier
  * Make tools/integration.sh take a branch
  * Fixes blocking issue on Windows

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=15
This commit is contained in:
Sascha Peilicke
2014-03-28 09:09:05 +00:00
committed by Git OBS Bridge
parent 9f1306dc90
commit 0af8f4a124
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 28 08:25:25 UTC 2014 - speilicke@suse.com
- Update to version 0.8.0:
* Use unicode_literals import instead of u'unicode' notation
* Remove pip version specifier
* Make tools/integration.sh take a branch
* Fixes blocking issue on Windows
-------------------------------------------------------------------
Mon Mar 24 16:20:30 UTC 2014 - dmueller@suse.com