From 9378eaedf45d379aabdd08f81b89b7bbf9fb4bc798172c1dcf7b7f499e0cbc42 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 7 Jun 2012 15:11:07 +0000 Subject: [PATCH] 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 --- python-transaction.changes | 20 ++++++++++++++++++++ python-transaction.spec | 4 ++-- transaction-1.2.0.tar.gz | 3 --- transaction-1.3.0.tar.gz | 3 +++ 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 transaction-1.2.0.tar.gz create mode 100644 transaction-1.3.0.tar.gz diff --git a/python-transaction.changes b/python-transaction.changes index 24f7d9c..481409a 100644 --- a/python-transaction.changes +++ b/python-transaction.changes @@ -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 diff --git a/python-transaction.spec b/python-transaction.spec index 37b6957..852922e 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -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 diff --git a/transaction-1.2.0.tar.gz b/transaction-1.2.0.tar.gz deleted file mode 100644 index 0a302f3..0000000 --- a/transaction-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41ac906c58c4cbf3635956f0cf5b4dee783dec285ac037852484f0a21181c773 -size 42272 diff --git a/transaction-1.3.0.tar.gz b/transaction-1.3.0.tar.gz new file mode 100644 index 0000000..1de5637 --- /dev/null +++ b/transaction-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e210b5bc459e62d7d1ef879c21231a4d864bc24977d25ad2e2d2ebc25e54760 +size 49603