Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
nexedi
/
erp5
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Merge Requests
111
Wiki
Snippets
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 9aaf6a34
authored
2013-03-14 16:10:28 +0100
by
Sebastien Robin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
release erp5.util 0.4.33
1 parent
76fd7000
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
CHANGES.erp5.util.txt
setup.py
CHANGES.erp5.util.txt
View file @
9aaf6a3
Changes
=======
0.4.33 (2013-03-14)
-------------------
* erp5.util.zodbanalyze:
- Initial version of an improved version of ZODB's ZODB/scripts/analyze.py
[Kazuhiko Shiozaki]
0.4.32 (2013-03-13)
-------------------
...
...
setup.py
View file @
9aaf6a3
...
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import
glob
import
os
version
=
'0.4.3
2
'
version
=
'0.4.3
3
'
name
=
'erp5.util'
long_description
=
open
(
"README.erp5.util.txt"
)
.
read
()
+
"
\n
"
...
...
@@ -57,6 +57,7 @@ setup(name=name,
'benchmark'
:
benchmark_install_require_list
,
'benchmark-report'
:
[
name
+
'[benchmark]'
,
'matplotlib'
,
'numpy'
],
'scalability_tester'
:
[
name
+
'[benchmark]'
,
'slapos.tool.nosqltester'
],
'zodbanalyse'
:
[
'ZODB'
],
},
zip_safe
=
True
,
packages
=
package_list
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment