[Checkins] SVN: zope.i18n/trunk/ Adjust the meta-data for the release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 2 20:30:57 EDT 2007


Log message for revision 80516:
  Adjust the meta-data for the release.
  

Changed:
  U   zope.i18n/trunk/CHANGES.txt
  U   zope.i18n/trunk/README.txt
  U   zope.i18n/trunk/setup.py

-=-
Modified: zope.i18n/trunk/CHANGES.txt
===================================================================
--- zope.i18n/trunk/CHANGES.txt	2007-10-02 18:15:52 UTC (rev 80515)
+++ zope.i18n/trunk/CHANGES.txt	2007-10-03 00:30:53 UTC (rev 80516)
@@ -1,35 +1,46 @@
-zope.i18n package changelog
-===========================
+=======
+CHANGES
+=======
 
-3.4.0b5 - (8/15/2007)
----------------------
+3.4.0 (2007-10-02)
+------------------
 
-- Bug: Fixed dependency on zope.component to require it with the 'zcml' extra
-  instead of requiring zope.security directly.
+- Updated meta-data. No code changes.
 
-3.4.0b4 - (7/19/2007)
----------------------
 
+3.4.0b5 (2007-08-15)
+--------------------
+
+- Bug: Fixed dependency on ``zope.component`` to require it with the 'zcml'
+  extra instead of requiring ``zope.security`` directly.
+
+
+3.4.0b4 (2007-07-19)
+--------------------
+
 - Bug: Number parsing was too forgiving, allowing non-numerical and/or
   formatting characters before, after and within the number. The parsing is
   more strict now.
 
-3.4.0b3 - (6/28/2007)
----------------------
 
+3.4.0b3 (2007-06-28)
+--------------------
+
 - Bug: There was a bug in the parser that if no decimal place is given
   you still had to type the decimal symbol. Corrected this problem (one
   character ;-) and provided a test.
 
-3.4.0b2 - (6/25/2007)
----------------------
 
+3.4.0b2 (2007-06-25)
+--------------------
+
 - Feature: Added ability to change the output type when parsing a
   number.
 
-3.4.0b1
--------
 
+3.4.0b1 (?)
+-----------
+
 - Bug: Fixed dependency on ``zope.security`` to require a version that
   does not have the hidden dependency on ``zope.testing``.
 
@@ -38,7 +49,7 @@
 packages. The changes can be reconstructed from the Zope 3 changelog.
 
 
-3.2.0 - 2006/01/05
+3.2.0 (2006-01-05)
 ------------------
 
 - Corresponds to the verison of the zope.i18n package shipped as part of the
@@ -55,7 +66,7 @@
   information to the calendar.
 
 
-3.0.0 - 2004/11/07
+3.0.0 (2004-11-07)
 ------------------
 
 - Corresponds to the version of the zope.i18n package shipped as part of

Modified: zope.i18n/trunk/README.txt
===================================================================
--- zope.i18n/trunk/README.txt	2007-10-02 18:15:52 UTC (rev 80515)
+++ zope.i18n/trunk/README.txt	2007-10-03 00:30:53 UTC (rev 80516)
@@ -1,3 +1,6 @@
+Zope3 Internationalization Support
+==================================
+
 This package implements several APIs related to internationalization and
 localization.
 

Modified: zope.i18n/trunk/setup.py
===================================================================
--- zope.i18n/trunk/setup.py	2007-10-02 18:15:52 UTC (rev 80515)
+++ zope.i18n/trunk/setup.py	2007-10-03 00:30:53 UTC (rev 80516)
@@ -24,7 +24,7 @@
 
 setup(
     name='zope.i18n',
-    version = '3.4.0b5',
+    version = '3.4.0',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description='Zope3 Internationalization Support',
@@ -37,7 +37,7 @@
     keywords=('zope3 internationalization localization i18n l10n '
               'gettext ICU locale'),
     classifiers = [
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
@@ -46,7 +46,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url='http://svn.zope.org/zope.i18n',
+    url='http://cheeseshop.python.org/pypi/zope.i18n',
     packages=find_packages('src'),
     package_dir = {'': 'src'},
     namespace_packages=['zope',],
@@ -58,4 +58,4 @@
                       ],
     include_package_data = True,
     zip_safe = False,
-      )
+    )



More information about the Checkins mailing list