[Checkins] SVN: zope.app.principalannotation/trunk/ cleaned up dependencies, removing the one on zope.app.publisher

Thomas Lotze tl at gocept.com
Thu Oct 8 02:36:21 EDT 2009


Log message for revision 104908:
  cleaned up dependencies, removing the one on zope.app.publisher

Changed:
  U   zope.app.principalannotation/trunk/CHANGES.txt
  U   zope.app.principalannotation/trunk/setup.py

-=-
Modified: zope.app.principalannotation/trunk/CHANGES.txt
===================================================================
--- zope.app.principalannotation/trunk/CHANGES.txt	2009-10-08 06:24:57 UTC (rev 104907)
+++ zope.app.principalannotation/trunk/CHANGES.txt	2009-10-08 06:36:21 UTC (rev 104908)
@@ -2,13 +2,16 @@
 CHANGES
 =======
 
-3.6.2 (unreleased)
+3.7.0 (unreleased)
 ------------------
 
 - Depend on new ``zope.processlifetime`` interfaces instead of using
   BBB imports from ``zope.app.appsetup``.
 
+- Removed unneeded dependency on zope.app.publisher, added the missing one on
+  transaction.
 
+
 3.6.1 (2009-03-31)
 ------------------
 

Modified: zope.app.principalannotation/trunk/setup.py
===================================================================
--- zope.app.principalannotation/trunk/setup.py	2009-10-08 06:24:57 UTC (rev 104907)
+++ zope.app.principalannotation/trunk/setup.py	2009-10-08 06:36:21 UTC (rev 104908)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.principalannotation',
-      version = '3.6.2 dev',
+      version = '3.7.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Bootstrap subscriber and browser menu item for zope.principalannotation',
@@ -54,9 +54,9 @@
       namespace_packages=['zope', 'zope.app'],
       extras_require = dict(test=['zope.testing']),
       install_requires=['setuptools',
+                        'transaction',
                         'zope.app.appsetup >= 3.11.0',
                         'zope.processlifetime',
-                        'zope.app.publisher',
                         'zope.principalannotation',
                         ],
       include_package_data = True,



More information about the checkins mailing list