[Checkins] SVN: five.localsitemanager/t Tag 0.4

Wichert Akkerman wichert at wiggy.net
Wed Jul 23 10:34:16 EDT 2008


Log message for revision 88765:
  Tag 0.4

Changed:
  A   five.localsitemanager/tags/0.4/
  D   five.localsitemanager/tags/0.4/CHANGES.txt
  A   five.localsitemanager/tags/0.4/CHANGES.txt
  D   five.localsitemanager/tags/0.4/INSTALL.txt
  A   five.localsitemanager/tags/0.4/INSTALL.txt
  D   five.localsitemanager/tags/0.4/README.txt
  A   five.localsitemanager/tags/0.4/README.txt
  D   five.localsitemanager/tags/0.4/setup.py
  A   five.localsitemanager/tags/0.4/setup.py
  U   five.localsitemanager/trunk/CHANGES.txt
  U   five.localsitemanager/trunk/setup.py

-=-
Copied: five.localsitemanager/tags/0.4 (from rev 88763, five.localsitemanager/trunk)

Deleted: five.localsitemanager/tags/0.4/CHANGES.txt
===================================================================
--- five.localsitemanager/trunk/CHANGES.txt	2008-07-23 14:22:40 UTC (rev 88763)
+++ five.localsitemanager/tags/0.4/CHANGES.txt	2008-07-23 14:34:15 UTC (rev 88765)
@@ -1,42 +0,0 @@
-=======
-CHANGES
-=======
-
-0.3 - Unreleased
-================
-
-* Rewrite PersistentComponents.registeredUtilities to not use
-  internal methods. This makes it compatible with both zope.component <3.5.0dev
-  and >3.5.0dev.
-
-
-five.localsitemanager 0.3 (2007-12-24)
-======================================
-
-* Fixed potential aq problem when assigning various values to the utilities
-  registry of the component registry.
-
-five.localsitemanager 0.2 (2007-06-30)
-======================================
-
-* Refactored and fixed aq wrapping: Nested site managers now return utilities
-  wrapped in the right context. RequestContainers are removed and wrapped
-  utilities are cached. This requires a special LookupClass called
-  'FiveVerifyingAdapterLookup' in all 'utilities' registries used below a
-  five.localsitemanager site.
-
-five.localsitemanager 0.1.2 (2007-06-23)
-========================================
-
-* Corrected the zip-safe flag to be False.
-
-five.localsitemanager 0.1.1 (2007-03-05)
-========================================
-
-* Fixed aq wrapping when looking up a utility that is actually the component
-  registry's parent (the ISite).
-
-five.localsitemanager 0.1 (2007-02-27)
-======================================
-
-Initial version

Copied: five.localsitemanager/tags/0.4/CHANGES.txt (from rev 88764, five.localsitemanager/trunk/CHANGES.txt)
===================================================================
--- five.localsitemanager/tags/0.4/CHANGES.txt	                        (rev 0)
+++ five.localsitemanager/tags/0.4/CHANGES.txt	2008-07-23 14:34:15 UTC (rev 88765)
@@ -0,0 +1,45 @@
+Changelog
+=========
+
+0.4 - 2008-07-23
+----------------
+
+* Rewrite PersistentComponents.registeredUtilities to not use
+  internal methods. This makes it compatible with both zope.component <3.5.0dev
+  and >3.5.0dev.
+
+
+0.3 - 2007-12-24
+----------------
+
+* Fixed potential aq problem when assigning various values to the utilities
+  registry of the component registry.
+
+0.2 - 2007-06-30
+----------------
+
+* Refactored and fixed aq wrapping: Nested site managers now return utilities
+  wrapped in the right context. RequestContainers are removed and wrapped
+  utilities are cached. This requires a special LookupClass called
+  'FiveVerifyingAdapterLookup' in all 'utilities' registries used below a
+  five.localsitemanager site.
+
+
+0.1.2 - 2007-06-23
+------------------
+
+* Corrected the zip-safe flag to be False.
+
+
+0.1.1 - 2007-03-05
+------------------
+
+* Fixed aq wrapping when looking up a utility that is actually the component
+  registry's parent (the ISite).
+
+
+0.1 (2007-02-27)
+----------------
+
+* Initial version
+

