Hello community,
here is the log from the commit of package python-zope.interface for
openSUSE:Factory checked in at 2014-09-28 19:58:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.interface (Old)
and /work/SRC/openSUSE:Factory/.python-zope.interface.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.interface"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.interface/python-zope.interface.changes
2014-02-26 06:55:23.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.interface.new/python-zope.interface.changes
2014-09-28 19:58:02.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 16 13:53:43 UTC 2014 - [email protected]
+
+- Update to version 4.1.1:
+ * Added support for Python 3.4.
+
+-------------------------------------------------------------------
Old:
----
zope.interface-4.1.0.tar.gz
New:
----
zope.interface-4.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.interface.spec ++++++
--- /var/tmp/diff_new_pack.18WTUS/_old 2014-09-28 19:58:03.000000000 +0200
+++ /var/tmp/diff_new_pack.18WTUS/_new 2014-09-28 19:58:03.000000000 +0200
@@ -17,7 +17,7 @@
Name: python-zope.interface
-Version: 4.1.0
+Version: 4.1.1
Release: 0
Url: http://pypi.python.org/pypi/zope.interface
Summary: Interfaces for Python
++++++ zope.interface-4.1.0.tar.gz -> zope.interface-4.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.interface-4.1.0/.gitignore
new/zope.interface-4.1.1/.gitignore
--- old/zope.interface-4.1.0/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/zope.interface-4.1.1/.gitignore 2013-01-07 23:41:46.000000000 +0100
@@ -0,0 +1,16 @@
+*.pyc
+*.so
+__pycache__
+.installed.cfg
+bin
+eggs
+develop-eggs
+docs
+parts
+*.egg-info
+build
+docs/_build
+.coverage
+.tox
+nosetests.xml
+coverage.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.interface-4.1.0/.travis.yml
new/zope.interface-4.1.1/.travis.yml
--- old/zope.interface-4.1.0/.travis.yml 1970-01-01 01:00:00.000000000
+0100
+++ new/zope.interface-4.1.1/.travis.yml 2013-06-13 00:43:21.000000000
+0200
@@ -0,0 +1,13 @@
+language: python
+python:
+ - 2.6
+ - 2.7
+ - 3.2
+ - 3.3
+ - pypy
+install:
+ - pip install . --use-mirrors
+script:
+ - python setup.py test -q
+notifications:
+ email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.interface-4.1.0/CHANGES.rst
new/zope.interface-4.1.1/CHANGES.rst
--- old/zope.interface-4.1.0/CHANGES.rst 2014-02-06 03:11:02.000000000
+0100
+++ new/zope.interface-4.1.1/CHANGES.rst 2014-03-19 19:34:00.000000000
+0100
@@ -1,6 +1,12 @@
``zope.interface Changelog``
============================
+4.1.1 (2014-03-19)
+------------------
+
+- Added support for Python 3.4.
+
+
4.1.0 (2014-02-05)
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.interface-4.1.0/PKG-INFO
new/zope.interface-4.1.1/PKG-INFO
--- old/zope.interface-4.1.0/PKG-INFO 2014-02-06 03:13:05.000000000 +0100
+++ new/zope.interface-4.1.1/PKG-INFO 2014-03-19 19:34:39.000000000 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
Name: zope.interface
-Version: 4.1.0
+Version: 4.1.1
Summary: Interfaces for Python
Home-page: http://pypi.python.org/pypi/zope.interface
Author: Zope Foundation and Contributors
@@ -25,6 +25,12 @@
``zope.interface Changelog``
============================
+ 4.1.1 (2014-03-19)
+ ------------------
+
+ - Added support for Python 3.4.
+
+
4.1.0 (2014-02-05)
------------------
@@ -423,6 +429,7 @@
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Zope3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.interface-4.1.0/bootstrap.py
new/zope.interface-4.1.1/bootstrap.py
--- old/zope.interface-4.1.0/bootstrap.py 1970-01-01 01:00:00.000000000
+0100
+++ new/zope.interface-4.1.1/bootstrap.py 2013-07-10 02:33:10.000000000
+0200
@@ -0,0 +1,170 @@
+##############################################################################
+#
+# Copyright (c) 2006 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.
+#
+##############################################################################
+"""Bootstrap a buildout-based project
+
+Simply run this script in a directory containing a buildout.cfg.
+The script accepts buildout command-line options, so you can
+use the -c option to specify an alternate configuration file.
+"""
+
+import os
+import shutil
+import sys
+import tempfile
+
+from optparse import OptionParser
+
+tmpeggs = tempfile.mkdtemp()
+
+usage = '''\
+[DESIRED PYTHON FOR BUILDOUT] bootstrap.py [options]
+
+Bootstraps a buildout-based project.
+
+Simply run this script in a directory containing a buildout.cfg, using the
+Python that you want bin/buildout to use.
+
+Note that by using --find-links to point to local resources, you can keep
+this script from going over the network.
+'''
+
+parser = OptionParser(usage=usage)
+parser.add_option("-v", "--version", help="use a specific zc.buildout version")
+
+parser.add_option("-t", "--accept-buildout-test-releases",
+ dest='accept_buildout_test_releases',
+ action="store_true", default=False,
+ help=("Normally, if you do not specify a --version, the "
+ "bootstrap script and buildout gets the newest "
+ "*final* versions of zc.buildout and its recipes and "
+ "extensions for you. If you use this flag, "
+ "bootstrap and buildout will get the newest releases "
+ "even if they are alphas or betas."))
+parser.add_option("-c", "--config-file",
+ help=("Specify the path to the buildout configuration "
+ "file to be used."))
+parser.add_option("-f", "--find-links",
+ help=("Specify a URL to search for buildout releases"))
+
+
+options, args = parser.parse_args()
+
+######################################################################
+# load/install setuptools
+
+to_reload = False
+try:
+ import pkg_resources
+ import setuptools
+except ImportError:
+ ez = {}
+
+ try:
+ from urllib.request import urlopen
+ except ImportError:
+ from urllib2 import urlopen
+
+ # XXX use a more permanent ez_setup.py URL when available.
+ exec(urlopen('https://bitbucket.org/pypa/setuptools/raw/0.7.2/ez_setup.py'
+ ).read(), ez)
+ setup_args = dict(to_dir=tmpeggs, download_delay=0)
+ ez['use_setuptools'](**setup_args)
+
+ if to_reload:
+ reload(pkg_resources)
+ import pkg_resources
+ # This does not (always?) update the default working set. We will
+ # do it.
+ for path in sys.path:
+ if path not in pkg_resources.working_set.entries:
+ pkg_resources.working_set.add_entry(path)
+
+######################################################################
+# Install buildout
+
+ws = pkg_resources.working_set
+
+cmd = [sys.executable, '-c',
+ 'from setuptools.command.easy_install import main; main()',
+ '-mZqNxd', tmpeggs]
+
+find_links = os.environ.get(
+ 'bootstrap-testing-find-links',
+ options.find_links or
+ ('http://downloads.buildout.org/'
+ if options.accept_buildout_test_releases else None)
+ )
+if find_links:
+ cmd.extend(['-f', find_links])
+
+setuptools_path = ws.find(
+ pkg_resources.Requirement.parse('setuptools')).location
+
+requirement = 'zc.buildout'
+version = options.version
+if version is None and not options.accept_buildout_test_releases:
+ # Figure out the most recent final version of zc.buildout.
+ import setuptools.package_index
+ _final_parts = '*final-', '*final'
+
+ def _final_version(parsed_version):
+ for part in parsed_version:
+ if (part[:1] == '*') and (part not in _final_parts):
+ return False
+ return True
+ index = setuptools.package_index.PackageIndex(
+ search_path=[setuptools_path])
+ if find_links:
+ index.add_find_links((find_links,))
+ req = pkg_resources.Requirement.parse(requirement)
+ if index.obtain(req) is not None:
+ best = []
+ bestv = None
+ for dist in index[req.project_name]:
+ distv = dist.parsed_version
+ if _final_version(distv):
+ if bestv is None or distv > bestv:
+ best = [dist]
+ bestv = distv
+ elif distv == bestv:
+ best.append(dist)
+ if best:
+ best.sort()
+ version = best[-1].version
+if version:
+ requirement = '=='.join((requirement, version))
+cmd.append(requirement)
+
+import subprocess
+if subprocess.call(cmd, env=dict(os.environ, PYTHONPATH=setuptools_path)) != 0:
+ raise Exception(
+ "Failed to execute command:\n%s",
+ repr(cmd)[1:-1])
+
+######################################################################
+# Import and run buildout
+
+ws.add_entry(tmpeggs)
+ws.require(requirement)
+import zc.buildout.buildout
+
+if not [a for a in args if '=' not in a]:
+ args.append('bootstrap')
+
+# if -c was provided, we push it back into args for buildout' main function
+if options.config_file is not None:
+ args[0:0] = ['-c', options.config_file]
+
+zc.buildout.buildout.main(args)
+shutil.rmtree(tmpeggs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.interface-4.1.0/buildout.cfg
new/zope.interface-4.1.1/buildout.cfg
--- old/zope.interface-4.1.0/buildout.cfg 1970-01-01 01:00:00.000000000
+0100
+++ new/zope.interface-4.1.1/buildout.cfg 2013-01-07 23:36:49.000000000
+0100
@@ -0,0 +1,14 @@
+[buildout]
+develop = .
+parts = test python
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = zope.interface
+ zope.event
+
+[python]
+recipe = zc.recipe.egg
+eggs = zope.interface
+ zope.event
+interpreter = python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.interface-4.1.0/docs/_build/doctest/output.txt
new/zope.interface-4.1.1/docs/_build/doctest/output.txt
--- old/zope.interface-4.1.0/docs/_build/doctest/output.txt 2013-02-21
07:17:13.000000000 +0100
+++ new/zope.interface-4.1.1/docs/_build/doctest/output.txt 2013-01-07
23:40:11.000000000 +0100
@@ -1,14 +1,6 @@
-Results of doctest builder run on 2013-02-21 01:17:13
+Results of doctest builder run on 2013-01-07 17:40:11
=====================================================
-Document: human
----------------
-1 items passed all tests:
- 18 tests in default
-18 tests in 1 items.
-18 passed and 0 failed.
-Test passed.
-
Document: verify
----------------
1 items passed all tests:
@@ -33,6 +25,14 @@
315 passed and 0 failed.
Test passed.
+Document: human
+---------------
+1 items passed all tests:
+ 18 tests in default
+18 tests in 1 items.
+18 passed and 0 failed.
+Test passed.
+
Document: README
----------------
1 items passed all tests:
Files old/zope.interface-4.1.0/docs/_build/doctrees/README.doctree and
new/zope.interface-4.1.1/docs/_build/doctrees/README.doctree differ
Files old/zope.interface-4.1.0/docs/_build/doctrees/README.ru.doctree and
new/zope.interface-4.1.1/docs/_build/doctrees/README.ru.doctree differ
Files old/zope.interface-4.1.0/docs/_build/doctrees/adapter.doctree and
new/zope.interface-4.1.1/docs/_build/doctrees/adapter.doctree differ
Files old/zope.interface-4.1.0/docs/_build/doctrees/adapter.ru.doctree and
new/zope.interface-4.1.1/docs/_build/doctrees/adapter.ru.doctree differ
Files old/zope.interface-4.1.0/docs/_build/doctrees/api.doctree and
new/zope.interface-4.1.1/docs/_build/doctrees/api.doctree differ
Files old/zope.interface-4.1.0/docs/_build/doctrees/environment.pickle and
new/zope.interface-4.1.1/docs/_build/doctrees/environment.pickle differ
Files old/zope.interface-4.1.0/docs/_build/doctrees/foodforthought.doctree and
new/zope.interface-4.1.1/docs/_build/doctrees/foodforthought.doctree differ
Files old/zope.interface-4.1.0/docs/_build/doctrees/hacking.doctree and
new/zope.interface-4.1.1/docs/_build/doctrees/hacking.doctree differ
Files old/zope.interface-4.1.0/docs/_build/doctrees/human.doctree and
new/zope.interface-4.1.1/docs/_build/doctrees/human.doctree differ
Files old/zope.interface-4.1.0/docs/_build/doctrees/human.ru.doctree and
new/zope.interface-4.1.1/docs/_build/doctrees/human.ru.doctree differ
Files old/zope.interface-4.1.0/docs/_build/doctrees/index.doctree and
new/zope.interface-4.1.1/docs/_build/doctrees/index.doctree differ
Files old/zope.interface-4.1.0/docs/_build/doctrees/verify.doctree and
new/zope.interface-4.1.1/docs/_build/doctrees/verify.doctree differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zope.interface-4.1.0/docs/_build/html/_static/pygments.css
new/zope.interface-4.1.1/docs/_build/html/_static/pygments.css
--- old/zope.interface-4.1.0/docs/_build/html/_static/pygments.css
2013-02-21 07:17:12.000000000 +0100
+++ new/zope.interface-4.1.1/docs/_build/html/_static/pygments.css
2013-01-07 23:40:10.000000000 +0100
@@ -13,11 +13,11 @@
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
-.highlight .go { color: #333333 } /* Generic.Output */
+.highlight .go { color: #303030 } /* Generic.Output */
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
-.highlight .gt { color: #0044DD } /* Generic.Traceback */
+.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.interface-4.1.0/setup.cfg
new/zope.interface-4.1.1/setup.cfg
--- old/zope.interface-4.1.0/setup.cfg 2014-02-06 03:13:05.000000000 +0100
+++ new/zope.interface-4.1.1/setup.cfg 2014-03-19 19:34:39.000000000 +0100
@@ -1,6 +1,11 @@
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
+
[nosetests]
-nocapture = 1
cover-package = zope.interface
+nocapture = 1
cover-erase = 1
with-doctest = 0
where = src
@@ -9,8 +14,3 @@
dev = develop easy_install zope.interface[testing]
docs = easy_install zope.interface[docs]
-[egg_info]
-tag_build =
-tag_date = 0
-tag_svn_revision = 0
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.interface-4.1.0/setup.py
new/zope.interface-4.1.1/setup.py
--- old/zope.interface-4.1.0/setup.py 2014-02-06 03:11:02.000000000 +0100
+++ new/zope.interface-4.1.1/setup.py 2014-03-19 19:33:39.000000000 +0100
@@ -112,7 +112,7 @@
)
setup(name='zope.interface',
- version='4.1.0',
+ version='4.1.1',
url='http://pypi.python.org/pypi/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',
@@ -131,6 +131,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
+ "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Zope3",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.interface-4.1.0/src/coverage.xml
new/zope.interface-4.1.1/src/coverage.xml
--- old/zope.interface-4.1.0/src/coverage.xml 2013-02-21 07:17:09.000000000
+0100
+++ new/zope.interface-4.1.1/src/coverage.xml 2013-01-07 23:38:25.000000000
+0100
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE coverage
SYSTEM 'http://cobertura.sourceforge.net/xml/coverage-03.dtd'>
-<coverage branch-rate="0" line-rate="1" timestamp="1361427429145"
version="3.6">
+<coverage branch-rate="0" line-rate="1" timestamp="1357598305235"
version="3.6">
<!-- Generated by coverage.py: http://nedbatchelder.com/code/coverage
-->
<packages>
<package branch-rate="0" complexity="0" line-rate="1" name="">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zope.interface-4.1.0/src/zope.interface.egg-info/PKG-INFO
new/zope.interface-4.1.1/src/zope.interface.egg-info/PKG-INFO
--- old/zope.interface-4.1.0/src/zope.interface.egg-info/PKG-INFO
2014-02-06 03:13:05.000000000 +0100
+++ new/zope.interface-4.1.1/src/zope.interface.egg-info/PKG-INFO
2014-03-19 19:34:38.000000000 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
Name: zope.interface
-Version: 4.1.0
+Version: 4.1.1
Summary: Interfaces for Python
Home-page: http://pypi.python.org/pypi/zope.interface
Author: Zope Foundation and Contributors
@@ -25,6 +25,12 @@
``zope.interface Changelog``
============================
+ 4.1.1 (2014-03-19)
+ ------------------
+
+ - Added support for Python 3.4.
+
+
4.1.0 (2014-02-05)
------------------
@@ -423,6 +429,7 @@
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Zope3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zope.interface-4.1.0/src/zope.interface.egg-info/SOURCES.txt
new/zope.interface-4.1.1/src/zope.interface.egg-info/SOURCES.txt
--- old/zope.interface-4.1.0/src/zope.interface.egg-info/SOURCES.txt
2014-02-06 03:13:05.000000000 +0100
+++ new/zope.interface-4.1.1/src/zope.interface.egg-info/SOURCES.txt
2014-03-19 19:34:39.000000000 +0100
@@ -1,10 +1,15 @@
+.gitignore
+.travis.yml
CHANGES.rst
COPYRIGHT.txt
LICENSE.txt
MANIFEST.in
README.rst
+bootstrap.py
+buildout.cfg
setup.cfg
setup.py
+tox.ini
docs/Makefile
docs/README.rst
docs/README.ru.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.interface-4.1.0/tox.ini
new/zope.interface-4.1.1/tox.ini
--- old/zope.interface-4.1.0/tox.ini 1970-01-01 01:00:00.000000000 +0100
+++ new/zope.interface-4.1.1/tox.ini 2014-03-18 20:52:43.000000000 +0100
@@ -0,0 +1,38 @@
+[tox]
+envlist =
+# Jython support pending 2.7 support, due 2012-07-15 or so. See:
+# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
+# py26,py27,py32,jython,pypy,coverage
+ py26,py27,py32,py33,py34,pypy,coverage,docs
+
+[testenv]
+commands =
+ python setup.py test -q
+deps = zope.event
+
+[testenv:jython]
+commands =
+ jython setup.py test -q
+
+[testenv:py32]
+deps = zope.event
+
+[testenv:coverage]
+basepython =
+ python2.7
+commands =
+ nosetests --with-xunit --with-xcoverage
+deps =
+ nose
+ coverage
+ nosexcover
+
+[testenv:docs]
+basepython =
+ python2.7
+commands =
+ sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
+ sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
+deps =
+ Sphinx
+ repoze.sphinx.autointerface
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]