ae638fc5a6
Copy from devel:languages:python/python-transaction based on submit request 48112 from user coolo OBS-URL: https://build.opensuse.org/request/show/48112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-transaction?expand=0&rev=4
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Sep 14 08:54:35 UTC 2010 - coolo@novell.com
|
|
|
|
- make it noarch for > 11.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 21 12:23:50 UTC 2010 - cfarrell@novell.com
|
|
|
|
- Updated to 1.1.0
|
|
New Features:
|
|
- Transaction managers and the transaction module can be used with the
|
|
with statement to define transaction boundaries
|
|
- There is a new iterator function that automates dealing with
|
|
transient errors (such as ZODB confict errors).
|
|
Bugs fixed:
|
|
- Fixed a bug that caused extra commit calls to be made on data
|
|
managers under certain special circumstances.
|
|
- When threads were reused, transaction data could leak accross them,
|
|
causing subtle application bugs.
|
|
- Fixed zopeinterface require as per bnc#623255
|
|
- Added %doc section
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 17 11:11:43 UTC 2010 - hvogel@novell.com
|
|
|
|
- Prepare specfile for factory submission
|
|
o pass CFLAGS
|
|
o use the standard modname
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 04 12:00:00 UTC 2009 - cfarrell1980@gmail.com
|
|
|
|
- Initial package, version 1.0a1
|