Deleted: five.localsitemanager/tags/0.4/INSTALL.txt
===================================================================
--- five.localsitemanager/trunk/INSTALL.txt	2008-07-23 14:22:40 UTC (rev 88763)
+++ five.localsitemanager/tags/0.4/INSTALL.txt	2008-07-23 14:34:15 UTC (rev 88765)
@@ -1,44 +0,0 @@
-Installing This Package
-=======================
-
-Prerequisites
--------------
-
-* Zope 2.10.x
-
-* setuptools_
-
-
-Installation
-------------
-
-Place the ``five`` top-level package into your instance's
-``lib/python`` directory.  You can also install it as an egg using
-easy_install_, for example into your instance by turning it into a
-workingenv_.
-
-
-Configuration
--------------
-
-Place a ``five.localsitemanager-configure.zcml`` file into your instance's
-``etc/package-includes`` directory with the following contents::
-
-  <include package="five.localsitemanager" />
-
-Also setup a ``five.localsitemanager-overrides.zcml`` file into your instance's
-``etc/package-includes`` directory with the following contents::
-
-  <include package="five.localsitemanager" file="overrides.zcml" />
-
-Running the Tests
------------------
-
-Use the following command to run this package's tests:
-
-  $ bin/zopectl test -s five.localsitemanager
-
-
-.. _workingenv: http://cheeseshop.python.org/pypi/workingenv.py
-.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
-.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools

Copied: five.localsitemanager/tags/0.4/INSTALL.txt (from rev 88764, five.localsitemanager/trunk/INSTALL.txt)
===================================================================
--- five.localsitemanager/tags/0.4/INSTALL.txt	                        (rev 0)
+++ five.localsitemanager/tags/0.4/INSTALL.txt	2008-07-23 14:34:15 UTC (rev 88765)
@@ -0,0 +1,45 @@
+Installation
+============
+
+Prerequisites
+-------------
+
+* Zope 2.10.x
+
+* setuptools_
+
+
+Installation
+------------
+
+Place the ``five`` top-level package into your instance's
+``lib/python`` directory.  You can also install it as an egg using
+easy_install_, for example into your instance by turning it into a
+workingenv_.
+
+
+Configuration
+-------------
+
+Place a ``five.localsitemanager-configure.zcml`` file into your instance's
+``etc/package-includes`` directory with the following contents::
+
+  <include package="five.localsitemanager" />
+
+Also setup a ``five.localsitemanager-overrides.zcml`` file into your instance's
+``etc/package-includes`` directory with the following contents::
+
+  <include package="five.localsitemanager" file="overrides.zcml" />
+
+Running the Tests
+-----------------
+
+Use the following command to run this package's tests:
+
+  $ bin/zopectl test -s five.localsitemanager
+
+
+.. _workingenv: http://cheeseshop.python.org/pypi/workingenv.py
+.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
+.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
+

Deleted: five.localsitemanager/tags/0.4/README.txt
===================================================================
--- five.localsitemanager/trunk/README.txt	2008-07-23 14:22:40 UTC (rev 88763)
+++ five.localsitemanager/tags/0.4/README.txt	2008-07-23 14:34:15 UTC (rev 88765)
@@ -1,33 +0,0 @@
-five.localsitemanager
-=====================
-
-Overview
---------
-
-``five.localsitemanager`` provides a local site manager based on the
-standard Zope 3 local site manager for Zope 2.
-
-Changes
--------
-
-See CHANGES.txt.
-
-Installation
-------------
-
-See INSTALL.txt.
-
-Developer Resources
--------------------
-
-- Subversion browser:
-
-  http://svn.zope.org/five.localsitemanager
-
-- Read-only Subversion checkout:
-
-  $ svn co svn://svn.zope.org/repos/main/five.localsitemanager/trunk
-
-- Writable Subversion checkout:
-
-  $ svn co svn+ssh://svn.zope.org/repos/main/five.localsitemanager/trunk

Copied: five.localsitemanager/tags/0.4/README.txt (from rev 88764, five.localsitemanager/trunk/README.txt)
===================================================================
--- five.localsitemanager/tags/0.4/README.txt	                        (rev 0)
+++ five.localsitemanager/tags/0.4/README.txt	2008-07-23 14:34:15 UTC (rev 88765)
@@ -0,0 +1,25 @@
+Introduction
+============
+
+Overview
+--------
+
+five.localsitemanager attempts to provide a local site manager implementation
+that is as close to Zope 3's implemenation as possible.  Some reservations
+that do not conflict with Zope 3 have been made to easy the path with CMF.
+
+Developer Resources
+-------------------
+
+- Subversion browser:
+
+  http://svn.zope.org/five.localsitemanager
+
+- Read-only Subversion checkout:
+
+  $ svn co svn://svn.zope.org/repos/main/five.localsitemanager/trunk
+
+- Writable Subversion checkout:
+
+  $ svn co svn+ssh://svn.zope.org/repos/main/five.localsitemanager/trunk
+

