15
0

Accepting request 209155 from devel:languages:python

- update to 0.13:
  * Update documentation to refer to setuptools instead of distribute.
  * Add pypy to the list of default test configurations.
  * Include a work-around to avoid a cpython bug with atexit
  * Deprecate TestExtensionManager and replace with make_test_instance()
  class method to provide test classes that behave more like the
  production class, while still allowing the extensions to be injected
  for testing
  * Fixes an exception when reporting on an error where multiple
  drivers have the same name 
  * Switch packaging to use pbr. (forwarded request 209154 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/209155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stevedore?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2013-12-03 09:28:54 +00:00
committed by Git OBS Bridge
parent ed544a9e4f
commit 6795fada47
4 changed files with 21 additions and 5 deletions

View File

@@ -1,4 +1,18 @@
-------------------------------------------------------------------
Mon Dec 2 12:26:36 UTC 2013 - dmueller@suse.com
- update to 0.13:
* Update documentation to refer to setuptools instead of distribute.
* Add pypy to the list of default test configurations.
* Include a work-around to avoid a cpython bug with atexit
* Deprecate TestExtensionManager and replace with make_test_instance()
class method to provide test classes that behave more like the
production class, while still allowing the extensions to be injected
for testing
* Fixes an exception when reporting on an error where multiple
drivers have the same name
* Switch packaging to use pbr.
-------------------------------------------------------------------
Mon Sep 2 15:37:00 UTC 2013 - dmueller@suse.com
- update to 0.11: