[Checkins] SVN: Products.PluginRegistry/trunk/ Prepare 1.2 release.

Tres Seaver tseaver at palladion.com
Sun Nov 15 22:34:01 EST 2009


Log message for revision 105671:
  Prepare 1.2 release.
  
  

Changed:
  A   Products.PluginRegistry/trunk/CHANGES.txt
  D   Products.PluginRegistry/trunk/Products/PluginRegistry/CHANGES.txt
  D   Products.PluginRegistry/trunk/Products/PluginRegistry/README.txt
  U   Products.PluginRegistry/trunk/Products/PluginRegistry/version.txt
  U   Products.PluginRegistry/trunk/README.txt
  U   Products.PluginRegistry/trunk/setup.py

-=-
Copied: Products.PluginRegistry/trunk/CHANGES.txt (from rev 105670, Products.PluginRegistry/trunk/Products/PluginRegistry/CHANGES.txt)
===================================================================
--- Products.PluginRegistry/trunk/CHANGES.txt	                        (rev 0)
+++ Products.PluginRegistry/trunk/CHANGES.txt	2009-11-16 03:34:00 UTC (rev 105671)
@@ -0,0 +1,90 @@
+Change Log
+==========
+
+1.2 (2009-11-15)
+----------------
+
+- Moved documentation out of the product directory.
+
+- Fixed plugin management links on the Active screen.
+
+- Fixed deprecation warnings for use of Globals.
+
+- Purge old zope2 Interface interfaces for Zope 2.12 compatibility.
+
+- Fix bad behaviour when moving the top plugin up.
+  (https://bugs.launchpad.net/bugs/164717)
+
+- Initialize plugin registry's _plugins attribute if necessary during
+  GenericSetup import
+
+
+1.1.3 (2007-11-28)
+------------------
+
+- Fix bad behaviour when moving the top plugin up.
+  (https://bugs.launchpad.net/bugs/164717)
+
+
+1.1.2 (2007-04-24)
+------------------
+
+- Drop previously-activated plugins from the list returned from
+  'listPlugins' when they no longer implement the plugin interface.
+  (http://www.zope.org/Collectors/PAS/53)
+
+- Skip adding duplicate interfaces during non-purge import.
+  (http://www.zope.org/Collectors/PAS/52)
+
+- Fixed test breakage on Zope 2.10.
+
+
+1.1.1 (2006-07-25)
+------------------
+
+- Added workaround for autogen factories which assume they can
+  pass an ID to the registry's '__init__'.  In particular, this
+  allows the registry to be created and popluated as a "normal"
+  content object using GenericSetup.
+
+- Improved BBB for testing under Zope 2.8.
+
+
+1.1 (2006-02-25)
+----------------
+
+- Moved interfaces into a top-level module (no need for a package),
+  and made them forward-compatible with Z3 interfaces.
+
+- Wired in DAV / FTP / ExternalEditor support for the registry,
+  along with a ZMI form for updating it as XML.
+
+- Added support for exporting / importing registry via GenericSetup.
+
+- Moved from CVS to subversion (2005-10-14).
+
+- Removed deprecation warings under Zope 2.8.x.
+
+- Repaired warings appearing in Zope 2.8.5 due to a couple typos
+  in security declarations.
+
+
+1.0.2 (2005-01-31)
+------------------
+
+- Simplified package directory computation using 'package_home'.
+
+- Added 'test_suite' to registry tests to improve testability under
+  'zopectl test'.
+
+
+1.0.1 (2004-04-28)
+------------------
+
+- Initial public release.
+
+
+1.0 (2004-04-28)
+----------------
+
+- Vendor import from ZC repository.


Property changes on: Products.PluginRegistry/trunk/CHANGES.txt
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:mergeinfo
   + 
Added: svn:eol-style
   + native

Deleted: Products.PluginRegistry/trunk/Products/PluginRegistry/CHANGES.txt
===================================================================
--- Products.PluginRegistry/trunk/Products/PluginRegistry/CHANGES.txt	2009-11-16 01:48:15 UTC (rev 105670)
+++ Products.PluginRegistry/trunk/Products/PluginRegistry/CHANGES.txt	2009-11-16 03:34:00 UTC (rev 105671)
@@ -1,103 +0,0 @@
-PluginRegistry Product Changelog
-================================
-
-PluginRegistry 1.2 (unreleased)
--------------------------------
-
-- Fixed plugin management links on the Active screen.
-
-- Fixed deprecation warnings for use of Globals.
-
-- Purge old zope2 Interface interfaces for Zope 2.12 compatibility.
-
-- Fix bad behaviour when moving the top plugin up.
-  (https://bugs.launchpad.net/bugs/164717)
-
-- Initialize plugin registry's _plugins attribute if necessary during
-  GenericSetup import
-
-
-PluginRegistry 1.1.3 (2007-11-28)
----------------------------------
-
-- Fix bad behaviour when moving the top plugin up.
-  (https://bugs.launchpad.net/bugs/164717)
-
-
-PluginRegistry 1.1.2 (2007-04-24)
----------------------------------
-
-- Drop previously-activated plugins from the list returned from
-  'listPlugins' when they no longer implement the plugin interface.
-  (http://www.zope.org/Collectors/PAS/53)
-
-- Skip adding duplicate interfaces during non-purge import.
-  (http://www.zope.org/Collectors/PAS/52)
-
-- Fixed test breakage on Zope 2.10.
-
-
-PluginRegistry 1.1.1 (2006-07-25)
----------------------------------
-
-- Added workaround for autogen factories which assume they can
-  pass an ID to the registry's '__init__'.  In particular, this
-  allows the registry to be created and popluated as a "normal"
-  content object using GenericSetup.
-
-- Improved BBB for testing under Zope 2.8.
-
-
-PluginRegistry 1.1 (2006-02-25)
--------------------------------
-
-- SVN tag:  svn+ssh://svn.zope.org/repos/main/PluginRegistry/tags/1.1
-
-- Moved interfaces into a top-level module (no need for a package),
-  and made them forward-compatible with Z3 interfaces.
-
-- Wired in DAV / FTP / ExternalEditor support for the registry,
-  along with a ZMI form for updating it as XML.
-
-- Added support for exporting / importing registry via GenericSetup.
-
-- Moved from CVS to subversion (2005-10-14).
-
-- Removed deprecation warings under Zope 2.8.x.
-
-- Repaired warings appearing in Zope 2.8.5 due to a couple typos
-  in security declarations.
-
-
-PluginRegistry-1.0.2 (2005-01-31)
----------------------------------
-
-- SVN tag:  svn+ssh://svn.zope.org/repos/main/PluginRegistry/tags/1.0.2
-
-- CVS tag:  PluginRegistry-1_0_2
-
-- Simplified package directory computation using 'package_home'.
-
-- Added 'test_suite' to registry tests to improve testability under
-  'zopectl test'.
-
-
-PluginRegistry-1.0.1 (2004-04-28)
----------------------------------
-
-- SVN tag:  svn+ssh://svn.zope.org/repos/main/PluginRegistry/tags/1.0.1
-
-- CVS tag:  PluginRegistry-1_0_1
-
-- Initial public release.
-
-
-PluginRegistry-1.0 (2004-04-28)
--------------------------------
-
-  - SVN tag:  svn+ssh://svn.zope.org/repos/main/PluginRegistry/tags/1.0
-
-  - CVS tag:  PluginRegistry-1_0
-
-  - Vendor import from ZC repository.
-

Deleted: Products.PluginRegistry/trunk/Products/PluginRegistry/README.txt
===================================================================
--- Products.PluginRegistry/trunk/Products/PluginRegistry/README.txt	2009-11-16 01:48:15 UTC (rev 105670)
+++ Products.PluginRegistry/trunk/Products/PluginRegistry/README.txt	2009-11-16 03:34:00 UTC (rev 105671)
@@ -1,18 +0,0 @@
-=========================
- Products.PluginRegistry
-=========================
-
-Products.PluginRegistry offers a simple component registry with the ability
-to register components for specific interfaces and order them.
-
-.. contents::
-
-Installation
-============
-
-If you want to install this package manually, without using setuptools,
-simply untar the package file downloaded from the PyPI site and look for
-the folder named "PluginRegistry" underneath the "Products" folder at the
-root of the extracted tarball. Copy or link this "PluginRegistry"
-folder into your Zope "Products" folder and restart Zope.
-

Modified: Products.PluginRegistry/trunk/Products/PluginRegistry/version.txt
===================================================================
--- Products.PluginRegistry/trunk/Products/PluginRegistry/version.txt	2009-11-16 01:48:15 UTC (rev 105670)
+++ Products.PluginRegistry/trunk/Products/PluginRegistry/version.txt	2009-11-16 03:34:00 UTC (rev 105671)
@@ -1 +1 @@
-1.2dev
+1.2

Modified: Products.PluginRegistry/trunk/README.txt
===================================================================
--- Products.PluginRegistry/trunk/README.txt	2009-11-16 01:48:15 UTC (rev 105670)
+++ Products.PluginRegistry/trunk/README.txt	2009-11-16 03:34:00 UTC (rev 105671)
@@ -1 +1,32 @@
-(See Products/PluginRegistry/README.txt).
+Products.PluginRegistry
+=======================
+
+Products.PluginRegistry offers a simple component registry with the ability
+to register components for specific interfaces and order them.
+
+Installation
+------------
+
+The normal way it install this package is via ``setuptools``, either
+via ``easy_install`` into a virtual environment::
+
+  $ cd /path/to/virtualenv
+  $ bin/easy_install Products.PluginRegistry
+
+or by including the package in the configuration for a ``zc.buildout``-based
+deployment::
+
+  $ cd /path/to/buildout
+  $ grep "eggs =" buildout.cfg
+  ...
+  eggs = Products.PluginRegistry
+  ...
+
+The product can also be installed as a depencency of another distribution.
+
+To install this package manually, without using setuptools,
+untar the package file downloaded from the PyPI site and look for
+the folder named "PluginRegistry" underneath the "Products" folder
+at the root of the extracted tarball. Copy or link this "PluginRegistry"
+folder into your Zope "Products" folder and restart Zope.
+

Modified: Products.PluginRegistry/trunk/setup.py
===================================================================
--- Products.PluginRegistry/trunk/setup.py	2009-11-16 01:48:15 UTC (rev 105670)
+++ Products.PluginRegistry/trunk/setup.py	2009-11-16 03:34:00 UTC (rev 105671)
@@ -12,15 +12,11 @@
 NAME = 'PluginRegistry'
 
 VERSION = _package_doc('version.txt').strip()
-if VERSION.startswith(NAME):
-    VERSION = VERSION[len(NAME):]
-while VERSION and VERSION[0] in '-_.':
-    VERSION = VERSION[1:]
 
-_boundary = '\n' + ('-' * 60) + '\n'
-README = ( _package_doc('README.txt')
-         + _boundary + _package_doc('CHANGES.txt')
-         + _boundary + "\nDownload\n========"
+_boundary = '\n\n'
+README = ( open('README.txt').read()
+         + _boundary
+         + open('CHANGES.txt').read()
          )
 
 setup(name='Products.PluginRegistry',



More information about the checkins mailing list