Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
Eteri
erp5_fork
Commits
9aaf6a34
Commit
9aaf6a34
authored
Mar 14, 2013
by
Sebastien Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release erp5.util 0.4.33
parent
76fd7000
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
CHANGES.erp5.util.txt
CHANGES.erp5.util.txt
+8
-0
setup.py
setup.py
+2
-1
No files found.
CHANGES.erp5.util.txt
View file @
9aaf6a34
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 @
9aaf6a34
...
...
@@ -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
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