[Checkins] SVN: zope.security/tags/3.0.0/ 3.0.0.1: suppress inclusion of setup.cfg in sdist builds.

Tres Seaver tseaver at palladion.com
Fri Apr 14 20:29:38 EDT 2006


Log message for revision 66981:
  3.0.0.1:  suppress inclusion of setup.cfg in sdist builds.

Changed:
  U   zope.security/tags/3.0.0/CHANGES.txt
  A   zope.security/tags/3.0.0/MANIFEST.in
  U   zope.security/tags/3.0.0/setup.py

-=-
Modified: zope.security/tags/3.0.0/CHANGES.txt
===================================================================
--- zope.security/tags/3.0.0/CHANGES.txt	2006-04-15 00:27:34 UTC (rev 66980)
+++ zope.security/tags/3.0.0/CHANGES.txt	2006-04-15 00:29:37 UTC (rev 66981)
@@ -1,53 +1,11 @@
 zope.security Package Changelog
 ===============================
 
-zope.security version 3.2.0 (2006/01/05)
-----------------------------------------
+zope.security version 3.0.0.1 (2006/04/14)
+------------------------------------------
 
-- Corresponds to the verison of the zope.security package shipped as part of
-  the Zope 3.2.0 release.
+- Packaging change:  suppress inclusion of 'setup.cfg' in 'sdist' builds.
 
-- Removed deprecated helper functions, 'proxy.trustedRemoveSecurityProxy'
-  and 'proxy.getProxiedObject'.
-
-- Made handling of 'management.{end,restore}Interaction' more careful
-  w.r.t. edge cases.
-
-- Made behavior of 'canWrite' consistent with 'canAccess':  if 'canAccess'
-  does not raise 'ForbiddenAttribute', then neither will 'canWrite'.  See:
-  http://www.zope.org/Collectors/Zope3-dev/506
-
-- Code style / documentation / test fixes.
-
-zope.security version 3.1.0 (2005/10/03)
-----------------------------------------
-
-- Added support for use of the new Python 2.4 datatypes, 'set' and
-  'frozenset', within checked code.
-
-- C security proxy acquired a dependency on the 'proxy.h' header from the
-  'zope.proxy' package.
-  
-  XXX: the spelling of the '#include' is bizarre!  It seems to be related
-       to 'zpkg'-based builds, and should likely be revisited.  For the
-       moment, I have linked in the 'zope.proxy' package into our own
-       'include' directory.  See the subversion checkin:
-       http://svn.zope.org/Zope3/?rev=37882&view=rev
-
-- Updated checker to avoid re-proxying objects which have and explicit
-  '__Security_checker__' assigned.
-
-- Corresponds to the verison of the zope.security package shipped as part of
-  the Zope 3.1.0 release.
-
-- Clarified contract of 'IChecker' to indicate that its 'check*' methods
-  may raise only 'Forbidden' or 'Unauthorized' exceptions.
-
-- Added interfaces, ('IPrincipal', 'IGroupAwarePrincipal', 'IGroup', and
-  'IPermission') specifying contracts of components in the security framework.
-
-- Code style / documentation / test fixes.
-
 zope.security version 3.0.0 (2004/11/07)
 ----------------------------------------
 

Added: zope.security/tags/3.0.0/MANIFEST.in
===================================================================
--- zope.security/tags/3.0.0/MANIFEST.in	2006-04-15 00:27:34 UTC (rev 66980)
+++ zope.security/tags/3.0.0/MANIFEST.in	2006-04-15 00:29:37 UTC (rev 66981)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.security/tags/3.0.0/setup.py
===================================================================
--- zope.security/tags/3.0.0/setup.py	2006-04-15 00:27:34 UTC (rev 66980)
+++ zope.security/tags/3.0.0/setup.py	2006-04-15 00:29:37 UTC (rev 66981)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.security',
-      version='3.0.0',
+      version='3.0.0.1',
       url='http://svn.zope.org/zope.security/tags/3.0.0',
       license='ZPL 2.1',
       description='Zope3 Security Architecture',



More information about the Checkins mailing list