commit python-zope-proxy for openSUSE:Factory
Hello community, here is the log from the commit of package python-zope-proxy for openSUSE:Factory checked in at Thu Nov 18 17:58:29 CET 2010. -------- --- python-zope-proxy/python-zope-proxy.changes 2010-11-10 13:50:33.000000000 +0100 +++ python-zope-proxy/python-zope-proxy.changes 2010-11-18 17:00:36.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Nov 18 16:00:05 UTC 2010 - hvogel@novell.com + +- Update to version 3.6.1 + * Make tests compatible with Python 2.7. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- zope.proxy-3.6.0.tar.bz2 New: ---- zope.proxy-3.6.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zope-proxy.spec ++++++ --- /var/tmp/diff_new_pack.4juQJe/_old 2010-11-18 17:57:46.000000000 +0100 +++ /var/tmp/diff_new_pack.4juQJe/_new 2010-11-18 17:57:46.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package python-zope-proxy (Version 3.6.0) +# spec file for package python-zope-proxy (Version 3.6.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,8 +19,8 @@ %define modname zope.proxy Name: python-zope-proxy -Version: 3.6.0 -Release: 4 +Version: 3.6.1 +Release: 1 Summary: Generic Transparent Proxies Url: http://pypi.python.org/pypi/zope.proxy License: Zope Public License ++++++ zope.proxy-3.6.0.tar.bz2 -> zope.proxy-3.6.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/CHANGES.txt new/zope.proxy-3.6.1/CHANGES.txt --- old/zope.proxy-3.6.0/CHANGES.txt 2010-04-30 23:27:30.000000000 +0200 +++ new/zope.proxy-3.6.1/CHANGES.txt 2010-07-06 20:02:14.000000000 +0200 @@ -2,6 +2,11 @@ CHANGES ======= +3.6.1 (2010-07-06) +------------------ + +- Make tests compatible with Python 2.7. + 3.6.0 (2010-04-30) ------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/COPYRIGHT.txt new/zope.proxy-3.6.1/COPYRIGHT.txt --- old/zope.proxy-3.6.0/COPYRIGHT.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/zope.proxy-3.6.1/COPYRIGHT.txt 2010-05-05 21:14:36.000000000 +0200 @@ -0,0 +1 @@ +Zope Foundation and Contributors \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/LICENSE.txt new/zope.proxy-3.6.1/LICENSE.txt --- old/zope.proxy-3.6.0/LICENSE.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/zope.proxy-3.6.1/LICENSE.txt 2010-05-05 21:14:36.000000000 +0200 @@ -0,0 +1,44 @@ +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. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/PKG-INFO new/zope.proxy-3.6.1/PKG-INFO --- old/zope.proxy-3.6.0/PKG-INFO 2010-04-30 23:28:28.000000000 +0200 +++ new/zope.proxy-3.6.1/PKG-INFO 2010-07-06 20:02:46.000000000 +0200 @@ -1,9 +1,9 @@ Metadata-Version: 1.0 Name: zope.proxy -Version: 3.6.0 +Version: 3.6.1 Summary: Generic Transparent Proxies Home-page: http://pypi.python.org/pypi/zope.proxy -Author: Zope Corporation and Contributors +Author: Zope Foundation and Contributors Author-email: zope-dev@zope.org License: ZPL 2.1 Description: @@ -28,6 +28,11 @@ CHANGES ======= + 3.6.1 (2010-07-06) + ------------------ + + - Make tests compatible with Python 2.7. + 3.6.0 (2010-04-30) ------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/bootstrap.py new/zope.proxy-3.6.1/bootstrap.py --- old/zope.proxy-3.6.0/bootstrap.py 2010-04-30 23:22:46.000000000 +0200 +++ new/zope.proxy-3.6.1/bootstrap.py 2010-06-03 19:22:48.000000000 +0200 @@ -16,8 +16,6 @@ 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. - -$Id: bootstrap.py 111743 2010-04-30 21:22:47Z hannosch $ """ import os, shutil, sys, tempfile, urllib2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/setup.py new/zope.proxy-3.6.1/setup.py --- old/zope.proxy-3.6.0/setup.py 2010-04-30 23:28:12.000000000 +0200 +++ new/zope.proxy-3.6.1/setup.py 2010-07-06 20:02:22.000000000 +0200 @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2006-2008 Zope Corporation and Contributors. +# Copyright (c) 2006-2008 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, @@ -17,8 +17,6 @@ # Zope Toolkit policies as described by this documentation. ############################################################################## """Setup for zope.proxy package - -$Id: setup.py 111746 2010-04-30 21:28:13Z hannosch $ """ import os from setuptools import setup, Extension @@ -27,8 +25,8 @@ return open(os.path.join(os.path.dirname(__file__), *rnames)).read() setup(name='zope.proxy', - version = '3.6.0', - author='Zope Corporation and Contributors', + version = '3.6.1', + author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Generic Transparent Proxies', long_description=( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/src/zope/proxy/__init__.py new/zope.proxy-3.6.1/src/zope/proxy/__init__.py --- old/zope.proxy-3.6.0/src/zope/proxy/__init__.py 2007-05-10 07:31:50.000000000 +0200 +++ new/zope.proxy-3.6.1/src/zope/proxy/__init__.py 2010-06-03 19:22:48.000000000 +0200 @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2003 Zope Corporation and Contributors. +# Copyright (c) 2003 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, @@ -12,8 +12,6 @@ # ############################################################################## """More convenience functions for dealing with proxies. - -$Id: __init__.py 75661 2007-05-10 05:31:51Z baijum $ """ from zope.interface import moduleProvides from zope.proxy.interfaces import IProxyIntrospection diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/src/zope/proxy/_zope_proxy_proxy.c new/zope.proxy-3.6.1/src/zope/proxy/_zope_proxy_proxy.c --- old/zope.proxy-3.6.0/src/zope/proxy/_zope_proxy_proxy.c 2009-01-29 19:13:20.000000000 +0100 +++ new/zope.proxy-3.6.1/src/zope/proxy/_zope_proxy_proxy.c 2010-05-05 21:14:36.000000000 +0200 @@ -1,6 +1,6 @@ /*############################################################################ # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2004 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/src/zope/proxy/decorator.py new/zope.proxy-3.6.1/src/zope/proxy/decorator.py --- old/zope.proxy-3.6.0/src/zope/proxy/decorator.py 2006-10-20 05:41:16.000000000 +0200 +++ new/zope.proxy-3.6.1/src/zope/proxy/decorator.py 2010-06-03 19:22:48.000000000 +0200 @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2003 Zope Corporation and Contributors. +# Copyright (c) 2003 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, @@ -15,8 +15,6 @@ Decorators are proxies that are mostly transparent but that may provide additional features. - -$Id: decorator.py 70826 2006-10-20 03:41:16Z baijum $ """ __docformat__ = "reStructuredText" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/src/zope/proxy/interfaces.py new/zope.proxy-3.6.1/src/zope/proxy/interfaces.py --- old/zope.proxy-3.6.0/src/zope/proxy/interfaces.py 2006-08-08 18:33:56.000000000 +0200 +++ new/zope.proxy-3.6.1/src/zope/proxy/interfaces.py 2010-06-03 19:22:48.000000000 +0200 @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2001, 2002 Zope Corporation and Contributors. +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, @@ -12,8 +12,6 @@ # ############################################################################## """Proxy-related interfaces. - -$Id: interfaces.py 69377 2006-08-08 16:33:57Z fdrake $ """ from zope.interface import Interface diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/src/zope/proxy/tests/test_decorator.py new/zope.proxy-3.6.1/src/zope/proxy/tests/test_decorator.py --- old/zope.proxy-3.6.0/src/zope/proxy/tests/test_decorator.py 2010-04-16 20:47:14.000000000 +0200 +++ new/zope.proxy-3.6.1/src/zope/proxy/tests/test_decorator.py 2010-06-03 19:22:48.000000000 +0200 @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2003 Zope Corporation and Contributors. +# Copyright (c) 2003 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, @@ -12,8 +12,6 @@ # ############################################################################## """Test Harness - -$Id: test_decorator.py 110992 2010-04-16 18:47:14Z tseaver $ """ from doctest import DocTestSuite diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/src/zope/proxy/tests/test_proxy.py new/zope.proxy-3.6.1/src/zope/proxy/tests/test_proxy.py --- old/zope.proxy-3.6.0/src/zope/proxy/tests/test_proxy.py 2010-04-16 20:47:14.000000000 +0200 +++ new/zope.proxy-3.6.1/src/zope/proxy/tests/test_proxy.py 2010-07-06 19:59:34.000000000 +0200 @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2003 Zope Corporation and Contributors. +# Copyright (c) 2003 Zope Foundation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, @@ -12,8 +12,6 @@ # ############################################################################## """Test base proxy class. - -$Id: test_proxy.py 110992 2010-04-16 18:47:14Z tseaver $ """ from doctest import DocTestSuite import pickle @@ -706,10 +704,13 @@ The first argument to `setProxiedObject()` must be a proxy; other objects cause it to raise an exception: - >>> setProxiedObject(c1, None) - Traceback (most recent call last): - TypeError: setProxiedObject() argument 1 must be zope.proxy.ProxyBase, not C - + >>> try: + ... setProxiedObject(c1, None) + ... except TypeError: + ... print "TypeError raised" + ... else: + ... print "Excpected TypeError not raised" + TypeError raised """ def test_suite(): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/src/zope.proxy.egg-info/PKG-INFO new/zope.proxy-3.6.1/src/zope.proxy.egg-info/PKG-INFO --- old/zope.proxy-3.6.0/src/zope.proxy.egg-info/PKG-INFO 2010-04-30 23:28:28.000000000 +0200 +++ new/zope.proxy-3.6.1/src/zope.proxy.egg-info/PKG-INFO 2010-07-06 20:02:46.000000000 +0200 @@ -1,9 +1,9 @@ Metadata-Version: 1.0 Name: zope.proxy -Version: 3.6.0 +Version: 3.6.1 Summary: Generic Transparent Proxies Home-page: http://pypi.python.org/pypi/zope.proxy -Author: Zope Corporation and Contributors +Author: Zope Foundation and Contributors Author-email: zope-dev@zope.org License: ZPL 2.1 Description: @@ -28,6 +28,11 @@ CHANGES ======= + 3.6.1 (2010-07-06) + ------------------ + + - Make tests compatible with Python 2.7. + 3.6.0 (2010-04-30) ------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.proxy-3.6.0/src/zope.proxy.egg-info/SOURCES.txt new/zope.proxy-3.6.1/src/zope.proxy.egg-info/SOURCES.txt --- old/zope.proxy-3.6.0/src/zope.proxy.egg-info/SOURCES.txt 2010-04-30 23:28:28.000000000 +0200 +++ new/zope.proxy-3.6.1/src/zope.proxy.egg-info/SOURCES.txt 2010-07-06 20:02:46.000000000 +0200 @@ -1,4 +1,6 @@ CHANGES.txt +COPYRIGHT.txt +LICENSE.txt README.txt bootstrap.py buildout.cfg ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de