Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
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
Kirill Smelkov
ZEO
Commits
56319ef6
Commit
56319ef6
authored
May 10, 2013
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note dependency on released ZODB >= 4.0.0b1.
parent
763fd763
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
CHANGES.txt
CHANGES.txt
+2
-0
buildout.cfg
buildout.cfg
+0
-3
setup.py
setup.py
+1
-1
tox.ini
tox.ini
+2
-2
No files found.
CHANGES.txt
View file @
56319ef6
...
@@ -4,6 +4,8 @@ CHANGES
...
@@ -4,6 +4,8 @@ CHANGES
Unreleased
Unreleased
----------
----------
- Depend on ZODB >= 4.0.0b1
- Added support for Python 3.2 / 3.3.
- Added support for Python 3.2 / 3.3.
4.0.0a1 (2012-11-19)
4.0.0a1 (2012-11-19)
...
...
buildout.cfg
View file @
56319ef6
[buildout]
[buildout]
develop = .
develop = .
../ZODB
#find-links =
# ${buildout:directory}/ZODB-4.0.0dev.tar.gz
parts =
parts =
test
test
scripts
scripts
...
...
setup.py
View file @
56319ef6
...
@@ -94,7 +94,7 @@ setup(name="ZEO",
...
@@ -94,7 +94,7 @@ setup(name="ZEO",
tests_require
=
tests_require
,
tests_require
=
tests_require
,
extras_require
=
dict
(
test
=
tests_require
),
extras_require
=
dict
(
test
=
tests_require
),
install_requires
=
[
install_requires
=
[
'ZODB'
,
'ZODB
>= 4.0.0b1
'
,
'six'
,
'six'
,
'transaction'
,
'transaction'
,
'persistent'
,
'persistent'
,
...
...
tox.ini
View file @
56319ef6
[tox]
[tox]
envlist
=
envlist
=
py26,py27,py33
py26,py27,py3
2,py3
3
[testenv]
[testenv]
commands
=
commands
=
python
setup.py
test
-q
python
setup.py
test
-q
deps
=
deps
=
git+https://github.com/zopefoundation/ZODB.git@py3
#egg=ZODB
ZODB
>=
4.0.0b1
random2
random2
ZConfig
ZConfig
manuel
manuel
...
...
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