[Checkins] SVN: zope.proxy/tags/3.2.0/ 3.2.0.2: suppress inclusion of setup.cfg in sdist builds.

Tres Seaver tseaver at palladion.com
Fri Apr 14 20:21:37 EDT 2006


Log message for revision 66976:
  3.2.0.2:  suppress inclusion of setup.cfg in sdist builds.

Changed:
  U   zope.proxy/tags/3.2.0/CHANGES.txt
  A   zope.proxy/tags/3.2.0/MANIFEST.in
  U   zope.proxy/tags/3.2.0/setup.py

-=-
Modified: zope.proxy/tags/3.2.0/CHANGES.txt
===================================================================
--- zope.proxy/tags/3.2.0/CHANGES.txt	2006-04-15 00:18:44 UTC (rev 66975)
+++ zope.proxy/tags/3.2.0/CHANGES.txt	2006-04-15 00:21:34 UTC (rev 66976)
@@ -1,6 +1,16 @@
 zope.proxy Package Changelog
 ============================
 
+zope.proxy version 3.2.0.1 (2006/04/04)
+---------------------------------------
+
+- Packaging change:  suppress inclusion of 'setup.cfg' in 'sdist' builds.
+
+zope.proxy version 3.2.0.1 (2006/04/04)
+---------------------------------------
+
+- Fix packaging bug:  include headers for extension module.
+
 zope.proxy version 3.2.0 (2006/01/05)
 -------------------------------------
 

Added: zope.proxy/tags/3.2.0/MANIFEST.in
===================================================================
--- zope.proxy/tags/3.2.0/MANIFEST.in	2006-04-15 00:18:44 UTC (rev 66975)
+++ zope.proxy/tags/3.2.0/MANIFEST.in	2006-04-15 00:21:34 UTC (rev 66976)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.proxy/tags/3.2.0/setup.py
===================================================================
--- zope.proxy/tags/3.2.0/setup.py	2006-04-15 00:18:44 UTC (rev 66975)
+++ zope.proxy/tags/3.2.0/setup.py	2006-04-15 00:21:34 UTC (rev 66976)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.proxy',
-      version='3.2.0.1',
+      version='3.2.0.2',
       url='http://svn.zope.org/zope.proxy/tags/3.2.0',
       license='ZPL 2.1',
       description='Zope Proxies',



More information about the Checkins mailing list