15
0
forked from pool/python-ZODB

Accepting request 307288 from home:benoit_monin:branches:devel:languages:python

- update to version 4.1.0
- drop fix-for-upstream-test.patch: fixed upstream
- delete backup files in sources
- remove unwanted shebang in python file
- do not set the executable bit of python files
- pass -q to the test to avoid spamming the build log

OBS-URL: https://build.opensuse.org/request/show/307288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=5
This commit is contained in:
2015-05-16 15:34:18 +00:00
committed by Git OBS Bridge
parent 0fa13c0cca
commit e92c8724bf
5 changed files with 33 additions and 36 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri May 15 10:52:45 UTC 2015 - benoit.monin@gmx.fr
- update to version 4.1.0:
* Fix registration of custom logging level names ("BLATHER",
"TRACE). We have been registering them in the wrong order since
2004. Before Python 3.4, the stdlib logging module masked the
error by registering them in both directions.
* Add support for Python 3.4.
- additional changes from version 4.0.1:
* Fix POSKeyError during transaction.commit when after
savepoint.rollback. see #16
* Ensure that the pickler used in PyPy always has a persistent_id
attribute (inst_persistent_id is not present on the pure-Python
pickler). (PR #17)
* Provide better error reporting when trying to load an object on
a closed connection.
- drop fix-for-upstream-test.patch: fixed upstream
- delete backup files in sources
- remove unwanted shebang in python file
- do not set the executable bit of python files
- pass -q to the test to avoid spamming the build log
-------------------------------------------------------------------
Sat Feb 1 21:17:50 UTC 2014 - os-dev@jacraig.com