commit python3-zope.interface for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2017-02-21 13:36:17

Comparing /work/SRC/openSUSE:Factory/python3-zope.interface (Old)
 and  /work/SRC/openSUSE:Factory/.python3-zope.interface.new (New)


Package is "python3-zope.interface"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface-doc.changes
2016-11-03 12:58:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface-doc.changes
   2017-02-21 13:36:18.451145629 +0100
@@ -1,0 +2,11 @@
+Fri Feb 10 16:40:22 UTC 2017 - h...@urpla.net
+
+- update to version 4.3.3:
+  * Correct typos and ReST formatting errors in documentation.
+  * Add API documentation for the adapter registry.
+  * Ensure that the LICENSE.txt file is included in built wheels.
+  * Fix C optimizations broken on Py3k. See the Python bug at:
+http://bugs.python.org/issue15657
+(https://github.com/zopefoundation/zope.interface/issues/60)
+
+---
python3-zope.interface.changes: same change
python3-zope.root.changes: same change

Old:

  zope.interface-4.3.2.tar.gz

New:

  zope.interface-4.3.3.tar.gz



Other differences:
--
++ python3-zope.interface-doc.spec ++
--- /var/tmp/diff_new_pack.aYW0K7/_old  2017-02-21 13:36:19.355018120 +0100
+++ /var/tmp/diff_new_pack.aYW0K7/_new  2017-02-21 13:36:19.359017556 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python3-zope.interface
+# spec file for package python3-zope.interface-doc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-zope.interface-doc
-Version:4.3.2
+Version:4.3.3
 Release:0
 Url:http://pypi.python.org/pypi/zope.interface
 Summary:Interfaces for Python
@@ -27,8 +27,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python3-devel
-BuildRequires:  python3-zope.interface = %{version}
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-zope.interface = %{version}
 # Documentation requirements:
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-repoze.sphinx.autointerface

++ python3-zope.interface.spec ++
--- /var/tmp/diff_new_pack.aYW0K7/_old  2017-02-21 13:36:19.383014170 +0100
+++ /var/tmp/diff_new_pack.aYW0K7/_new  2017-02-21 13:36:19.383014170 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.interface
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-zope.interface
-Version:4.3.2
+Version:4.3.3
 Release:0
 Url:http://pypi.python.org/pypi/zope.interface
 Summary:Interfaces for Python

python3-zope.root.spec: same change
++ zope.interface-4.3.2.tar.gz -> zope.interface-4.3.3.tar.gz ++
 1792 lines of diff (skipped)




commit python3-zope.interface for openSUSE:Factory

2016-11-03 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2016-11-03 12:58:41

Comparing /work/SRC/openSUSE:Factory/python3-zope.interface (Old)
 and  /work/SRC/openSUSE:Factory/.python3-zope.interface.new (New)


Package is "python3-zope.interface"

Changes:

New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface-doc.changes
   2016-11-03 12:58:42.0 +0100
@@ -0,0 +1,18 @@
+---
+Thu Nov  3 04:03:16 UTC 2016 - toddrme2...@gmail.com
+
+- Remove unneeded test dependencies.
+
+---
+Wed Nov  2 22:14:38 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation and tests into own subpackage
+  to speed up build
+- Create a shared "zope/__init__.py" file to guarantee zope
+  packages are always importable.  The existing zope packages don't
+  create this file, resulting in import errors.  If they did create
+  the file individually, it would conflict.  This shared file
+  avoids both issues.  The file is minimal.  It is based on the
+  version in zope.interface because it doesn't depend on setuptools
+  at runtime.
+
--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
2016-09-17 14:37:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
   2016-11-03 12:58:42.0 +0100
@@ -1,0 +2,22 @@
+Wed Nov  2 22:14:38 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation and tests into own subpackage
+  to speed up build
+- Create a shared "zope/__init__.py" file to guarantee zope
+  packages are always importable.  The existing zope packages don't
+  create this file, resulting in import errors.  If they did create
+  the file individually, it would conflict.  This shared file
+  avoids both issues.  The file is minimal.  It is based on the
+  version in zope.interface because it doesn't depend on setuptools
+  at runtime.
+
+---
+Wed Oct 12 12:36:45 UTC 2016 - br...@ioda-net.ch
+
+- Packaging : 
+  * Use pypi.io url for sources
+  * Add buildrequires for documentation build and tests
+  * Activate tests
+  * Create -doc package 
+
+---
New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.root.changes
2016-11-03 12:58:42.0 +0100
@@ -0,0 +1,13 @@
+---
+Wed Nov  2 22:14:38 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation and tests into own subpackage
+  to speed up build
+- Create a shared "zope/__init__.py" file to guarantee zope
+  packages are always importable.  The existing zope packages don't
+  create this file, resulting in import errors.  If they did create
+  the file individually, it would conflict.  This shared file
+  avoids both issues.  The file is minimal.  It is based on the
+  version in zope.interface because it doesn't depend on setuptools
+  at runtime.
+

New:

  python3-zope.interface-doc.changes
  python3-zope.interface-doc.spec
  python3-zope.root.changes
  python3-zope.root.spec



Other differences:
--
++ python3-zope.interface-doc.spec ++
#
# spec file for package python3-zope.interface
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python3-zope.interface-doc
Version:4.3.2
Release:0
Url:http://pypi.python.org/pypi/zope.interface
Summary:Interfaces for Python
License:ZPL-2.1
Group:  Documentation/Other
Source: 
https://pypi.io/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  fdupes
BuildRequires:  python3-devel
BuildRequires:  python3-zope.interface = %{version}
Buil

commit python3-zope.interface for openSUSE:Factory

2016-09-17 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2016-09-17 14:37:00

Comparing /work/SRC/openSUSE:Factory/python3-zope.interface (Old)
 and  /work/SRC/openSUSE:Factory/.python3-zope.interface.new (New)


Package is "python3-zope.interface"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
2016-06-29 15:02:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
   2016-09-17 14:37:01.0 +0200
@@ -1,0 +2,25 @@
+Mon Sep 12 19:44:17 UTC 2016 - a...@gmx.de
+
+- update to version 4.3.2:
+  * Fix equality testing of "implementedBy" objects and proxies.
+(https://github.com/zopefoundation/zope.interface/issues/55)
+
+- changes from version 4.3.1:
+  * Support Components subclasses that are not hashable.
+(https://github.com/zopefoundation/zope.interface/issues/53)
+
+- changes from version 4.3.0:
+  * Add the ability to sort the objects returned by "implementedBy".
+This is compatible with the way interface classes sort so they can
+be used together in ordered containers like BTrees.
+(https://github.com/zopefoundation/zope.interface/issues/42)
+  * Make "setuptools" a hard dependency of "setup.py".
+(https://github.com/zopefoundation/zope.interface/issues/13)
+  * Change a linear algorithm (O(n)) in "Components.registerUtility"
+and "Components.unregisterUtility" into a dictionary lookup (O(1))
+for hashable components. This substantially improves the time
+taken to manipulate utilities in large registries at the cost of
+some additional memory
+usage. (https://github.com/zopefoundation/zope.interface/issues/46)
+
+---

Old:

  zope.interface-4.2.0.tar.gz

New:

  zope.interface-4.3.2.tar.gz



Other differences:
--
++ python3-zope.interface.spec ++
--- /var/tmp/diff_new_pack.3j4rgn/_old  2016-09-17 14:37:02.0 +0200
+++ /var/tmp/diff_new_pack.3j4rgn/_new  2016-09-17 14:37:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-zope.interface
-Version:4.2.0
+Version:4.3.2
 Release:0
 Url:http://pypi.python.org/pypi/zope.interface
 Summary:Interfaces for Python

++ zope.interface-4.2.0.tar.gz -> zope.interface-4.3.2.tar.gz ++
 2409 lines of diff (skipped)




commit python3-zope.interface for openSUSE:Factory

2016-06-29 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2016-06-29 15:02:08

Comparing /work/SRC/openSUSE:Factory/python3-zope.interface (Old)
 and  /work/SRC/openSUSE:Factory/.python3-zope.interface.new (New)


Package is "python3-zope.interface"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
2016-05-17 17:13:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
   2016-06-29 15:02:09.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun 19 01:29:08 UTC 2016 - a...@gmx.de
+
+- update to version 4.2.0:
+  * Add support for Python 3.5
+  * Drop support for Python 2.6 and 3.2.
+
+---
@@ -7 +13,0 @@
-

Old:

  zope.interface-4.1.3.tar.gz

New:

  zope.interface-4.2.0.tar.gz



Other differences:
--
++ python3-zope.interface.spec ++
--- /var/tmp/diff_new_pack.nVLnu0/_old  2016-06-29 15:02:10.0 +0200
+++ /var/tmp/diff_new_pack.nVLnu0/_new  2016-06-29 15:02:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-zope.interface
-Version:4.1.3
+Version:4.2.0
 Release:0
 Url:http://pypi.python.org/pypi/zope.interface
 Summary:Interfaces for Python

++ zope.interface-4.1.3.tar.gz -> zope.interface-4.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.interface-4.1.3/.gitignore 
new/zope.interface-4.2.0/.gitignore
--- old/zope.interface-4.1.3/.gitignore 1970-01-01 01:00:00.0 +0100
+++ new/zope.interface-4.2.0/.gitignore 2015-06-01 18:09:37.0 +0200
@@ -0,0 +1,16 @@
+*.egg-info
+*.pyc
+*.so
+__pycache__
+.coverage
+.installed.cfg
+nosetests.xml
+coverage.xml
+.eggs/
+.tox/
+bin/
+build/
+eggs/
+develop-eggs/
+docs/_build/
+parts/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.interface-4.1.3/.travis.yml 
new/zope.interface-4.2.0/.travis.yml
--- old/zope.interface-4.1.3/.travis.yml1970-01-01 01:00:00.0 
+0100
+++ new/zope.interface-4.2.0/.travis.yml2016-06-10 15:55:50.0 
+0200
@@ -0,0 +1,50 @@
+language: python
+sudo: false
+matrix:
+include:
+- os: linux
+  python: 2.7
+- os: linux
+  python: 3.3
+- os: linux
+  python: 3.4
+- os: linux
+  python: 3.5
+- os: linux
+  python: pypy
+- os: linux
+  python: pypy3
+- os: osx
+  language: generic
+  env: TERRYFY_PYTHON='homebrew 2'
+- os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 3.4'
+- os: osx
+  language: generic
+  env: TERRYFY_PYTHON='homebrew 3'
+before_install:
+- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then git clone 
https://github.com/MacPython/terryfy; fi
+- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source 
terryfy/travis_tools.sh; fi
+- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then get_python_environment 
$TERRYFY_PYTHON venv; fi
+- if [[ "$TERRYFY_PYTHON" == "homebrew 3" ]]; then alias pip=`which pip3` 
; fi
+install:
+- pip install -e .
+script:
+- python setup.py test -q
+notifications:
+email: false
+after_success:
+- echo [distutils]  > ~/.pypirc
+- echo index-servers = pypi>> ~/.pypirc
+- echo [pypi]  >> ~/.pypirc
+- echo repository=https://pypi.python.org/pypi >> ~/.pypirc
+- echo username=zope.wheelbuilder  >> ~/.pypirc
+- echo password=$PYPIPASSWORD  >> ~/.pypirc
+- if [[ $TRAVIS_TAG && "$TRAVIS_OS_NAME" == "osx" ]]; then pip install 
twine; fi
+- if [[ $TRAVIS_TAG && "$TRAVIS_OS_NAME" == "osx" ]]; then python setup.py 
bdist_wheel; fi
+- if [[ $TRAVIS_TAG && "$TRAVIS_OS_NAME" == "osx" ]]; then twine upload 
dist/*; fi
+
+env:
+global:
+secure: 
"Ra1KZO3VAF+1gEZgXiAMYIH+nfJ7J7tUZ7x+FFhHO2Gw3y6wvhpdnV0Tb3U6ZtWQh6ouvcGlCFHMeygoQ2j8WvTyo4l10qSfQVnjoNg2c/z294o9tv2WyRhZzyGvs587BxolBG+eqBuO6JUSIVl4uiPAORBcV1TdrErhjgdHiLk="
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.interface-4.1.3/CHANGES.rst 
new/zope.interface-4.2.0/CHANGES.rst
--- old/zope.interface-4.1.3/CHANGES.rst2015-10-05 09:35:14.0 
+0200
+++ new/zope.interface-4.2.0/CHANGES.rst2016-06-10 15:58:18.0 
+0200
@@ -1,6 +1,14 @@
 Changes
 ===
 
+4.2.0 (2016-06-10)
+--
+
+- Add support 

commit python3-zope.interface for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2016-05-17 17:13:50

Comparing /work/SRC/openSUSE:Factory/python3-zope.interface (Old)
 and  /work/SRC/openSUSE:Factory/.python3-zope.interface.new (New)


Package is "python3-zope.interface"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
2015-10-14 16:44:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
   2016-05-17 17:13:52.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 07:08:00 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-zope.interface.spec ++
--- /var/tmp/diff_new_pack.rzx1A9/_old  2016-05-17 17:13:52.0 +0200
+++ /var/tmp/diff_new_pack.rzx1A9/_new  2016-05-17 17:13:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.interface
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:Interfaces for Python
 License:ZPL-2.1
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python3




commit python3-zope.interface for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2015-10-14 16:44:11

Comparing /work/SRC/openSUSE:Factory/python3-zope.interface (Old)
 and  /work/SRC/openSUSE:Factory/.python3-zope.interface.new (New)


Package is "python3-zope.interface"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
2015-01-05 04:43:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
   2015-10-14 16:44:13.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct  6 03:09:51 UTC 2015 - a...@gmx.de
+
+- update to version 4.1.3:
+  * Fix installation without a C compiler on Python 3.5
+(https://github.com/zopefoundation/zope.interface/issues/24).
+
+---

Old:

  zope.interface-4.1.2.tar.gz

New:

  zope.interface-4.1.3.tar.gz



Other differences:
--
++ python3-zope.interface.spec ++
--- /var/tmp/diff_new_pack.C16TR4/_old  2015-10-14 16:44:14.0 +0200
+++ /var/tmp/diff_new_pack.C16TR4/_new  2015-10-14 16:44:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.interface
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-zope.interface
-Version:4.1.2
+Version:4.1.3
 Release:0
 Url:http://pypi.python.org/pypi/zope.interface
 Summary:Interfaces for Python

++ zope.interface-4.1.2.tar.gz -> zope.interface-4.1.3.tar.gz ++
 31341 lines of diff (skipped)




commit python3-zope.interface for openSUSE:Factory

2015-01-04 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2015-01-05 04:43:11

Comparing /work/SRC/openSUSE:Factory/python3-zope.interface (Old)
 and  /work/SRC/openSUSE:Factory/.python3-zope.interface.new (New)


Package is "python3-zope.interface"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
2014-12-16 14:49:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
   2015-01-05 04:43:18.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan  2 18:57:56 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 4.1.2:
+  * Add support for PyPy3.
+  * Remove unittest assertions deprecated in Python3.x.
+  * Add zope.interface.document.asReStructuredText, which formats the
+generated text for an interface using ReST double-backtick markers.
+
+---

Old:

  zope.interface-4.1.1.tar.gz

New:

  zope.interface-4.1.2.tar.gz



Other differences:
--
++ python3-zope.interface.spec ++
--- /var/tmp/diff_new_pack.7AjngR/_old  2015-01-05 04:43:19.0 +0100
+++ /var/tmp/diff_new_pack.7AjngR/_new  2015-01-05 04:43:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.interface
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-zope.interface
-Version:4.1.1
+Version:4.1.2
 Release:0
 Url:http://pypi.python.org/pypi/zope.interface
 Summary:Interfaces for Python

++ zope.interface-4.1.1.tar.gz -> zope.interface-4.1.2.tar.gz ++
 24170 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-zope.interface for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2014-12-16 14:48:57

Comparing /work/SRC/openSUSE:Factory/python3-zope.interface (Old)
 and  /work/SRC/openSUSE:Factory/.python3-zope.interface.new (New)


Package is "python3-zope.interface"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
2014-02-18 14:46:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
   2014-12-16 14:49:03.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 11 20:59:23 UTC 2014 - a...@gmx.de
+
+- 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:
--
++ python3-zope.interface.spec ++
--- /var/tmp/diff_new_pack.inC43M/_old  2014-12-16 14:49:04.0 +0100
+++ /var/tmp/diff_new_pack.inC43M/_new  2014-12-16 14:49:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-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.0 +0100
+++ new/zope.interface-4.1.1/.gitignore 2013-01-07 23:41:46.0 +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.yml1970-01-01 01:00:00.0 
+0100
+++ new/zope.interface-4.1.1/.travis.yml2013-06-13 00:43:21.0 
+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.rst2014-02-06 03:11:02.0 
+0100
+++ new/zope.interface-4.1.1/CHANGES.rst2014-03-19 19:34:00.0 
+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.0 +0100
+++ new/zope.interface-4.1.1/PKG-INFO   2014-03-19 19:34:39.0 +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.0 
+0100
+++ new/zope.interface-4.1.1/bootstrap.py   2013-07-10 02:33:10.0 
+0200
@@ -0,0 +1,170 @@
+##
+#
+# Copyright (c) 2006 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subj

commit python3-zope.interface for openSUSE:Factory

2014-02-18 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2014-02-18 14:46:33

Comparing /work/SRC/openSUSE:Factory/python3-zope.interface (Old)
 and  /work/SRC/openSUSE:Factory/.python3-zope.interface.new (New)


Package is "python3-zope.interface"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
2013-06-21 19:09:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
   2014-02-18 14:46:35.0 +0100
@@ -1,0 +2,17 @@
+Sun Feb 16 19:19:37 UTC 2014 - os-...@jacraig.com
+
+- Update to 4.1.0:
+  * Updated ``boostrap.py`` to version 2.2.
+  * Added ``@named(name)`` declaration, that specifies the component name, so
+it does not have to be passed in during registration.
+- Changes from 4.0.5:
+  * Fixed a bug where a decorated method caused false positive failures on
+  ``verifyClass()``.
+- Changes from 4.0.4:
+  * Fixed a bug that was revealed by porting zope.traversing. During a loop,
+the loop body modified a weakref dict causing a ``RuntimeError`` error.
+- Update %doc with file extension changes.
+- Remove unnecessary C source file to prevent rpmlint warning.
+- Change distribute BuildRequires to setuptools, those projects were unforked.
+
+---

Old:

  zope.interface-4.0.3.tar.gz

New:

  zope.interface-4.1.0.tar.gz



Other differences:
--
++ python3-zope.interface.spec ++
--- /var/tmp/diff_new_pack.iPVkI0/_old  2014-02-18 14:46:36.0 +0100
+++ /var/tmp/diff_new_pack.iPVkI0/_new  2014-02-18 14:46:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.interface
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-zope.interface
-Version:4.0.3
+Version:4.1.0
 Release:0
 Url:http://pypi.python.org/pypi/zope.interface
 Summary:Interfaces for Python
@@ -28,7 +28,7 @@
 BuildRequires: fdupes
 BuildRequires:  python3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 
 %description
 This package is intended to be independently reusable in any Python
@@ -49,10 +49,11 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 # Remove duplicate files
 %fdupes -s %{buildroot}
+rm 
%{buildroot}%{python3_sitearch}/zope/interface/_zope_interface_coptimizations.c
 
 %files
 %defattr(-,root,root,-)
-%doc COPYRIGHT.txt CHANGES.txt LICENSE.txt README.txt
+%doc COPYRIGHT.txt CHANGES.rst LICENSE.txt README.rst
 %{python3_sitearch}/*
 
 %changelog

++ zope.interface-4.0.3.tar.gz -> zope.interface-4.1.0.tar.gz ++
 21137 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-zope.interface for openSUSE:Factory

2013-01-18 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2013-01-18 10:51:48

Comparing /work/SRC/openSUSE:Factory/python3-zope.interface (Old)
 and  /work/SRC/openSUSE:Factory/.python3-zope.interface.new (New)


Package is "python3-zope.interface", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org