[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst updated

2009-02-26 Thread Andreas Jung
Log message for revision 97283:
  updated
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===
--- Zope/trunk/doc/CHANGES.rst  2009-02-26 08:11:21 UTC (rev 97282)
+++ Zope/trunk/doc/CHANGES.rst  2009-02-26 09:48:10 UTC (rev 97283)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found in the
 file HISTORY.txt.
 
-Trunk (unreleased)
+Trunk (2009/02/28)
 --
 
 Known issues

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/inst/ updated

2009-02-26 Thread Andreas Jung
Log message for revision 97284:
  updated
  

Changed:
  U   Zope/trunk/inst/WinBuilders/mk/zope.mk
  U   Zope/trunk/inst/versions.py

-=-
Modified: Zope/trunk/inst/WinBuilders/mk/zope.mk
===
--- Zope/trunk/inst/WinBuilders/mk/zope.mk  2009-02-26 09:48:10 UTC (rev 
97283)
+++ Zope/trunk/inst/WinBuilders/mk/zope.mk  2009-02-26 09:49:06 UTC (rev 
97284)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.11.0-a1
+ZOPEVERSION = 2.12.0-a1
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/trunk/inst/versions.py
===
--- Zope/trunk/inst/versions.py 2009-02-26 09:48:10 UTC (rev 97283)
+++ Zope/trunk/inst/versions.py 2009-02-26 09:49:06 UTC (rev 97284)
@@ -1,7 +1,7 @@
 ZOPE_MAJOR_VERSION  = '2.12'
-ZOPE_MINOR_VERSION  = '0'
+ZOPE_MINOR_VERSION  = '01'
 ZOPE_BRANCH_NAME= '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = 'a1-unreleased'
+VERSION_RELEASE_TAG = 'a1'

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/tags/2.12.0a1/ 'creating tag svn+ssh://andreasj...@svn.zope.org/repos/main/Zope/tags/2.12.0a1 from svn+ssh://andreasj...@svn.zope.org/repos/main/Zope/trunk'

2009-02-26 Thread Andreas Jung
Log message for revision 97285:
  'creating tag 
svn+ssh://andreasj...@svn.zope.org/repos/main/Zope/tags/2.12.0a1 from 
svn+ssh://andreasj...@svn.zope.org/repos/main/Zope/trunk'

Changed:
  A   Zope/tags/2.12.0a1/

-=-
___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/setup.py updated

2009-02-26 Thread Andreas Jung
Log message for revision 97286:
  updated
  

Changed:
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/setup.py
===
--- Zope/trunk/setup.py 2009-02-26 09:49:41 UTC (rev 97285)
+++ Zope/trunk/setup.py 2009-02-26 09:51:07 UTC (rev 97286)
@@ -34,7 +34,7 @@
 
 
 setup(name='Zope2',
-  version = '2.12.dev',
+  version = '2.12.0.a1',
   url='http://www.zope.org',
   license='ZPL 2.1',
   description='Zope2 application server / web framework',

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/tags/2.12.0a1/ removed

2009-02-26 Thread Andreas Jung
Log message for revision 97287:
  removed
  

Changed:
  D   Zope/tags/2.12.0a1/

-=-
___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/tags/2.12.0a1/ 'creating tag svn+ssh://andreasj...@svn.zope.org/repos/main/Zope/tags/2.12.0a1 from svn+ssh://andreasj...@svn.zope.org/repos/main/Zope/trunk'

2009-02-26 Thread Andreas Jung
Log message for revision 97288:
  'creating tag 
svn+ssh://andreasj...@svn.zope.org/repos/main/Zope/tags/2.12.0a1 from 
svn+ssh://andreasj...@svn.zope.org/repos/main/Zope/trunk'

Changed:
  A   Zope/tags/2.12.0a1/

-=-
___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/ fixed section header in order to generate a valid compound reST documented

2009-02-26 Thread Andreas Jung
Log message for revision 97289:
  fixed section header in order to generate a valid compound reST documented
  for the PyPI upload 
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===
--- Zope/trunk/doc/CHANGES.rst  2009-02-26 09:52:13 UTC (rev 97288)
+++ Zope/trunk/doc/CHANGES.rst  2009-02-26 10:04:17 UTC (rev 97289)
@@ -1,5 +1,5 @@
 Changelog
-=
+-
 
 This file contains change information for the current Zope release.
 Change information for previous versions of Zope can be found in the

Modified: Zope/trunk/setup.py
===
--- Zope/trunk/setup.py 2009-02-26 09:52:13 UTC (rev 97288)
+++ Zope/trunk/setup.py 2009-02-26 10:04:17 UTC (rev 97289)
@@ -32,7 +32,10 @@
 result.append('%s==%s' % (package, version))
 return result
 
+long_description=file("README.txt").read() + "\n" + file(os.path.join("doc", 
"CHANGES.rst")).read()
 
+file('/tmp/xx.rst', 'w').write(long_description)
+
 setup(name='Zope2',
   version = '2.12.0.a1',
   url='http://www.zope.org',

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/setup.py re-removed debugging code

2009-02-26 Thread Andreas Jung
Log message for revision 97290:
  re-removed debugging code
  

Changed:
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/setup.py
===
--- Zope/trunk/setup.py 2009-02-26 10:04:17 UTC (rev 97289)
+++ Zope/trunk/setup.py 2009-02-26 10:04:40 UTC (rev 97290)
@@ -32,10 +32,6 @@
 result.append('%s==%s' % (package, version))
 return result
 
-long_description=file("README.txt").read() + "\n" + file(os.path.join("doc", 
"CHANGES.rst")).read()
-
-file('/tmp/xx.rst', 'w').write(long_description)
-
 setup(name='Zope2',
   version = '2.12.0.a1',
   url='http://www.zope.org',

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/src/App/dtml/zope_quick_start.dtml Update documentation links

2009-02-26 Thread Baiju M
Log message for revision 97291:
  Update documentation links
  

Changed:
  U   Zope/trunk/src/App/dtml/zope_quick_start.dtml

-=-
Modified: Zope/trunk/src/App/dtml/zope_quick_start.dtml
===
--- Zope/trunk/src/App/dtml/zope_quick_start.dtml   2009-02-26 10:04:40 UTC 
(rev 97290)
+++ Zope/trunk/src/App/dtml/zope_quick_start.dtml   2009-02-26 10:54:12 UTC 
(rev 97291)
@@ -37,7 +37,7 @@
 
 
 
-http://www.zope.org/Documentation/ZopeBook/"; target="_new">Read The 
+http://docs.zope.org/zope2book/"; target="_new">Read The 
 Fine Manual.  This document guides you through the whole process of
 learning Zope, from logging in for the first time to creating your own
 web applications.
@@ -46,7 +46,7 @@
 
 
 
-Go to the main http://www.zope.org/Documentation/"; target="_new">
+Go to the main http://docs.zope.org/"; target="_new">
 Documentation Overview on http://www.zope.org"; 
target="_new">Zope.org.  
 Here you will find pointers to official and community contributed 
documentation.
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/README.txt - fix documentation link

2009-02-26 Thread Baiju M
Log message for revision 97292:
  - fix documentation link
  - fix path to INSTALL.rst
  

Changed:
  U   Zope/trunk/README.txt

-=-
Modified: Zope/trunk/README.txt
===
--- Zope/trunk/README.txt   2009-02-26 10:54:12 UTC (rev 97291)
+++ Zope/trunk/README.txt   2009-02-26 11:20:56 UTC (rev 97292)
@@ -6,16 +6,16 @@
 This document provides some general information about Zope2 and provides
 links to other documents.
 
-Installation information can be found in ``doc/INSTALL.txt``.  Other
+Installation information can be found in ``doc/INSTALL.rst``.  Other
 documentation is also in the "doc" directory and in the zope.org
-documentation section at http://www.zope.org/Documentation/.
+documentation section at http://docs.zope.org/ .
 
 General Zope information is available at http://www.zope.org/
 
 Installation
 
 
-Follow the instructions in ``doc/INSTALL.txt`` to install Zope.
+Follow the instructions in ``doc/INSTALL.rst`` to install Zope.
 
 License
 ---

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/INSTALL.rst - fix path to other doc files (WINDOWS.rst, CHANGES.rst)

2009-02-26 Thread Baiju M
Log message for revision 97293:
  - fix path to other doc files (WINDOWS.rst, CHANGES.rst)
  - Remove sentence about other platforms (it's missing!)
  

Changed:
  U   Zope/trunk/doc/INSTALL.rst

-=-
Modified: Zope/trunk/doc/INSTALL.rst
===
--- Zope/trunk/doc/INSTALL.rst  2009-02-26 11:20:56 UTC (rev 97292)
+++ Zope/trunk/doc/INSTALL.rst  2009-02-26 11:23:12 UTC (rev 97293)
@@ -5,10 +5,8 @@
 Welcome to Zope!  This document describes building and installing
 Zope on UNIX and Linux.
 
-See ``doc/WINDOWS.txt`` for information about Windows.  See the
-``doc/PLATFORMS`` directory for notes about various other platforms.
+See ``doc/WINDOWS.rst`` for information about Windows.
 
-
 Prerequisites
 -
 
@@ -197,4 +195,4 @@
   you built Python from source all the configuration information
   should already be available.
 
-- See ``doc/CHANGES.txt`` for important notes on this version of Zope.
+- See ``doc/CHANGES.rst`` for important notes on this version of Zope.

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/README.txt The zope-lice...@zope.org address is bouncing.

2009-02-26 Thread Baiju M
Log message for revision 97294:
  The zope-lice...@zope.org address is bouncing.
  So, replaced it with zope-...@zope.org
  

Changed:
  U   Zope/trunk/README.txt

-=-
Modified: Zope/trunk/README.txt
===
--- Zope/trunk/README.txt   2009-02-26 11:23:12 UTC (rev 97293)
+++ Zope/trunk/README.txt   2009-02-26 11:28:04 UTC (rev 97294)
@@ -21,7 +21,7 @@
 ---
 
 The Zope License is included in ``ZopePublicLicense.txt``.  Send your
-feedback about the license to zope-lice...@zope.org.
+feedback about the license to zope-...@zope.org.
 
 Bug tracker
 ---

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/ Updated to ZODB 3.9.0a12

2009-02-26 Thread Hanno Schlichting
Log message for revision 97329:
  Updated to ZODB 3.9.0a12
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  _U  Zope/trunk/include/
  U   Zope/trunk/versions-zope2.cfg

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===
--- Zope/trunk/doc/CHANGES.rst  2009-02-26 17:26:13 UTC (rev 97328)
+++ Zope/trunk/doc/CHANGES.rst  2009-02-26 19:57:45 UTC (rev 97329)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found in the
 file HISTORY.txt.
 
-Trunk (2009/02/28)
+Trunk (unreleased)
 --
 
 Known issues
@@ -15,7 +15,7 @@
   More specifically the generated startup scripts need to be adjusted,
   while the code itself should work fine.
 
-- ZODB 3.9.0a11 does not work on Windows with Python 2.6 yet.
+- ZODB 3.9.0a12 does not work on Windows with Python 2.6 yet.
 
 - There is no old-style full tarball release that resembles the prior
   releases of Zope at this point.
@@ -23,6 +23,15 @@
 Restructuring
 +
 
+- Updated to ZODB 3.9.0a12.
+
+
+2.12.0a1 (2009-02-26)
+-
+
+Restructuring
++
+
 - Switched Products.PageTemplates to directly use zope.i18n.translate and
   removed the GlobalTranslationService hook.
 


Property changes on: Zope/trunk/include
___
Modified: svn:externals
   - Acquisition 
svn://svn.zope.org/repos/main/Acquisition/trunk/src/Acquisition
ExtensionClass  
svn://svn.zope.org/repos/main/ExtensionClass/trunk/src/ExtensionClass
persistent  svn://svn.zope.org/repos/main/ZODB/tags/3.9.0a11/src/persistent

   + Acquisition 
svn://svn.zope.org/repos/main/Acquisition/trunk/src/Acquisition
ExtensionClass  
svn://svn.zope.org/repos/main/ExtensionClass/trunk/src/ExtensionClass
persistent  svn://svn.zope.org/repos/main/ZODB/tags/3.9.0a12/src/persistent


Modified: Zope/trunk/versions-zope2.cfg
===
--- Zope/trunk/versions-zope2.cfg   2009-02-26 17:26:13 UTC (rev 97328)
+++ Zope/trunk/versions-zope2.cfg   2009-02-26 19:57:45 UTC (rev 97329)
@@ -12,7 +12,7 @@
 RestrictedPython = 3.5.0
 tempstorage = 2.11.1
 zLOG = 2.11.1
-ZODB3 = 3.9.0a11
+ZODB3 = 3.9.0a12
 zc.lockfile = 1.0
 transaction = 1.0a1
 zope.broken = 3.5.0

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/ Removed the `getPackages` wrapper from setup.py which would force all versions to an exact requirement. This made it impossible to require newer versions of the depend

2009-02-26 Thread Hanno Schlichting
Log message for revision 97330:
  Removed the `getPackages` wrapper from setup.py which would force all 
versions to an exact requirement. This made it impossible to require newer 
versions of the dependencies. This kind of KGS information needs to be 
expressed in a different way.
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===
--- Zope/trunk/doc/CHANGES.rst  2009-02-26 19:57:45 UTC (rev 97329)
+++ Zope/trunk/doc/CHANGES.rst  2009-02-26 20:01:31 UTC (rev 97330)
@@ -25,7 +25,12 @@
 
 - Updated to ZODB 3.9.0a12.
 
+- Removed the `getPackages` wrapper from setup.py which would force all
+  versions to an exact requirement. This made it impossible to require
+  newer versions of the dependencies. This kind of KGS information needs
+  to be expressed in a different way.
 
+
 2.12.0a1 (2009-02-26)
 -
 

Modified: Zope/trunk/setup.py
===
--- Zope/trunk/setup.py 2009-02-26 19:57:45 UTC (rev 97329)
+++ Zope/trunk/setup.py 2009-02-26 20:01:31 UTC (rev 97330)
@@ -18,20 +18,6 @@
 
 EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
 
-from util import getVersionForPackage
-def getPackages(packages):
-""" Return a list of egg names together with their
-version specs according to the version-zopeX.cfg
-files.
-"""
-result = list()
-for package in packages:
-if ' ' in package:
-package = package[:package.find(' ')]
-version = getVersionForPackage(package)
-result.append('%s==%s' % (package, version))
-return result
-
 setup(name='Zope2',
   version = '2.12.0.a1',
   url='http://www.zope.org',
@@ -113,7 +99,7 @@
 
   ],
 
-  install_requires=getPackages([
+  install_requires=[
 'Acquisition',
 'DateTime',
 'docutils',
@@ -166,10 +152,10 @@
 'zope.app.publisher',
 'zope.app.schema',
 'zope.app.testing',
-  ]),
+  ],
 
   extras_require = dict(
-zope_app = getPackages([
+zope_app = [
   'zope.annotation',
   'zope.cachedescriptors',
   'zope.copypastemove',
@@ -235,7 +221,7 @@
   'zope.app.zcmlfiles',
   'zope.app.zopeappgenerations',
   'zope.app.zptpage',
-  ]),
+  ],
   ),
 
   include_package_data=True,

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins