Metadata-Version: 2.1
Name: Persistence
Version: 3.0b3
Summary: Persistent ExtensionClass
Home-page: http://pypi.python.org/pypi/Persistence
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: ExtensionClass (>=4.2.0)
Requires-Dist: persistent (>=4.1.1)
Requires-Dist: six

Overview
========

This package provides a variant of the persistent base class that's an
ExtensionClass. Unless you need ExtensionClass semantics, you probably want to
use persistent.Persistent from the persistent distribution (formerly ZODB3).


Changelog
=========

3.0b3 (2018-04-12)
------------------

- Make tests compatible with `persistent >= 4.2.3`.

3.0b2 (2017-11-27)
------------------

- add Appveyor configuration to automate building Windows eggs

- fix for compilers that only support C89 syntax (e.g. on Windows)

3.0b1 (2017-09-15)
------------------

- #4: Ensure our dependencies match our expectations about C extensions.

- Update included `ExtensionClass.h` header file.

3.0a3 (2017-02-02)
------------------

- Fix isinstance/issubclass for the Python version of PersistentMapping.

3.0a2 (2017-02-02)
------------------

- #2: Add Python 3 compatibility.

- #1: Resolve meta class conflict for PersistentMapping.

- Update ExtensionClass and persistent headers and minimum versions.

- Drop support for Python 2.6.

3.0a1 (2014-11-02)
------------------

- Add a Python stub implementation of the Persistent class.

- Tests: Use `__eq__` instead of `__cmp__`.

2.13.2 (2010-06-16)
-------------------

- LP #587760: Handle tp_basicsize correctly.

2.13.1 (2010-04-30)
-------------------

- Removed undeclared testing dependency on zope.testing.

2.13.0 (2010-02-23)
-------------------

- Update to include ExtensionClass 2.13.0.

2.12.0 (2010-02-14)
-------------------

- Added support for method cache in Persistence. Patch contributed by
  Yoshinori K. Okuji. See https://bugs.launchpad.net/zope2/+bug/486193.

- Updated C includes to ExtensionClass 2.12.0.

- Updated package metadata and remove old build artifacts.

2.11.1 (2009-02-19)
-------------------

- First egg release.


