Metadata-Version: 2.4
Name: ZopeUndo
Version: 6.1
Summary: ZODB undo support for Zope.
Author-email: Zope Foundation and contributors <zope-dev@zope.dev>
Maintainer-email: Plone Foundation and contributors <zope-dev@zope.dev>
License-Expression: ZPL-2.1
Project-URL: Source, https://github.com/zopefoundation/ZopeUndo
Project-URL: Issues, https://github.com/zopefoundation/ZopeUndo/issues
Project-URL: Changelog, https://raw.githubusercontent.com/zopefoundation/ZopeUndo/master/CHANGES.rst
Keywords: zope,zope5,undo
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope :: 5
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Dynamic: license-file

Overview
========

This package is used to support the Prefix object that Zope 2 uses for the
undo log. It is a separate package only to aid configuration management.

This package is included in Zope 2. It can be used in a ZEO server to allow
it to support Zope 2's undo log , without pulling in all of Zope 2.

Changelog
=========

6.1 (2026-03-02)
----------------

- Move package metadata from setup.py to pyproject.toml.

- Add support for Python 3.12, 3.13, 3.14.

- Drop support for Python 3.7, 3.8, 3.9.


6.0 (2023-05-17)
----------------

- Drop support for Python 2.7, 3.5, 3.6.

- Drop support for deprecated ``python setup.py test``.


5.0 (2022-12-08)
----------------

- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.

- Update PyPy version for Travis.

- Drop support for Python 3.4.


4.3 (2017-09-08)
----------------

- Add ``__ne__`` to the Prefix class.
  Fix a problem with undoLog/undoInfo filtering in ZODB.UndoLogCompatible

4.2 (2017-04-26)
----------------

- Add support for Python 3.6, drop support for Python 3.3.

4.1 (2016-04-03)
----------------

- Add compatibility with Python 3.4 and 3.5.

- Drop support for Python 2.6 and 3.2.

4.0 (2013-03-02)
----------------

- Add compatibility with Python 3.2 and 3.3. Note that the Prefix class
  only provides equality testing, but doesn't support ordering.

2.12.0 (2010-04-05)
-------------------

- Released as separate package.
