Skip to content

Commit

Permalink
Remove include of zope.app.zopeappgenerations that is not useful …
Browse files Browse the repository at this point in the history
…unless

upgrading a database older than Zope 3.4.  This cuts the last dependency on
``zope.app.authentication`` from the ZTK.
  • Loading branch information
menesis committed Jan 20, 2012
1 parent 536f8a9 commit 6c9221d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
@@ -1,10 +1,12 @@
Change History
==============

3.7.2 (unreleased)
3.8.0 (unreleased)
------------------

- Nothing changed yet.
- Remove include of ``zope.app.zopeappgenerations`` that is not useful unless
upgrading a database older than Zope 3.4. This cuts the last dependency on
``zope.app.authentication`` from the ZTK.


3.7.1 (2011-07-26)
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -37,7 +37,7 @@ def read(*rnames):

setup(
name='zope.app.zcmlfiles',
version='3.7.2dev',
version='3.8.0dev',
url='http://pypi.python.org/pypi/zope.app.zcmlfiles',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
Expand Down Expand Up @@ -98,7 +98,6 @@ def read(*rnames):
'zope.app.schema',
'zope.app.security',
'zope.app.wsgi',
'zope.app.zopeappgenerations',
],
zip_safe=False,
)
1 change: 0 additions & 1 deletion src/zope/app/zcmlfiles/configure.zcml
Expand Up @@ -50,7 +50,6 @@

<!-- Database boostrapping and maintanance -->
<include package="zope.app.appsetup" />
<include package="zope.app.zopeappgenerations" />

<!-- Services -->
<include package="zope.app.principalannotation" />
Expand Down

0 comments on commit 6c9221d

Please sign in to comment.