[Checkins] SVN: z3ext.formatter/tags/1.2.6/ release tag

Nikolay Kim fafhrd at datacom.kz
Wed Mar 11 04:41:55 EDT 2009


Log message for revision 97829:
  release tag

Changed:
  A   z3ext.formatter/tags/1.2.6/
  D   z3ext.formatter/tags/1.2.6/CHANGES.txt
  A   z3ext.formatter/tags/1.2.6/CHANGES.txt
  D   z3ext.formatter/tags/1.2.6/buildout.cfg
  A   z3ext.formatter/tags/1.2.6/buildout.cfg
  U   z3ext.formatter/tags/1.2.6/setup.py
  D   z3ext.formatter/tags/1.2.6/tests.cfg
  D   z3ext.formatter/tags/1.2.6/zope34.cfg

-=-
Deleted: z3ext.formatter/tags/1.2.6/CHANGES.txt
===================================================================
--- z3ext.formatter/trunk/CHANGES.txt	2009-03-11 02:16:33 UTC (rev 97820)
+++ z3ext.formatter/tags/1.2.6/CHANGES.txt	2009-03-11 08:41:54 UTC (rev 97829)
@@ -1,77 +0,0 @@
-=======
-CHANGES
-=======
-
-1.2.6 (Unreleased)
-------------------
-
-- Added 'human' datetime formatter (XX minute(s) ago)
-
-- Do not show seconds for fancyDatetime fomratter
-
-
-1.2.5 (2008-11-23)
-------------------
-
-- z3ext.controlpanel is optional
-
-- Added buildout for testing against zope3.4
-
-1.2.4 (2008-10-21)
-------------------
-
-- Fixed russian translation
-
-- nl translation updated
-
-
-1.2.3 (2008-10-20)
-------------------
-
-- Added translations: nl, ru
-
-
-1.2.2 (2008-10-10)
-------------------
-
-- Use new i18n domain z3ext.formatter
-
-
-1.2.1 (2008-05-16)
-------------------
-
-- Replace 'autoinclude' with 'includeDependendcies'
-
-
-1.2.0 (2008-03-25)
-------------------
-
-- Use z3c.autoinclude
-
-- Code moved to svn.zope.org
-
-
-1.1.2 (2008-03-06)
-------------------
-
-- Fixed bug in fancyDatetime formatter
-
-
-1.1.1 (2008-02-05)
-------------------
-
-- Added 'Timezones' vocabulary
-
-- Cleanup code
-
-
-1.1.0 (2007-12-21)
-------------------
-
-- Added controlpanel configlet
-
-
-1.0.0 (2007-12-07)
-------------------
-
-- Initial release.

Copied: z3ext.formatter/tags/1.2.6/CHANGES.txt (from rev 97828, z3ext.formatter/trunk/CHANGES.txt)
===================================================================
--- z3ext.formatter/tags/1.2.6/CHANGES.txt	                        (rev 0)
+++ z3ext.formatter/tags/1.2.6/CHANGES.txt	2009-03-11 08:41:54 UTC (rev 97829)
@@ -0,0 +1,79 @@
+=======
+CHANGES
+=======
+
+1.2.6 (2009-03-11)
+------------------
+
+- Added 'human' datetime formatter (XX minute(s) ago)
+
+- Do not show seconds for fancyDatetime fomratter
+
+- Fixed multple usage of one fancyDatetime formatter
+
+
+1.2.5 (2008-11-23)
+------------------
+
+- z3ext.controlpanel is optional
+
+- Added buildout for testing against zope3.4
+
+1.2.4 (2008-10-21)
+------------------
+
+- Fixed russian translation
+
+- nl translation updated
+
+
+1.2.3 (2008-10-20)
+------------------
+
+- Added translations: nl, ru
+
+
+1.2.2 (2008-10-10)
+------------------
+
+- Use new i18n domain z3ext.formatter
+
+
+1.2.1 (2008-05-16)
+------------------
+
+- Replace 'autoinclude' with 'includeDependendcies'
+
+
+1.2.0 (2008-03-25)
+------------------
+
+- Use z3c.autoinclude
+
+- Code moved to svn.zope.org
+
+
+1.1.2 (2008-03-06)
+------------------
+
+- Fixed bug in fancyDatetime formatter
+
+
+1.1.1 (2008-02-05)
+------------------
+
+- Added 'Timezones' vocabulary
+
+- Cleanup code
+
+
+1.1.0 (2007-12-21)
+------------------
+
+- Added controlpanel configlet
+
+
+1.0.0 (2007-12-07)
+------------------
+
+- Initial release.

