Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodbtools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Levin Zimmermann
zodbtools
Commits
513c296c
Commit
513c296c
authored
Feb 16, 2024
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.0.0.dev9
Co-authored-by:
Kirill Smelkov
<
kirr@nexedi.com
>
parent
a9853038
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
1 deletion
+68
-1
CHANGELOG.rst
CHANGELOG.rst
+67
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
513c296c
Zodbtools change history
Zodbtools change history
========================
========================
0.0.0.dev9 (2024-02-16)
-----------------------
- Add preliminary support for Python3 (`commit 1`__, 2__, 3__, 4__, 5__, 6__,
7__, 8__, 9__, 10__, 11__, 12__, 13__, 14__, 15__, 16__, 17__, 18__, 19__,
20__, 21__, 22__). Full py3 support depends on the completion of `bstr work`__
in Pygolang.
__ https://lab.nexedi.com/nexedi/zodbtools/commit/2d94ae9d
__ https://lab.nexedi.com/nexedi/zodbtools/commit/00a534ef
__ https://lab.nexedi.com/nexedi/zodbtools/commit/62b21d01
__ https://lab.nexedi.com/nexedi/zodbtools/commit/7a7370e6
__ https://lab.nexedi.com/nexedi/zodbtools/commit/a7eee284
__ https://lab.nexedi.com/nexedi/zodbtools/commit/1418c86f
__ https://lab.nexedi.com/nexedi/zodbtools/commit/b508f108
__ https://lab.nexedi.com/nexedi/zodbtools/commit/c5f20201
__ https://lab.nexedi.com/nexedi/zodbtools/commit/bc608aea
__ https://lab.nexedi.com/nexedi/zodbtools/commit/ddd5fd03
__ https://lab.nexedi.com/nexedi/zodbtools/commit/d3152c78
__ https://lab.nexedi.com/nexedi/zodbtools/commit/2f9e0623
__ https://lab.nexedi.com/nexedi/zodbtools/commit/7851a964
__ https://lab.nexedi.com/nexedi/zodbtools/commit/2236aaaf
__ https://lab.nexedi.com/nexedi/zodbtools/commit/adec18bd
__ https://lab.nexedi.com/nexedi/zodbtools/commit/3cb93096
__ https://lab.nexedi.com/nexedi/zodbtools/commit/e825f80f
__ https://lab.nexedi.com/nexedi/zodbtools/commit/69dc6de1
__ https://lab.nexedi.com/nexedi/zodbtools/commit/b21fbe23
__ https://lab.nexedi.com/nexedi/zodbtools/commit/9861c136
__ https://lab.nexedi.com/nexedi/zodbtools/commit/65ebbe7b
__ https://lab.nexedi.com/nexedi/zodbtools/commit/7ae5ff8
__ https://lab.nexedi.com/nexedi/pygolang/-/merge_requests/21
- Add new `zodb restore` command to restore database from `zodb dump` output
(`commit 1`__, 2__, 3__, 4__, 5__, 6__, 7__).
__ https://lab.nexedi.com/nexedi/zodbtools/commit/67b42fa7
__ https://lab.nexedi.com/nexedi/zodbtools/commit/e7b82a96
__ https://lab.nexedi.com/nexedi/zodbtools/commit/b944e0e
__ https://lab.nexedi.com/nexedi/zodbtools/commit/4275f2e9
__ https://lab.nexedi.com/nexedi/zodbtools/commit/37786d10
__ https://lab.nexedi.com/nexedi/zodbtools/commit/1b480c93
__ https://lab.nexedi.com/nexedi/zodbtools/commit/a9853038
- `zodb dump` now supports `--pretty` option with a format to show pickles
disassembly (commit__).
__ https://lab.nexedi.com/nexedi/zodbtools/commit/80559a9
- Drop support for ZODB 3 (commit__). Only ZODB 4 and ZODB 5 remain to be supported.
__ https://lab.nexedi.com/nexedi/zodbtools/commit/c59a54ca
- `zodb info`: Provide "head" as subcommand to query last transaction of the database;
Turn "last_tid" into deprecated alias for "head" (commit__).
__ https://lab.nexedi.com/nexedi/zodbtools/commit/a2e4dd2
- Robustify `zodb commit` when handling object copies and reporting errors (`commit 1`__, 2__).
__ https://lab.nexedi.com/nexedi/zodbtools/commit/fa00c283
__ https://lab.nexedi.com/nexedi/zodbtools/commit/129afa67
- Add support to run tests under Nexedi testing infrastructure (commit__).
__ https://lab.nexedi.com/nexedi/zodbtools/commit/518537ea
0.0.0.dev8 (2019-03-07)
0.0.0.dev8 (2019-03-07)
-----------------------
-----------------------
...
...
setup.py
View file @
513c296c
...
@@ -8,7 +8,7 @@ def readfile(path):
...
@@ -8,7 +8,7 @@ def readfile(path):
setup
(
setup
(
name
=
'zodbtools'
,
name
=
'zodbtools'
,
version
=
'0.0.0.dev
8
'
,
version
=
'0.0.0.dev
9
'
,
description
=
'ZODB-related utilities'
,
description
=
'ZODB-related utilities'
,
long_description
=
'%s
\
n
----
\
n
\
n
%s'
%
(
long_description
=
'%s
\
n
----
\
n
\
n
%s'
%
(
readfile
(
'README.rst'
),
readfile
(
'CHANGELOG.rst'
)),
readfile
(
'README.rst'
),
readfile
(
'CHANGELOG.rst'
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment