Metadata-Version: 2.1
Name: batou_scm
Version: 1.0b2
Summary: Batou components for managing source code in a development deployment.
Home-page: https://github.com/gocept/batou_scm
Author: gocept <mail@gocept.com>
Author-email: mail@gocept.com
License: ZPL 2.1
Description: ==========================
        The batou_scm distribution
        ==========================
        
        Batou components for managing source code in a development deployment.
        
        This package is compatible with Python version 3.5+.
        
        
        ====================
        Developing batou_scm
        ====================
        
        :Author:
            `gocept <http://gocept.com/>`_ <mail@gocept.com>
        
        :PyPI page:
            https://pypi.python.org/pypi/batou_scm
        
        :Issues:
            https://github.com/gocept/batou_scm/issues
        
        :Source code:
            https://github.com/gocept/batou_scm
        
        :Current change log:
            https://raw.githubusercontent.com/gocept/batou_scm/master/CHANGES.rst
        
        
        ========================
        Change log for batou_scm
        ========================
        
        1.0b2 (2020-06-15)
        ==================
        
        - Update default versions used in Buildout component to recent versions.
        
        
        1.0b1 (2020-05-08)
        ==================
        
        - Add support for Python 3.6 up to 3.8.
        
        - Require ``batou >= 2``.
        
        - Drop support for Python 2.7.
        
        - Migrate repository to github.
        
        
        0.6.3 (2018-05-04)
        ==================
        
        - Remove bitbucket.org fingerprint.
        
        
        0.6.2 (2018-05-04)
        ==================
        
        - Update bitbucket.org fingerprint again.
        
        - Remove `code.gocept.com` from fingerprints.
        
        
        0.6.1 (2018-05-04)
        ==================
        
        - Update bitbucket.org fingerprint.
        
        
        0.6 (2017-11-29)
        ================
        
        - Update to `batou >= 1.6` and `pytest >= 3.3`.
        
        
        0.5 (2017-11-13)
        ================
        
        - Remove absolute path in setup.py.
        
        
        0.4 (2017-05-30)
        ================
        
        - Fix `has_changes` detection of clone in buildout component.
          This requires `batou >= 1.3`.
        
        
        0.3.2 (2016-05-09)
        ==================
        
        - Fixed compatibility with pre-1.1 batou.
        
        
        0.3.1 (2016-05-09)
        ==================
        
        - Update bitbucket.org fingerprint.
        
        - Require current batou for tests while keeping code compatible with pre-1.0.
        
        
        0.3 (2016-04-15)
        ================
        
        - Use ``zc.buildout == 2.5.0`` and ``setuptools == 20.7`` as default versions.
        
        - Drop support for Python 2.6.
        
        
        0.2 (2015-09-21)
        ================
        
        - Add ``BuildoutWithVersionPins`` to be able to handle version pinnings in a
          separate source package.
        
        
        0.1.3 (2015-05-21)
        ==================
        
        - Update bitbucket.org fingerprint.
        
        
        0.1.2 (2015-01-12)
        ==================
        
        - Make ``Buildout.eggs_directory`` path configurable.
        
        
        0.1.1 (2014-11-28)
        ==================
        
        - Update code.gocept.com fingerprint.
        
        
        0.1 (2014-08-28)
        ================
        
        - initial release
        
Keywords: batou source code development checkout clone buildout
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.6, <4
Provides-Extra: test
