Skip to content

Commit

Permalink
ReST fixups.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 27, 2014
1 parent c7a378d commit 2976705
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 22 deletions.
41 changes: 21 additions & 20 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
``zope.lifecycleevent`` Changelog
=================================
Changes
=======

4.0.4 (unreleased)
------------------

- Nothing changed yet.
- TBD


4.0.3 (2013-09-12)
------------------

- Dropped the dependency on ``zope.component`` as the interface and
- Drop the dependency on ``zope.component`` as the interface and
implementation of ``ObjectEvent`` is now in ``zope.interface``.
Retained the dependency for the tests.

- Fixed: ``.moved`` tried to notify the wrong event.
- Fix: ``.moved`` tried to notify the wrong event.


4.0.2 (2013-03-08)
Expand All @@ -26,59 +26,60 @@
4.0.1 (2013-02-11)
------------------

- Added `tox.ini`.
- Add `tox.ini`.


4.0.0 (2013-02-11)
------------------

- Test coverage at 100%.

- Added support for Python 3.3 and PyPy.
- Add support for Python 3.3 and PyPy.

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

- Dropped support for Python 2.4 and 2.5.
- Drop support for Python 2.4 and 2.5.


3.7.0 (2011-03-17)
------------------

- Added convenience functions to parallel zope.lifecycleevent.modified
- Add convenience functions to parallel ``zope.lifecycleevent.modified``
for the other events defined in this package.


3.6.2 (2010-09-25)
------------------

- Added not declared, but needed test dependency on `zope.component [test]`.
- Add not declared, but needed test dependency on ``zope.component [test]``.

3.6.1 (2010-04-30)
------------------

- Removed dependency on undeclared zope.testing.doctest.
- Remove dependency on undeclared ``zope.testing.doctest``.

3.6.0 (2009-12-29)
------------------

- Refactor tests to loose zope.annotation and zope.dublincore as dependencies.
- Refactor tests to lose ``zope.annotation`` and ``zope.dublincore`` as
dependencies.

3.5.2 (2009-05-17)
------------------

- ``IObjectMovedEvent``, ``IObjectAddedEvent``,
- Copy ``IObjectMovedEvent``, ``IObjectAddedEvent``,
``IObjectRemovedEvent`` interfaces and ``ObjectMovedEvent``,
``ObjectAddedEvent`` and ``ObjectRemovedEvent`` classes copied here
from zope.container (plus tests). The intent is to allow packages
``ObjectAddedEvent`` and ``ObjectRemovedEvent`` classes here
from ``zope.container`` (plus tests). The intent is to allow packages
that rely on these interfaces or the event classes to rely on
zope.lifecycleevent (which has few dependencies) instead of
zope.container (which has many).
``zope.lifecycleevent`` (which has few dependencies) instead of
``zope.container`` (which has many).

3.5.1 (2009-03-09)
------------------

- Remove deprecated code and thus remove dependency on zope.deferredimport.
- Remove deprecated code and therefore dependency on ``zope.deferredimport``.

- Change package's mailing list address to zope-dev at zope.org, as
zope3-dev at zope.org is now retired.
Expand All @@ -90,7 +91,7 @@

- Remove old module declarations from classes.

- Use zope.container instead of zope.app.container.
- Use ``zope.container`` instead of ``zope.app.container``.

3.4.0 (2007-09-01)
------------------
Expand Down
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
See src/zope/lifecycleevent/README.txt.
``zope.lifecycleevent``
=======================

Event classes used to notify interested parties (e.g., registries, catalogs,
or containers) about creation, destruction, or change of location of objects.

See ``src/zope/lifecycleevent/README.txt``.
1 change: 0 additions & 1 deletion src/zope/lifecycleevent/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
=================
Life-cycle events
=================

Expand Down

0 comments on commit 2976705

Please sign in to comment.