Commit f9654533 authored by Nicolas Wavrant's avatar Nicolas Wavrant Committed by Jérome Perrin

ZODB: import patch "incpozo"

Patch submitted here:
https://github.com/zopefoundation/ZODB/pull/403

We backport it in SlapOS directly as the branch 5.8 is not being
developed anymore.
parent 95b1d7df
......@@ -60,14 +60,22 @@ egg-versions =
[ZODB5]
<= _ZODB
egg-versions =
ZODB = 5.8.1
ZODB = 5.8.1+SlapOSPatched001
transaction = 4.0.0
patch-binary = ${patch:location}/bin/patch
ZODB-patches =
${:_profile_base_location_}/incpozo-5.8.0.patch#99a9e7889b06ab3fdb1adbd2b152afba
ZODB-patch-options = -p1
[ZODB5:python2]
<= _ZODB
egg-versions =
ZODB = 5.8.1
transaction = 3.0.1
patch-binary = ${patch:location}/bin/patch
ZODB-patches =
${:_profile_base_location_}/incpozo-5.8.0.patch#99a9e7889b06ab3fdb1adbd2b152afba
ZODB-patch-options = -p1
[ZODB6]
<= _ZODB
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment