Commit 8b5af8de authored by Kirill Smelkov's avatar Kirill Smelkov

v↑ zodbtools (0.0.0.dev7)

Going from 0.0.0.dev4 to -> 0.0.0.dev7 zodbtools:

- Stabilized `zodb dump` format and layed ground for `zodb restore`;
- Taught `zodb analyze` to work with any ZODB storage (instead of being
  FileStorage-only tool) and to analyze a particular range of history
  (instead of crunching data for days on a large database);
- Added `zodb commit` tool that is handy in testing.

Since zodbtools started to depend on pygolang, remove the conflicting,
and now unneeded, explicit pygolang pin from neotest.
parent 3081535b
......@@ -152,14 +152,26 @@ setproctitle = 1.1.10
slapos.recipe.template = 4.4
transaction = 1.7.0
zodbpickle = 1.0.4
zodbtools = 0.0.0.dev4
zodbtools = 0.0.0.dev7
cython-zstd = 0.2
python-dateutil = 2.7.3
# Required by:
# zodbtools==0.0.0dev4
# zodbtools==0.0.0dev7
zodburi = 2.3.0
# Required by:
# zodbtools==0.0.0dev7
pygolang = 0.0.0.dev7
# Required by:
# pygolang==0.0.0dev7
gevent = 1.4.0
# Required by:
# gevent==1.4.0
greenlet = 0.4.15
# Required by:
# zodburi==2.0
# ZEO 5 requires transaction >= 2
......
......@@ -119,7 +119,6 @@ revision= v0.11-15-gf785ac079b
ZODB3 = 3.11.0
numpy = 1.16.4
zope.testing = 4.6.2
pygolang = 0.0.0.dev4
# Required by:
# ZEO==4.3.1
......
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