Skip to content

Commit

Permalink
Garden documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 8, 2019
1 parent 58d8eae commit a216c3b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 47 deletions.
53 changes: 10 additions & 43 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,60 +1,27 @@
Changelog
=========

3.0b5 (unreleased)
------------------
3.0 (unreleased)
----------------

- Drop support for Python 3.4.
Changes since 2.13.2:

- Add support for Python 3.8a3.
- Add support for Python 3.5, 3.6, 3.7 and 3.8a3.


3.0b4 (2018-10-05)
------------------

- Add Support for Python 3.7.

3.0b3 (2018-04-12)
------------------
- Drop support for Python 2.6.

- 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.
- Fix for compilers that only support C89 syntax (e.g. on Windows).

- Update included `ExtensionClass.h` header file.
- Ensure our dependencies match our expectations about C extensions.
(`#4 <https://github.com/zopefoundation/Persistence/issues/4>`_)

3.0a3 (2017-02-02)
------------------
- Update ExtensionClass and persistent headers.

- 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__`.
- Add AppVeyor configuration to automate building Windows eggs.

2.13.2 (2010-06-16)
-------------------
Expand Down
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ 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).
ExtensionClass_. Unless you need ExtensionClass_ semantics, you probably want to
use ``persistent.Persistent`` from the persistent_ distribution (formerly in ZODB3).

.. _ExtensionClass : https://pypi.org/project/ExtensionClass/
.. _persistent : https://pypi.org/project/persistent/
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
include_dirs=['include', 'src']),
]

version = '3.0b5.dev0'
version = '3.0.dev0'

setup(
name='Persistence',
Expand All @@ -35,7 +35,8 @@
classifiers=[
"Development Status :: 6 - Mature",
"Environment :: Web Environment",
"Framework :: Zope2",
"Framework :: Zope",
"Framework :: Zope :: 4",
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
"Programming Language :: Python",
Expand Down

0 comments on commit a216c3b

Please sign in to comment.