[Checkins] SVN: zope.exceptions/trunk/ Removed superfluous dependency on zope.deprecation.

Christian Theune ct at gocept.com
Wed Aug 8 07:45:38 EDT 2007


Log message for revision 78692:
  Removed superfluous dependency on zope.deprecation.
  --This line, and those below, will be ignored--
  
  AM   CHANGES.txt
  M    setup.py
  

Changed:
  A   zope.exceptions/trunk/CHANGES.txt
  U   zope.exceptions/trunk/setup.py

-=-
Added: zope.exceptions/trunk/CHANGES.txt
===================================================================
--- zope.exceptions/trunk/CHANGES.txt	                        (rev 0)
+++ zope.exceptions/trunk/CHANGES.txt	2007-08-08 11:45:38 UTC (rev 78692)
@@ -0,0 +1,15 @@
+=======
+Changes
+=======
+
+After 3.4.0b1
+=============
+
+  - Removed superfluous dependency on zope.deprecation.
+
+Before 3.4
+==========
+
+This package was part of the Zope 3 distribution and did not have its own
+CHANGES.txt. For earlier changes please refer to either our subversion log or
+the CHANGES.txt of earlier Zope 3 releases.


Property changes on: zope.exceptions/trunk/CHANGES.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.exceptions/trunk/setup.py
===================================================================
--- zope.exceptions/trunk/setup.py	2007-08-08 11:43:04 UTC (rev 78691)
+++ zope.exceptions/trunk/setup.py	2007-08-08 11:45:38 UTC (rev 78692)
@@ -35,7 +35,6 @@
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
       install_requires=['setuptools',
-                        'zope.deprecation',
                         'zope.interface',
                        ],
       include_package_data = True,



More information about the Checkins mailing list