[Checkins] SVN: Sandbox/philikon/zopeproject/tags/0.4.2/ Tag 0.4.2

Dan Korostelev nadako at gmail.com
Thu Feb 12 12:19:16 EST 2009


Log message for revision 96478:
  Tag 0.4.2

Changed:
  A   Sandbox/philikon/zopeproject/tags/0.4.2/
  D   Sandbox/philikon/zopeproject/tags/0.4.2/CHANGES.txt
  A   Sandbox/philikon/zopeproject/tags/0.4.2/CHANGES.txt
  U   Sandbox/philikon/zopeproject/tags/0.4.2/setup.py
  D   Sandbox/philikon/zopeproject/tags/0.4.2/zopeproject/zope_deploy/buildout.cfg_tmpl
  A   Sandbox/philikon/zopeproject/tags/0.4.2/zopeproject/zope_deploy/buildout.cfg_tmpl

-=-
Deleted: Sandbox/philikon/zopeproject/tags/0.4.2/CHANGES.txt
===================================================================
--- Sandbox/philikon/zopeproject/trunk/CHANGES.txt	2009-02-12 16:21:54 UTC (rev 96476)
+++ Sandbox/philikon/zopeproject/tags/0.4.2/CHANGES.txt	2009-02-12 17:19:16 UTC (rev 96478)
@@ -1,138 +0,0 @@
-Changes
-=======
-
-0.4.2 (unreleased)
-------------------
-
-* Added blobstorage proxy to default ZODB config in zope.conf.
-
-* Use ZopeSecurityPolicy from zope.securitypolicy instead
-  of zope.app.securitypolicy, which is a deprecated place for
-  that.
-
-* The zope.securitypolicy uses a special role name, 
-  the ``zope.Anonymous`` that every user has, define
-  it in site.zcml and grant view permissions to it,
-  instead of zope.Anybody unauthenticated group.
-  
-
-0.4.1 (2007-09-29)
-------------------
-
-* Improvements to ``README.txt`` and ``var/README.txt`` (it was
-  pointing to the wrong configuration file).  Moved changelog from
-  ``README.txt`` into separate ``CHANGES.txt`` file.
-
-* The ``--no-buildout`` option is no longer ignored now.
-
-* Added a ``bin/python`` script that mimicks an interpreter.
-
-* Enabled the APIDoc tool by default.  You may access it under
-  http://localhost:8080/++apidoc++.
-
-* Simplified ``*package*/testing.py``.
-
-0.4 (2007-09-15)
-----------------
-
-New features
-~~~~~~~~~~~~
-
-* Added a zdaemon controller script much like zopectl called
-  ``*package*-ctl`` (where ``*package*`` is the name of the package
-  created with zopeproject).
-
-* Added a debug script called ``*package*-debug`` that configures the
-  application and drops into an interpreter session.  It is also
-  available via ``*package*-ctl debug``.
-
-* Added ``debug.ini`` which configures a WSGI middleware for
-  intercepting exceptions and live debugging (either using Paste's
-  evalexception middleware or the Python debugger pdb_).
-
-* Added a functional test layer in ``*package*.testing`` which loads
-  the new ``ftesting.zcml``.  Convenience definitions of test suites
-  pre-configured for that layer are available in ``*package*.testing``
-  as well.
-
-* More improvements to the README.txt file.
-
-Bugfixes and restructuring
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* Make use of ``zope.app.wsgi.getApplication()`` to reduce the startup
-  boiler-plate in ``startup.py`` (formerly ``application.py``).
-
-* The package that zopeproject creates is now located in a ``src``
-  directory, where it's easier to single out among the other files and
-  directories.
-
-* Fixed a bug when guessing the default eggs-directory: When
-  ~/.buildout/default.cfg did not contain an eggs-directory option,
-  zopeproject failed with a ConfigParser.NoOptionError.
-
-* Renamed ``application.py`` to ``startup.py`` to make the intent of
-  the module much clearer, and to avoid clashes with e.g. Grok (where
-  "application" means something else, and ``app.py`` is commonly used
-  for the application object).
-
-* The eggs directory will no longer be written to ``buildout.cfg`` if
-  it is the same as the buildout default in
-  ``~/.buidout/default.cfg``.
-
-* Cleaned up and enhanced the dependencies of the generated
-  application.  It no longer depends on zope.app.securitypolicy, only
-  the deployment (``site.zcml``) does.  Obsolete dependencies (and
-  their include statements in ZCML) have been removed.
-  ``zope.app.catalog`` and friends have been added as a convenience.
-
-0.3.2 (2007-07-17)
-------------------
-
-* If the user already has a default eggs directory set in
-  ``~/.buildout/default.cfg``, it is used as the default value for the
-  eggs directory.
-
-* Greatly improved the README.txt file.
-
-0.3.1 (2007-07-15)
-------------------
-
-* The ``buildout.cfg`` template was missing settings for the shared
-  eggs directory and thew ``newest`` flag.
-
-* Assemble the default path for the eggs directory in a
-  Windows-friendly way.
-
-0.3 (2007-07-14)
-----------------
-
-* Renamed to ``zopeproject``.
-
-* Incorporated much of the grokproject_ 0.5.x infrastructure.  This
-  makes it much more robust, especially when launching zc.buildout.
-
-* Merged ``make-zope-app`` and ``deploy-zope-app`` back into one
-  command: ``zopeproject``.
-
-0.2 (2007-07-12)
------------------
-
-* Renamed to ``make-zope-app``.
-
-* Split ``mkzopeapp`` into two commands: ``make-zope-app`` and
-  ``deploy-zope-app``.
-
-* No longer use ``zope.paste`` for the application factory.  Instead,
-  each application that's created from the skeleton defines its own
-  factory (which is reasonably small and gains flexibility).
-
-* Get rid of the ``start<<Project>>`` script.  Simply use ``bin/paster
-  serve deploy.ini`` for starting the server.
-
-* Use the ``Paste#http`` server by default.
-
-0.1 (2007-07-06)
------------------
-
-Initial release as ``mkzopeapp``

