[Checkins] SVN: z3c.checkversions/trunk/ Moved to GitHub.

Stephen Richter cvs-admin at zope.org
Sat Mar 2 02:11:38 UTC 2013


Log message for revision 129994:
  Moved to GitHub.

Changed:
  D   z3c.checkversions/trunk/CHANGELOG.txt
  D   z3c.checkversions/trunk/COPYRIGHT.txt
  D   z3c.checkversions/trunk/LICENSE.txt
  D   z3c.checkversions/trunk/MANIFEST.in
  A   z3c.checkversions/trunk/MOVED_TO_GITHUB
  D   z3c.checkversions/trunk/README.txt
  D   z3c.checkversions/trunk/TODO.txt
  D   z3c.checkversions/trunk/setup.py
  D   z3c.checkversions/trunk/z3c/

-=-
Deleted: z3c.checkversions/trunk/CHANGELOG.txt
===================================================================
--- z3c.checkversions/trunk/CHANGELOG.txt	2013-03-02 02:11:24 UTC (rev 129993)
+++ z3c.checkversions/trunk/CHANGELOG.txt	2013-03-02 02:11:37 UTC (rev 129994)
@@ -1,43 +0,0 @@
-Changelog
-=========
-
-0.5 (unreleased)
-----------------
-
-- print old version comment on a separate line to make generated output usable
-  in buildout.
-- ignore installed packages while searching for new versions, only look in
-  the package index (makes the test suite more reliable, among other things).
-- fix IndexError: list index out of range when buildout.cfg had a package with
-  a blank version pin.
-
-0.4.1 (2010-08-25)
-------------------
-
-- fixed edge case bug where 1.0 was never updated to 1.0.x
-- warn buildout users about the extra requirement
-
-0.4 (2010-07-26)
-----------------
-
-- added a `blacklist` option for passing versions to avoid
-  (possibly coming from a buildbot)
-- added a `incremental` option to suggest only one upgrade
-- remove a temporary file during tests
-
-0.3 (2010-07-09)
-----------------
-
-- don't accumulate old comments
-- prefer final versions
-
-0.2 (2010-05-22)
-----------------
-
-- added a verbose option to print old versions as well
-- updated metadata, doc and license
-
-0.1 (2010-05-16)
-----------------
-
-- Initial release

Deleted: z3c.checkversions/trunk/COPYRIGHT.txt
===================================================================
--- z3c.checkversions/trunk/COPYRIGHT.txt	2013-03-02 02:11:24 UTC (rev 129993)
+++ z3c.checkversions/trunk/COPYRIGHT.txt	2013-03-02 02:11:37 UTC (rev 129994)
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file

Deleted: z3c.checkversions/trunk/LICENSE.txt
===================================================================
--- z3c.checkversions/trunk/LICENSE.txt	2013-03-02 02:11:24 UTC (rev 129993)
+++ z3c.checkversions/trunk/LICENSE.txt	2013-03-02 02:11:37 UTC (rev 129994)
@@ -1,44 +0,0 @@
-Zope Public License (ZPL) Version 2.1
-
-A copyright notice accompanies this license document that identifies the
-copyright holders.
-
-This license has been certified as open source. It has also been designated as
-GPL compatible by the Free Software Foundation (FSF).
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions in source code must retain the accompanying copyright
-notice, this list of conditions, and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the accompanying copyright
-notice, this list of conditions, and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-3. Names of the copyright holders must not be used to endorse or promote
-products derived from this software without prior written permission from the
-copyright holders.
-
-4. The right to distribute this software or to use it for any purpose does not
-give you the right to use Servicemarks (sm) or Trademarks (tm) of the
-copyright
-holders. Use of them is covered by separate agreement with the copyright
-holders.
-
-5. If any files are modified, you must cause the modified files to carry
-prominent notices stating that you changed the files and the date of any
-change.
-
-Disclaimer
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: z3c.checkversions/trunk/MANIFEST.in
===================================================================
--- z3c.checkversions/trunk/MANIFEST.in	2013-03-02 02:11:24 UTC (rev 129993)
+++ z3c.checkversions/trunk/MANIFEST.in	2013-03-02 02:11:37 UTC (rev 129994)
@@ -1,3 +0,0 @@
-include *.txt
-include MANIFEST.in
-recursive-include z3c *.txt *.html

Added: z3c.checkversions/trunk/MOVED_TO_GITHUB
===================================================================
--- z3c.checkversions/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ z3c.checkversions/trunk/MOVED_TO_GITHUB	2013-03-02 02:11:37 UTC (rev 129994)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/z3c.checkversions
\ No newline at end of file