Deleted: z3ext.formatter/tags/1.2.6/buildout.cfg
===================================================================
--- z3ext.formatter/trunk/buildout.cfg	2009-03-11 02:16:33 UTC (rev 97820)
+++ z3ext.formatter/tags/1.2.6/buildout.cfg	2009-03-11 08:41:54 UTC (rev 97829)
@@ -1,45 +0,0 @@
-[buildout]
-develop = .
-extends = tests.cfg
-parts = test coverage-test coverage-report i18n i18nall i18ncheck i18ndude
-
-[i18n]
-recipe = z3c.recipe.i18n:i18n
-packages = z3ext.formatter
-domain = z3ext.formatter
-output = ${buildout:directory}/src/z3ext/formatter/locales
-eggs = z3ext.formatter [test]
-zcml =
-  <configure i18n_domain="zope"
-             xmlns:zcml="http://namespaces.zope.org/zcml"
-             xmlns:browser="http://namespaces.zope.org/browser">
-    <include package="zope.component" file="meta.zcml" />
-    <include package="zope.securitypolicy" file="meta.zcml" />
-    <include package="zope.app.component" file="meta.zcml" />
-    <include package="zope.app.security" file="meta.zcml" />
-    <include package="zope.app.pagetemplate" file="meta.zcml" />
-
-    <include package="zope.securitypolicy" />
-    <include package="zope.app.security" />
-    <include package="zope.app.zcmlfiles" />
-    <include package="zope.app.authentication" />
-
-    <include package="z3c.autoinclude" file="meta.zcml" />
-    <include package="z3ext.controlpanel" />
-    <include package="z3ext.formatter" />
-  </configure>
-
-[i18nall]
-recipe = buildout_script
-template_dir = ${buildout:directory}/scripts/
-template = i18nall.in
-
-[i18ncheck]
-recipe = buildout_script
-template_dir = ${buildout:directory}/scripts/
-template = i18ncheck.in
-
-[i18ndude]
-unzip = true
-recipe = zc.recipe.egg
-eggs = i18ndude

Copied: z3ext.formatter/tags/1.2.6/buildout.cfg (from rev 97828, z3ext.formatter/trunk/buildout.cfg)
===================================================================
--- z3ext.formatter/tags/1.2.6/buildout.cfg	                        (rev 0)
+++ z3ext.formatter/tags/1.2.6/buildout.cfg	2009-03-11 08:41:54 UTC (rev 97829)
@@ -0,0 +1,59 @@
+[buildout]
+develop = .
+parts = test coverage-test coverage-report i18n i18nall i18ncheck i18ndude
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = z3ext.formatter [test]
+
+[coverage-test]
+recipe = zc.recipe.testrunner
+eggs = z3ext.formatter [test]
+defaults = ['--coverage', '../../coverage']
+
+[coverage-report]
+recipe = zc.recipe.egg
+eggs = z3c.coverage
+scripts = coverage=coverage-report
+arguments = ('coverage', 'coverage/report')
+
+[i18n]
+recipe = z3c.recipe.i18n:i18n
+packages = z3ext.formatter
+domain = z3ext.formatter
+output = ${buildout:directory}/src/z3ext/formatter/locales
+eggs = z3ext.formatter [test]
+zcml =
+  <configure i18n_domain="zope"
+             xmlns:zcml="http://namespaces.zope.org/zcml"
+             xmlns:browser="http://namespaces.zope.org/browser">
+    <include package="zope.component" file="meta.zcml" />
+    <include package="zope.securitypolicy" file="meta.zcml" />
+    <include package="zope.app.component" file="meta.zcml" />
+    <include package="zope.app.security" file="meta.zcml" />
+    <include package="zope.app.pagetemplate" file="meta.zcml" />
+
+    <include package="zope.securitypolicy" />
+    <include package="zope.app.security" />
+    <include package="zope.app.zcmlfiles" />
+    <include package="zope.app.authentication" />
+
+    <include package="z3c.autoinclude" file="meta.zcml" />
+    <include package="z3ext.controlpanel" />
+    <include package="z3ext.formatter" />
+  </configure>
+
+[i18nall]
+recipe = buildout_script
+template_dir = ${buildout:directory}/scripts/
+template = i18nall.in
+
+[i18ncheck]
+recipe = buildout_script
+template_dir = ${buildout:directory}/scripts/
+template = i18ncheck.in
+
+[i18ndude]
+unzip = true
+recipe = zc.recipe.egg
+eggs = i18ndude

Modified: z3ext.formatter/tags/1.2.6/setup.py
===================================================================
--- z3ext.formatter/trunk/setup.py	2009-03-11 02:16:33 UTC (rev 97820)
+++ z3ext.formatter/tags/1.2.6/setup.py	2009-03-11 08:41:54 UTC (rev 97829)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.2.6dev'
+version = '1.2.6'
 
 
 setup(name='z3ext.formatter',

Deleted: z3ext.formatter/tags/1.2.6/tests.cfg
===================================================================
--- z3ext.formatter/trunk/tests.cfg	2009-03-11 02:16:33 UTC (rev 97820)
+++ z3ext.formatter/tags/1.2.6/tests.cfg	2009-03-11 08:41:54 UTC (rev 97829)
@@ -1,14 +0,0 @@
-[test]
-recipe = zc.recipe.testrunner
-eggs = z3ext.formatter [test]
-
-[coverage-test]
-recipe = zc.recipe.testrunner
-eggs = z3ext.formatter [test]
-defaults = ['--coverage', '../../coverage']
-
-[coverage-report]
-recipe = zc.recipe.egg
-eggs = z3c.coverage
-scripts = coverage=coverage-report
-arguments = ('coverage', 'coverage/report')

Deleted: z3ext.formatter/tags/1.2.6/zope34.cfg
===================================================================
--- z3ext.formatter/trunk/zope34.cfg	2009-03-11 02:16:33 UTC (rev 97820)
+++ z3ext.formatter/tags/1.2.6/zope34.cfg	2009-03-11 08:41:54 UTC (rev 97829)
@@ -1,9 +0,0 @@
-[buildout]
-develop = .
-parts = test coverage-test coverage-report
-versions = versions
-extends = tests.cfg
-	  http://download.zope.org/zope3.4/versions-3.4.0c7.cfg
-
-[versions]
-z3c.zrtresource = 1.1.0



More information about the Checkins mailing list