Package: zodb / 1:3.9.7-5

Metadata

Package Version Patches format
zodb 1:3.9.7-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
lp_135108.patch | (download)

src/ZEO/StorageServer.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
persistent module 4.x compat.patch | (download)

src/ZODB/BaseStorage.py | 6 3 + 3 - 0 !
src/ZODB/DB.py | 6 3 + 3 - 0 !
src/ZODB/FileStorage/FileStorage.py | 15 8 + 7 - 0 !
src/ZODB/FileStorage/fspack.py | 2 1 + 1 - 0 !
src/ZODB/MappingStorage.py | 2 1 + 1 - 0 !
src/ZODB/blob.py | 5 3 + 2 - 0 !
src/ZODB/fsrecover.py | 2 1 + 1 - 0 !
src/ZODB/scripts/fstest.py | 4 2 + 2 - 0 !
src/ZODB/scripts/migrate.py | 2 1 + 1 - 0 !
src/ZODB/scripts/repozo.py | 2 1 + 1 - 0 !
src/ZODB/scripts/zodbload.py | 2 1 + 1 - 0 !
src/ZODB/tests/BasicStorage.py | 2 1 + 1 - 0 !
src/ZODB/tests/MVCCMappingStorage.py | 4 2 + 2 - 0 !
src/ZODB/tests/blob_packing.txt | 2 1 + 1 - 0 !
src/ZODB/tests/testFileStorage.py | 6 3 + 3 - 0 !
src/ZODB/tests/testPersistentList.py | 2 1 + 1 - 0 !
src/ZODB/tests/testRecover.py | 6 3 + 3 - 0 !
src/ZODB/tests/testTimeStamp.py | 144 0 + 144 - 0 !
src/ZODB/utils.py | 6 3 + 3 - 0 !
19 files changed, 39 insertions(+), 181 deletions(-)

---
persistent module 4.x no headers.patch | (download)

setup.py | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 don't provide persistent headers in python-zodb
 python-zodb now depends on separate python-persistent and to be compatible
 with that in python-zodb, after building the package, we remove installed
 persistent completely. However ZODB also used to install persistent headers in
 ZODB namespace which were left and now correspond to nothing provided in
 python-zodb and duplicate persistent headers in python-persistent.
    After splitting persistent into separate package, upstream already removed
 that 'headers install' in zodb package:
    - 57dca750 (Fixed: An unneeded left-over setting in setup.py caused
      installation with pip to fail).
    - f5b98e96 (ZODB w/ externally-distributed 'persistent'.)
 so do it here too.


test spurious failure under python27.patch | (download)

src/ZODB/tests/testDB.py | 12 3 + 9 - 0 !
src/ZODB/tests/util.py | 41 41 + 0 - 0 !
2 files changed, 44 insertions(+), 9 deletions(-)

---
testUtils.patch | (download)

src/ZODB/tests/testUtils.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix test failure with python2.7 (>= 2.7.6)
Upstream: http://zope3.pov.lt/trac/changeset/130363/ZODB/branches/3.10
new transaction.patch | (download)

src/ZODB/tests/testConnectionSavepoint.txt | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 repr fix for transaction>=1.2.0
Upstream: https://github.com/zopefoundation/ZODB/commit/7fddccf6d7f3b3f7c4117f13adb16e586262fc85