15
0

Accepting request 148606 from home:posophe:branches:devel:languages:python

Update and python3 support

OBS-URL: https://build.opensuse.org/request/show/148606
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transaction?expand=0&rev=24
This commit is contained in:
Sascha Peilicke
2013-01-18 14:14:40 +00:00
committed by Git OBS Bridge
parent 9378eaedf4
commit b4ff604beb
6 changed files with 98 additions and 5 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Jan 15 15:52:04 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
-------------------------------------------------------------------
Tue Jan 15 15:49:33 UTC 2013 - p.drouand@gmail.com
- Update to 1.4.0 version:
* Updated Trove classifiers.
-------------------------------------------------------------------
Tue Jan 15 15:48:03 UTC 2013 - p.drouand@gmail.com
- Update to 1.4.0b1 version:
* Converted existing doctests into Sphinx documentation (snippets
are exercised via 'tox').
* 100% unit test coverage.
* Backward incompatibility: raise ValueError rather than AssertionError
for runtime errors:
- In Transaction.doom if the transaction is in a non-doomable state.
- In TransactionManager.attempts if passed a non-positive value.
- In TransactionManager.free if passed a foreign transaction.
* Declared support for Python 3.3 in setup.py, and added tox testing.
* When a non-retryable exception was raised as the result of a call to
transaction.manager.commit within the "attempts" machinery, the exception
was not reraised properly. Symptom: an unrecoverable exception such as
Unsupported: Storing blobs in <somestorage> is not supported. would be
swallowed inappropriately.
-------------------------------------------------------------------
Wed Jun 6 16:07:36 UTC 2012 - os-dev@jacraig.com