Metadata-Version: 2.4
Name: zope.minmax
Version: 4.0
Summary: Homogeneous values favoring maximum or minimum for ZODB conflict resolution
Home-page: https://zopeminmax.readthedocs.io
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.dev
License: ZPL-2.1
Keywords: zope3 zope zodb minimum maximum conflict resolution
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
License-File: LICENSE.txt
Requires-Dist: persistent
Requires-Dist: setuptools
Requires-Dist: zope.interface
Provides-Extra: test
Requires-Dist: zope.testrunner>=6.4; extra == "test"
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: repoze.sphinx.autointerface; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

===========
zope.minmax
===========

.. image:: https://img.shields.io/pypi/v/zope.minmax.svg
        :target: https://pypi.python.org/pypi/zope.minmax/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.minmax.svg
        :target: https://pypi.org/project/zope.minmax/
        :alt: Supported Python versions

.. image:: https://github.com/zopefoundation/zope.minmax/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.minmax/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.minmax/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.minmax?branch=master

.. image:: https://readthedocs.org/projects/zopeminmax/badge/?version=latest
        :target: https://zopeminmax.readthedocs.io/en/latest/
        :alt: Documentation Status

This package provides support for homogeneous values favoring maximum
or minimum (e.g., numbers) for ZODB conflict resolution.

See https://zopeminmax.readthedocs.io for a detailed description.


=========
 Changes
=========

4.0 (2025-09-12)
================

- Replace ``pkg_resources`` namespace with PEP 420 native namespace.


3.0 (2025-08-11)
================

- Add support for Python 3.11, 3.12, 3.13.

- Drop support for Python 2.7, 3.5, 3.6, 3.7, 3.8.


2.3 (2022-08-30)
================

- Drop support for Python 3.4.

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

- Make the ``AbstractValue`` class public in ``zope.minmax``. It was
  already documented to be public.


2.2.0 (2017-08-14)
==================

- Add support for Python 3.5 and 3.6.

- Drop support for Python 2.6 and 3.3.

- Bring unit test coverage to 100% (including branches).

- Convert doctests to Sphinx documentation, including building docs
  and running doctest snippets under ``tox``.

- Host documentation at https://zopeminmax.readthedocs.io

2.1.0 (2014-12-27)
==================

- Add support for PyPy3.

- Add support Python 3.4.


2.0.0 (2013-02-19)
==================

- Add support for Python 3.3 and PyPy.

- Replace deprecated ``zope.interface.implements`` usage with equivalent
  ``zope.interface.implementer`` decorator.

- Drop support for Python 2.4 and 2.5.


1.1.2 (2009-09-24)
==================

- Use the standard Python doctest module instead of the deprecated
  zope.testing.doctest.


1.1.1 (2009-09-09)
==================

- Fix homepage link and mailing list address.


1.1 (2007-10-02)
================

- Refactor package setup.


1.0 (2007-09-28)
================

- No further changes since 1.0b2


1.0b2 (2007-07-09)
==================

- Remove ``_p_independent`` method from ``AbstractValue`` class.


1.0b1 (2007-07-03)
==================

- Initial release.
