[Checkins] SVN: zope.tales/trunk/ Prepare for historical releases.

Tres Seaver tseaver at palladion.com
Tue Apr 4 23:53:32 EDT 2006


Log message for revision 66478:
  Prepare for historical releases.

Changed:
  A   zope.tales/trunk/CHANGES.txt
  U   zope.tales/trunk/INSTALL.txt
  A   zope.tales/trunk/README.txt
  U   zope.tales/trunk/setup.py

-=-
Added: zope.tales/trunk/CHANGES.txt
===================================================================
--- zope.tales/trunk/CHANGES.txt	2006-04-05 03:42:00 UTC (rev 66477)
+++ zope.tales/trunk/CHANGES.txt	2006-04-05 03:53:31 UTC (rev 66478)
@@ -0,0 +1,16 @@
+zope.tales Package Changelog
+============================
+
+zope.tales version 3.2.0 (2006/01/05)
+-------------------------------------
+
+- Corresponds to the verison of the zope.tales package shipped as part of
+  the Zope 3.2.0 release.
+
+- Documentation / test fixes.
+
+zope.tales version 3.0.0 (2004/11/07)
+-------------------------------------
+
+- Corresponds to the verison of the zope.tales package shipped as part of
+  the Zope X3.0.0 release.


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

Modified: zope.tales/trunk/INSTALL.txt
===================================================================
--- zope.tales/trunk/INSTALL.txt	2006-04-05 03:42:00 UTC (rev 66477)
+++ zope.tales/trunk/INSTALL.txt	2006-04-05 03:53:31 UTC (rev 66478)
@@ -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-tales
+  $ /path/to/easy_install --find-links="...." -eb src zope.tales
   $ cd src/zope.tales
   $ /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-tales
+  $ /path/to/easy_install --find-links="...." zope.tales
 
 

Added: zope.tales/trunk/README.txt
===================================================================
--- zope.tales/trunk/README.txt	2006-04-05 03:42:00 UTC (rev 66477)
+++ zope.tales/trunk/README.txt	2006-04-05 03:53:31 UTC (rev 66478)
@@ -0,0 +1,39 @@
+zope.tales Package Readme
+=========================
+
+Overview
+--------
+
+Template Attribute Language - Expression Syntax
+
+See http://www.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3
+
+Changes
+-------
+
+See CHANGES.txt.
+
+Installation
+------------
+
+See INSTALL.txt.
+
+
+Developer Resources
+-------------------
+
+- Subversion browser:
+
+  http://svn.zope.org/zope.tales/
+
+- Read-only Subversion checkout:
+
+  $ svn co svn://svn.zope.org/repos/main/zope.tales/trunk
+
+- Writable Subversion checkout:
+
+  $ svn co svn://svn.zope.org/repos/main/zope.tales/trunk
+
+- Note that the 'src/zope/tales' 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.tales/trunk/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.tales/trunk/setup.py
===================================================================
--- zope.tales/trunk/setup.py	2006-04-05 03:42:00 UTC (rev 66477)
+++ zope.tales/trunk/setup.py	2006-04-05 03:53:31 UTC (rev 66478)
@@ -26,7 +26,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.tales',
-      version='3.0',
+      version='1.0',
 
       url='http://svn.zope.org/zope.tales',
       license='ZPL 2.1',
@@ -34,7 +34,6 @@
                   '(TALES)',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      long_description='',
 
       packages=['zope', 'zope.tales'],
       package_dir = {'': os.path.join(os.path.dirname(__file__), 'src')},



More information about the Checkins mailing list