Copied: Sandbox/philikon/zopeproject/tags/0.4.2/CHANGES.txt (from rev 96477, Sandbox/philikon/zopeproject/trunk/CHANGES.txt)
===================================================================
--- Sandbox/philikon/zopeproject/tags/0.4.2/CHANGES.txt	                        (rev 0)
+++ Sandbox/philikon/zopeproject/tags/0.4.2/CHANGES.txt	2009-02-12 17:19:16 UTC (rev 96478)
@@ -0,0 +1,140 @@
+Changes
+=======
+
+0.4.2 (2009-02-12)
+------------------
+
+* Use Zope 3.4.0 KGS in the default deployment buildout.cfg.
+
+* Added blobstorage proxy to default ZODB config in zope.conf.
+
+* Use ZopeSecurityPolicy from zope.securitypolicy instead
+  of zope.app.securitypolicy, which is a deprecated place for
+  that.
+
+* The zope.securitypolicy uses a special role name, 
+  the ``zope.Anonymous`` that every user has, define
+  it in site.zcml and grant view permissions to it,
+  instead of zope.Anybody unauthenticated group.
+  
+
+0.4.1 (2007-09-29)
+------------------
+
+* Improvements to ``README.txt`` and ``var/README.txt`` (it was
+  pointing to the wrong configuration file).  Moved changelog from
+  ``README.txt`` into separate ``CHANGES.txt`` file.
+
+* The ``--no-buildout`` option is no longer ignored now.
+
+* Added a ``bin/python`` script that mimicks an interpreter.
+
+* Enabled the APIDoc tool by default.  You may access it under
+  http://localhost:8080/++apidoc++.
+
+* Simplified ``*package*/testing.py``.
+
+0.4 (2007-09-15)
+----------------
+
+New features
+~~~~~~~~~~~~
+
+* Added a zdaemon controller script much like zopectl called
+  ``*package*-ctl`` (where ``*package*`` is the name of the package
+  created with zopeproject).
+
+* Added a debug script called ``*package*-debug`` that configures the
+  application and drops into an interpreter session.  It is also
+  available via ``*package*-ctl debug``.
+
+* Added ``debug.ini`` which configures a WSGI middleware for
+  intercepting exceptions and live debugging (either using Paste's
+  evalexception middleware or the Python debugger pdb_).
+
+* Added a functional test layer in ``*package*.testing`` which loads
+  the new ``ftesting.zcml``.  Convenience definitions of test suites
+  pre-configured for that layer are available in ``*package*.testing``
+  as well.
+
+* More improvements to the README.txt file.
+
+Bugfixes and restructuring
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+* Make use of ``zope.app.wsgi.getApplication()`` to reduce the startup
+  boiler-plate in ``startup.py`` (formerly ``application.py``).
+
+* The package that zopeproject creates is now located in a ``src``
+  directory, where it's easier to single out among the other files and
+  directories.
+
+* Fixed a bug when guessing the default eggs-directory: When
+  ~/.buildout/default.cfg did not contain an eggs-directory option,
+  zopeproject failed with a ConfigParser.NoOptionError.
+
+* Renamed ``application.py`` to ``startup.py`` to make the intent of
+  the module much clearer, and to avoid clashes with e.g. Grok (where
+  "application" means something else, and ``app.py`` is commonly used
+  for the application object).
+
+* The eggs directory will no longer be written to ``buildout.cfg`` if
+  it is the same as the buildout default in
+  ``~/.buidout/default.cfg``.
+
+* Cleaned up and enhanced the dependencies of the generated
+  application.  It no longer depends on zope.app.securitypolicy, only
+  the deployment (``site.zcml``) does.  Obsolete dependencies (and
+  their include statements in ZCML) have been removed.
+  ``zope.app.catalog`` and friends have been added as a convenience.
+
+0.3.2 (2007-07-17)
+------------------
+
+* If the user already has a default eggs directory set in
+  ``~/.buildout/default.cfg``, it is used as the default value for the
+  eggs directory.
+
+* Greatly improved the README.txt file.
+
+0.3.1 (2007-07-15)
+------------------
+
+* The ``buildout.cfg`` template was missing settings for the shared
+  eggs directory and thew ``newest`` flag.
+
+* Assemble the default path for the eggs directory in a
+  Windows-friendly way.
+
+0.3 (2007-07-14)
+----------------
+
+* Renamed to ``zopeproject``.
+
+* Incorporated much of the grokproject_ 0.5.x infrastructure.  This
+  makes it much more robust, especially when launching zc.buildout.
+
+* Merged ``make-zope-app`` and ``deploy-zope-app`` back into one
+  command: ``zopeproject``.
+
+0.2 (2007-07-12)
+-----------------
+
+* Renamed to ``make-zope-app``.
+
+* Split ``mkzopeapp`` into two commands: ``make-zope-app`` and
+  ``deploy-zope-app``.
+
+* No longer use ``zope.paste`` for the application factory.  Instead,
+  each application that's created from the skeleton defines its own
+  factory (which is reasonably small and gains flexibility).
+
+* Get rid of the ``start<<Project>>`` script.  Simply use ``bin/paster
+  serve deploy.ini`` for starting the server.
+
+* Use the ``Paste#http`` server by default.
+
+0.1 (2007-07-06)
+-----------------
+
+Initial release as ``mkzopeapp``

