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

View File

@ -11,13 +11,13 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-transaction
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: Transaction management for Python
License: ZPL-2.1

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41ac906c58c4cbf3635956f0cf5b4dee783dec285ac037852484f0a21181c773
size 42272

3
transaction-1.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e210b5bc459e62d7d1ef879c21231a4d864bc24977d25ad2e2d2ebc25e54760
size 49603