[Checkins] SVN: zope.i18n/trunk/ Release engineering.

Tres Seaver tseaver at palladion.com
Tue Apr 4 14:04:16 EDT 2006


Log message for revision 66421:
  Release engineering.

Changed:
  A   zope.i18n/trunk/CHANGES.txt
  U   zope.i18n/trunk/INSTALL.txt
  A   zope.i18n/trunk/README.txt

-=-
Added: zope.i18n/trunk/CHANGES.txt
===================================================================
--- zope.i18n/trunk/CHANGES.txt	2006-04-04 17:44:26 UTC (rev 66420)
+++ zope.i18n/trunk/CHANGES.txt	2006-04-04 18:04:16 UTC (rev 66421)
@@ -0,0 +1,24 @@
+zope.i18n Package Changelog
+===========================
+
+zope.i18n version 3.2.0 (2006/01/05)
+------------------------------------
+
+- Corresponds to the verison of the zope.i18n package shipped as part of
+  the Zope 3.2.0 release.
+
+- 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'.
+
+- Added support for parsing / formatting timezones using 'pytz' (new
+  external dependency).
+
+- Implemented remaining date/time formatters, including adding week
+  information to the calendar.
+
+zope.i18n version 3.0.0 (2004/11/07)
+------------------------------------
+
+- Corresponds to the verison of the zope.i18n package shipped as part of
+  the Zope X3.0.0 release.


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

Modified: zope.i18n/trunk/INSTALL.txt
===================================================================
--- zope.i18n/trunk/INSTALL.txt	2006-04-04 17:44:26 UTC (rev 66420)
+++ zope.i18n/trunk/INSTALL.txt	2006-04-04 18:04:16 UTC (rev 66421)
@@ -52,7 +52,7 @@
 and have it install the "testing dependencies."  Today, the workaround
 is to install it manually:
 
-  $ /path/to/easy_install --find-links="...." zope-testing
+  $ /path/to/easy_install --find-links="...." zope.testing
 
 You can then run the tests (finally) from the checkout directory:
 
@@ -67,7 +67,7 @@
 
 You can also install it from a source distribution:
 
-  $ /path/to/easy_install --find-links="...." -eb src zope-i18n
+  $ /path/to/easy_install --find-links="...." -eb src zope.i18n
   $ cd src/zope.i18n
   $ /path/to/your/python setup.py devel
 
@@ -78,6 +78,6 @@
 Install the package as a "binary egg" (which also installs its "hard"
 dependencies):
 
-  $ /path/to/easy_install --find-links="...." zope-i18n
+  $ /path/to/easy_install --find-links="...." zope.i18n
 
 

Added: zope.i18n/trunk/README.txt
===================================================================
--- zope.i18n/trunk/README.txt	2006-04-04 17:44:26 UTC (rev 66420)
+++ zope.i18n/trunk/README.txt	2006-04-04 18:04:16 UTC (rev 66421)
@@ -0,0 +1,37 @@
+zope.i18n Package Readme
+========================
+
+Overview
+--------
+
+Lorem ipsum delorem.
+
+Changes
+-------
+
+See CHANGES.txt.
+
+Installation
+------------
+
+See INSTALL.txt.
+
+
+Developer Resources
+-------------------
+
+- Subversion browser:
+
+  http://svn.zope.org/zope.i18n/
+
+- Read-only Subversion checkout:
+
+  $ svn co svn://svn.zope.org/repos/main/zope.i18n/trunk
+
+- Writable Subversion checkout:
+
+  $ svn co svn://svn.zope.org/repos/main/zope.i18n/trunk
+
+- Note that the 'src/zope/i18n' package is acutally a 'svn:externals'
+  link to the corresponding package in the Zope3 trunk (or to a specific tag,
+  for released versions of the package).


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



More information about the Checkins mailing list