Metadata-Version: 1.0
Name: zope.z2release
Version: 0.3
Summary: Zope 2 release helper
Home-page: http://pypi.python.org/pypi/zope.z2release
Author: Andreas Jung
Author-email: info@zopyx.com
License: ZPL
Description: Introduction
        ============
        
        ``zope.z2releases`` is used to generated a PyPI compatible index with
        references to all pinned package versions based on the ``versions.cfg``
        configuration of the Zope 2 package.
        
        Usage
        =====
        
        To generate an index, use::
        
            z2_kgs tags/2.12.1 /srv/index/2.12.1
            z2_kgs branches/2.12 /srv/index/2.12
        
        Changelog
        =========
        
        0.3 - 2010-06-13
        ----------------
        
        - Added support for inline comments in the versions section.
        
        - Readme style fixes.
        
        0.2 - 2010-04-05
        ----------------
        
        * Avoid hardcoded upper_names list.
        
        0.1.5 - 2009-12-25
        ------------------
        
        * sanity check for download_url
        
        * better parameter check
        
        0.1.4 - 2009-08-06
        ------------------
        
        * better parameter check
        
        0.1.3 - 2009-04-25
        ------------------
        
        * generate a versions.cfg file within the index directory
        
        0.1.2 - 2009-04-25
        ------------------
        
        * removed hard-coded Zope 2 version
        
        0.1.1 - 2009-04-25
        ------------------
        
        * bahhh...fixed broken package
        
        0.1.0 - 2009-04-24
        ------------------
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
