Metadata-Version: 2.1
Name: ZODB3
Version: 3.11.0
Summary: ZODB3 - Meta release for ZODB, persistent, BTrees and ZEO
Home-page: UNKNOWN
Maintainer: Zope Foundation and Contributors
Maintainer-email: zodb-dev@zope.org
License: ZPL 2.1
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Framework :: ZODB
Provides-Extra: test

=========================================================
ZODB3 - Meta release for ZODB, persistent, BTrees and ZEO
=========================================================

The ZODB3 distribution is a "meta" distribution that requires projects:
ZODB, persistent, BTrees and ZEO, which, in the past, were included in
the ZODB 3 project.

For more information on ZODB, persistent, BTrees, and ZEO, see the
respective project pages in PyPI:

- http://pypi.python.org/pypi/ZODB

- http://pypi.python.org/pypi/persistent

- http://pypi.python.org/pypi/BTrees

- http://pypi.python.org/pypi/ZEO

and http://zodb.org.


==============
Change History
==============

3.11.0 (2014-05-22)
=====================

No changes from ZODB3 3.11.0a3:  this release just makes the meta-package
version of ZODB3 installable by default under buldout 2.x.

3.11.0a3 (2013-03-02)
=====================

Made the setup.py file Python 3 compatible. Actual Python 3 compatibility
depends on the porting status of the BTrees, persistent, ZEO and ZODB
projects.

3.11.0a2 (2012-12-02)
=====================

Fixed: The ZODB3 "test" extra was inadvertently removed.

       Note that the text extra exists solely to allow other packages
       to use ``ZODB [test]`` in their test dependencies.

3.11.0a1 (2012-12-01)
=====================

ZODB3 depends on:

- persistent 4.0
- BTrees 4.0
- ZODB 4.0
- ZEO 4.0