Deleted: z3c.checkversions/trunk/README.txt
===================================================================
--- z3c.checkversions/trunk/README.txt	2013-03-02 02:11:24 UTC (rev 129993)
+++ z3c.checkversions/trunk/README.txt	2013-03-02 02:11:37 UTC (rev 129994)
@@ -1,124 +0,0 @@
-Introduction
-============
-
-Find newer versions of your installed Python packages, or newer versions of
-packages in a buildout file.
-
-This package provides a console script named ``checkversions``.
-
-Install
-=======
-
-you can install this package either in a virtualenv::
-
-    $ virtualenv sandbox
-    $ sandbox/bin/pip install z3c.checkversions
-    $ sandbox/bin/checkversions --help
-
-or in your system::
-
-    $ sudo pip install z3c.checkversions
-    $ checkversions --help
-
-or in a buildout::
-
-    [buildout]
-    parts = checkversions
-    
-    [checkversions]
-    recipe=zc.recipe.egg
-    eggs=z3c.checkversions [buildout]
-
-Note that buildout support is optional and must be enabled with [buildout] so
-that zc.buildout is installed as well.
-
-Usage
-=====
-
-::
-
-    $ checkversions -h
-    Usage: checkversions [-v] [-1] [-l LEVEL] [-i INDEX] [-b BLACKLIST] [buildout_file]
-    
-    This script will check new package versions of either your current installed
-    distributions or a buildout file if provided. It can detect major or minor
-    versions availability: level 0 gets the highest version (X.y.z), level 1 gets
-    the highest intermediate version (x.Y.z), level 2 gets the highest minor
-    version (x.y.Z).  Using level 2, you can automatically retrieve all bugfix
-    versions of a buildout.  If you provide a blacklist file with bad versions,
-    these versions won't be suggested.
-    
-    Options:
-      -h, --help            show this help message and exit
-      -l LEVEL, --level=LEVEL
-                            Version level to check
-      -i INDEX, --index=INDEX
-                            Provide and alternative package index URL
-      -b BLACKLIST, --blacklist=BLACKLIST
-                            Provide a blacklist file with bad versions
-      -1, --incremental     Suggest only one upgrade. Skip others.
-      -v, --verbose         Verbose mode (prints old versions too)
-
-
-Examples
-========
-
-For installed packages
-----------------------
-
-Example with a virtualenv::
-
-    $ virtualenv --no-site-packages sandbox
-    $ sandbox/bin/pip install z3c.checkversions
-    $ sandbox/bin/checkversions -v -l 1
-    # Checking your installed distributions
-    pip=0.7.1 # was: 0.6.3
-
-For a buildout
---------------
-
-It can work either with a full buildout.cfg or with a simple versions.cfg file.
-
-Here is a sample `versions.cfg` file::
-
-    [versions]
-    somepackage=0.5.3
-    otherpackage=0.1.1
-
-You can generate a new versions.cfg ::
-
-    $ checkversions -v -l 1 versions.cfg
-    # Checking buildout file versions.cfg
-    somepackage=0.6.2 # was: 0.5.0
-    otherpackage=0.1.2 # was: 0.1.1
-
-If you provide a blacklist file, such as `blacklist.cfg` containing bad
-versions, such as::
-
-    somepackage=0.6.2
-    somepackage=0.6.1
-
-Then these versions won't be suggested::
-
-    $ checkversions -v -l 1 versions.cfg -b blacklist.cfg
-    # Checking buildout file versions.cfg
-    somepackage=0.6.0 # was: 0.5.0
-    otherpackage=0.1.2 # was: 0.1.1
-
-If you enable the `--incremental` option, only one upgrade will be suggested::
-
-    $ checkversions --incremental -v -l 1 versions.cfg
-    # Checking buildout file versions.cfg
-    somepackage=0.6.0 # was: 0.5.0
-    otherpackage=0.1.1
-
-
-Run tests
-=========
-
-Uncompress the archive, then run::
-
-    $ python setup.py test
-
-
-

Deleted: z3c.checkversions/trunk/TODO.txt
===================================================================
--- z3c.checkversions/trunk/TODO.txt	2013-03-02 02:11:24 UTC (rev 129993)
+++ z3c.checkversions/trunk/TODO.txt	2013-03-02 02:11:37 UTC (rev 129994)
@@ -1,6 +0,0 @@
-todo list
-=========
-
-- make several network connection at once for faster detection
-- handle network timeouts (abort at the end ?)
-- use the egg name instead of the package name? (to avoid setuptools=0.6.12)

Deleted: z3c.checkversions/trunk/setup.py
===================================================================
--- z3c.checkversions/trunk/setup.py	2013-03-02 02:11:24 UTC (rev 129993)
+++ z3c.checkversions/trunk/setup.py	2013-03-02 02:11:37 UTC (rev 129994)
@@ -1,61 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2010 Zope Foundation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-
-from setuptools import setup, find_packages
-import os
-
-version = '0.5dev'
-
-setup(name='z3c.checkversions',
-      version=version,
-      description="Find newer package versions on PyPI",
-      long_description=open("README.txt").read() + "\n" +
-                       open("CHANGELOG.txt").read(),
-      # Get more strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
-      classifiers=[
-       "Programming Language :: Python",
-       'Development Status :: 5 - Production/Stable',
-       'Environment :: Console',
-       'Intended Audience :: Developers',
-       'License :: OSI Approved :: Zope Public License',
-       'Programming Language :: Python',
-       'Natural Language :: English',
-       'Operating System :: OS Independent',
-       'Topic :: Software Development :: Quality Assurance',
-       'Framework :: Zope2',
-       'Framework :: Zope3',
-       'Framework :: Buildout',
-        ],
-      keywords='version, buildout, packages, upgrade, zope, ztk',
-      author='Christophe Combelles and the Zope Community',
-      author_email='zope-dev at zope.org',
-      url='http://pypi.python.org/pypi/z3c.checkversions',
-      license='ZPL 2.1',
-      packages=find_packages(exclude=['ez_setup']),
-      namespace_packages=['z3c'],
-      include_package_data=True,
-      zip_safe=False,
-      install_requires=[
-          'setuptools',
-          # -*- Extra requirements: -*-
-      ],
-      extras_require={'buildout': ['zc.buildout']},
-      tests_require=['zc.buildout'],
-      test_suite='z3c.checkversions.test.test_suite',
-      entry_points="""
-      # -*- Entry points: -*-
-      [console_scripts]
-      checkversions = z3c.checkversions.main:main
-      """,
-      )



More information about the checkins mailing list