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

Tres Seaver tseaver at palladion.com
Fri Apr 14 19:59:44 EDT 2006


Log message for revision 66963:
  3.0.0.2:  suppress inclusion of setup.cfg in sdist builds.

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

-=-
Modified: zope.i18n/tags/3.0.0/CHANGES.txt
===================================================================
--- zope.i18n/tags/3.0.0/CHANGES.txt	2006-04-14 23:54:25 UTC (rev 66962)
+++ zope.i18n/tags/3.0.0/CHANGES.txt	2006-04-14 23:59:43 UTC (rev 66963)
@@ -1,22 +1,16 @@
 zope.i18n Package Changelog
 ===========================
 
-zope.i18n version 3.2.0 (2006/01/05)
-------------------------------------
+zope.i18n version 3.0.0.2 (2006/04/14)
+--------------------------------------
 
-- Corresponds to the verison of the zope.i18n package shipped as part of
-  the Zope 3.2.0 release.
+- Packaging change:  suppress inclusion of 'setup.cfg' in 'sdist' builds.
 
-- Added a picklable offset-based timezone to 'pytz', a la
-  'zope.app.datetimeutils'.  Added tests in 'zope.i18n' to show that we
-  need something like it, and then actually use it in 'zope.18n.format'.
+zope.i18n version 3.0.0.1 (2006/04/04)
+--------------------------------------
 
-- Added support for parsing / formatting timezones using 'pytz' (new
-  external dependency).
+- Fix packaging bug:  include 'interfaces', 'locales', 'tests' subpackages.
 
-- Implemented remaining date/time formatters, including adding week
-  information to the calendar.
-
 zope.i18n version 3.0.0 (2004/11/07)
 ------------------------------------
 

Added: zope.i18n/tags/3.0.0/MANIFEST.in
===================================================================
--- zope.i18n/tags/3.0.0/MANIFEST.in	2006-04-14 23:54:25 UTC (rev 66962)
+++ zope.i18n/tags/3.0.0/MANIFEST.in	2006-04-14 23:59:43 UTC (rev 66963)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.i18n/tags/3.0.0/setup.py
===================================================================
--- zope.i18n/tags/3.0.0/setup.py	2006-04-14 23:54:25 UTC (rev 66962)
+++ zope.i18n/tags/3.0.0/setup.py	2006-04-14 23:59:43 UTC (rev 66963)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.i18n',
-      version='3.0.0.1',
+      version='3.0.0.2',
       url='http://svn.zope.org/zope.i18n/tags/3.0.0',
       license='ZPL 2.1',
       description='Zope3 Internationalization Support',



More information about the Checkins mailing list