Deleted: five.localsitemanager/tags/0.4/setup.py
===================================================================
--- five.localsitemanager/trunk/setup.py	2008-07-23 14:22:40 UTC (rev 88763)
+++ five.localsitemanager/tags/0.4/setup.py	2008-07-23 14:34:15 UTC (rev 88765)
@@ -1,43 +0,0 @@
-"""Setup for five.localsitemanager package
-
-$Id$
-"""
-import os
-from setuptools import setup, Extension
-
-version = '0.4'
-
-setup(name='five.localsitemanager',
-      version=version,
-      url='http://svn.zope.org/five.localsitemanager',
-      license='ZPL 2.1',
-      description='Local site manager implementation for Zope 2',
-      author='Rocky Burt and Contributors',
-      author_email='z3-five at codespeak.net',
-      long_description="""\
-five.localsitemanager attempts to provide a local site manager implementation
-that is as close to Zope 3's implemenation as possible.  Some reservations
-that do not conflict with Zope 3 have been made to easy the path with CMF.
-""",
-
-      classifiers=[
-          'Environment :: Web Environment',
-          'Framework :: Zope2',
-          'Framework :: Zope3',
-          'License :: OSI Approved :: Zope Public License',
-          'Operating System :: OS Independent',
-          'Programming Language :: Python',
-          'Topic :: Internet :: WWW/HTTP :: Site Management',
-          'Topic :: Software Development :: Libraries :: Python Modules',
-      ],
-      keywords='zope zope2 zope3 five sitemanager',
-
-      packages=['five', 'five.localsitemanager'],
-      package_dir = {'': 'src'},
-      namespace_packages=['five',],
-      include_package_data = True,
-      install_requires=[
-        'setuptools',
-      ],
-      zip_safe = False,
-      )

Copied: five.localsitemanager/tags/0.4/setup.py (from rev 88764, five.localsitemanager/trunk/setup.py)
===================================================================
--- five.localsitemanager/tags/0.4/setup.py	                        (rev 0)
+++ five.localsitemanager/tags/0.4/setup.py	2008-07-23 14:34:15 UTC (rev 88765)
@@ -0,0 +1,39 @@
+"""Setup for five.localsitemanager package
+
+$Id$
+"""
+from setuptools import setup, Extension
+
+version = '0.4'
+
+setup(name='five.localsitemanager',
+      version=version,
+      url='http://svn.zope.org/five.localsitemanager',
+      license='ZPL 2.1',
+      description='Local site manager implementation for Zope 2',
+      author='Rocky Burt and Contributors',
+      author_email='z3-five at codespeak.net',
+      long_description=open("README.txt").read() + "\n" + 
+                       open("INSTALL.txt").read() + "\n" +
+                       open("CHANGES.txt").read(),
+      classifiers=[
+          'Environment :: Web Environment',
+          'Framework :: Zope2',
+          'License :: OSI Approved :: Zope Public License',
+          'Operating System :: OS Independent',
+          'Programming Language :: Python',
+          'Topic :: Internet :: WWW/HTTP :: Site Management',
+          'Topic :: Software Development :: Libraries :: Python Modules',
+      ],
+      keywords='zope zope2 zope3 five sitemanager',
+
+      packages=['five', 'five.localsitemanager'],
+      package_dir = {'': 'src'},
+      namespace_packages=['five',],
+      include_package_data = True,
+      install_requires=[
+        'setuptools',
+      ],
+      zip_safe = False,
+      )
+

Modified: five.localsitemanager/trunk/CHANGES.txt
===================================================================
--- five.localsitemanager/trunk/CHANGES.txt	2008-07-23 14:30:56 UTC (rev 88764)
+++ five.localsitemanager/trunk/CHANGES.txt	2008-07-23 14:34:15 UTC (rev 88765)
@@ -1,9 +1,12 @@
 Changelog
 =========
 
-0.3 - Unreleased
+0.5 - Unreleased
 ----------------
 
+0.4 - 2008-07-23
+----------------
+
 * Rewrite PersistentComponents.registeredUtilities to not use
   internal methods. This makes it compatible with both zope.component <3.5.0dev
   and >3.5.0dev.

Modified: five.localsitemanager/trunk/setup.py
===================================================================
--- five.localsitemanager/trunk/setup.py	2008-07-23 14:30:56 UTC (rev 88764)
+++ five.localsitemanager/trunk/setup.py	2008-07-23 14:34:15 UTC (rev 88765)
@@ -4,7 +4,7 @@
 """
 from setuptools import setup, Extension
 
-version = '0.4'
+version = '0.5dev'
 
 setup(name='five.localsitemanager',
       version=version,



More information about the Checkins mailing list