15
0

Accepting request 123892 from home:poorboywilly:branches:devel:languages:python

Update to 1.3.0

OBS-URL: https://build.opensuse.org/request/show/123892
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transaction?expand=0&rev=22
This commit is contained in:
Todd R
2012-06-07 15:11:07 +00:00
committed by Git OBS Bridge
parent 4bed851f83
commit 9378eaedf4
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jun 6 16:07:36 UTC 2012 - os-dev@jacraig.com
- Update to 1.3.0:
* Added Sphinx API docuementation.
* Added explicit support for PyPy.
* Dropped use of Python3-incompatible zope.interface.implements class advisor
in favor of zope.interface.implementer class decorator.
* Added support for continuous integration using tox and jenkins.
* Added setup.py docs alias (installs Sphinx and dependencies).
* Added setup.py dev alias (runs setup.py develop plus installs nose and
coverage).
* Python 3.3 compatibility.
* Fix "for attempt in transaction.attempts(x)" machinery, which would not
retry a transaction if its implicit call to .commit() itself raised a
transient error. Symptom: seeing conflict errors even though you thought
you were retrying some number of times via the "attempts" machinery (the
first attempt to generate an exception during commit would cause that
exception to be raised).
-------------------------------------------------------------------
Tue Feb 28 09:08:33 UTC 2012 - saschpe@suse.de