Modified: Sandbox/philikon/zopeproject/tags/0.4.2/setup.py
===================================================================
--- Sandbox/philikon/zopeproject/trunk/setup.py	2009-02-12 16:21:54 UTC (rev 96476)
+++ Sandbox/philikon/zopeproject/tags/0.4.2/setup.py	2009-02-12 17:19:16 UTC (rev 96478)
@@ -6,7 +6,7 @@
 
 setup(
     name='zopeproject',
-    version='0.4.2dev',
+    version='0.4.2',
     author='Philipp von Weitershausen',
     author_email='philipp at weitershausen.de',
     url='http://cheeseshop.python.org/pypi/zopeproject',

Deleted: Sandbox/philikon/zopeproject/tags/0.4.2/zopeproject/zope_deploy/buildout.cfg_tmpl
===================================================================
--- Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl	2009-02-12 16:21:54 UTC (rev 96476)
+++ Sandbox/philikon/zopeproject/tags/0.4.2/zopeproject/zope_deploy/buildout.cfg_tmpl	2009-02-12 17:19:16 UTC (rev 96478)
@@ -1,22 +0,0 @@
-[buildout]
-develop = .
-parts = app test
-find-links = http://download.zope.org/distribution/
-newest = ${newest}
-${eggs_dir}
-
-[app]
-recipe = zc.recipe.egg
-eggs = ${egg}
-       zope.app.apidoc
-       zope.app.securitypolicy
-       z3c.evalexception>=2.0
-       Paste
-       PasteScript
-       PasteDeploy
-interpreter = python
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = ${egg}
-defaults = ['--tests-pattern', '^f?tests$$', '-v']

Copied: Sandbox/philikon/zopeproject/tags/0.4.2/zopeproject/zope_deploy/buildout.cfg_tmpl (from rev 96477, Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl)
===================================================================
--- Sandbox/philikon/zopeproject/tags/0.4.2/zopeproject/zope_deploy/buildout.cfg_tmpl	                        (rev 0)
+++ Sandbox/philikon/zopeproject/tags/0.4.2/zopeproject/zope_deploy/buildout.cfg_tmpl	2009-02-12 17:19:16 UTC (rev 96478)
@@ -0,0 +1,29 @@
+[buildout]
+develop = .
+parts = app test
+newest = ${newest}
+${eggs_dir}
+
+# These settings pin egg versions to the Zope 3.4.0 Known Good Set
+# if you want to upgrade the KGS version, you need to change the URL
+# below. If you will comment/remove these settings, you'll get the
+# latest versions of Zope eggs that are not guaranteed to work well
+# together.
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+versions = versions
+
+[app]
+recipe = zc.recipe.egg
+eggs = ${egg}
+       zope.app.apidoc
+       zope.app.securitypolicy
+       z3c.evalexception>=2.0
+       Paste
+       PasteScript
+       PasteDeploy
+interpreter = python
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = ${egg}
+defaults = ['--tests-pattern', '^f?tests$$', '-v']



More information about the Checkins mailing list