commit python-zope.component for openSUSE:Factory

2020-08-01 Thread root
Hello community,

here is the log from the commit of package python-zope.component for 
openSUSE:Factory checked in at 2020-08-01 12:29:06

Comparing /work/SRC/openSUSE:Factory/python-zope.component (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.component.new.3592 (New)


Package is "python-zope.component"

Sat Aug  1 12:29:06 2020 rev:9 rq:822053 version:4.6.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes  
2020-04-07 10:21:18.389828140 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.component.new.3592/python-zope.component.changes
2020-08-01 12:29:20.694353837 +0200
@@ -1,0 +2,6 @@
+Tue Jul 21 09:07:11 UTC 2020 - Marketa Calabkova 
+
+- update to version 4.6.2
+  * Improve the documentation, both published and in docstrings.
+
+---

Old:

  zope.component-4.6.1.tar.gz

New:

  zope.component-4.6.2.tar.gz



Other differences:
--
++ python-zope.component.spec ++
--- /var/tmp/diff_new_pack.NI3IDi/_old  2020-08-01 12:29:26.322359106 +0200
+++ /var/tmp/diff_new_pack.NI3IDi/_new  2020-08-01 12:29:26.326359110 +0200
@@ -27,7 +27,7 @@
 %bcond_with test
 %endif
 Name:   python-zope.component%{psuffix}
-Version:4.6.1
+Version:4.6.2
 Release:0
 
 Summary:Zope Component Architecture

++ zope.component-4.6.1.tar.gz -> zope.component-4.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.component-4.6.1/CHANGES.rst 
new/zope.component-4.6.2/CHANGES.rst
--- old/zope.component-4.6.1/CHANGES.rst2020-03-23 14:02:44.0 
+0100
+++ new/zope.component-4.6.2/CHANGES.rst2020-07-03 17:25:02.0 
+0200
@@ -2,6 +2,13 @@
  Changes
 =
 
+4.6.2 (2020-07-03)
+==
+
+- Improve the documentation, both published and in docstrings. See `PR
+  49 `_.
+
+
 4.6.1 (2020-03-23)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.component-4.6.1/PKG-INFO 
new/zope.component-4.6.2/PKG-INFO
--- old/zope.component-4.6.1/PKG-INFO   2020-03-23 14:02:45.246509000 +0100
+++ new/zope.component-4.6.2/PKG-INFO   2020-07-03 17:25:03.111320700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zope.component
-Version: 4.6.1
+Version: 4.6.2
 Summary: Zope Component Architecture
 Home-page: https://github.com/zopefoundation/zope.component
 Author: Zope Foundation and Contributors
@@ -45,6 +45,13 @@
  Changes
 =
 
+4.6.2 (2020-07-03)
+==
+
+- Improve the documentation, both published and in docstrings. See `PR
+  49 `_.
+
+
 4.6.1 (2020-03-23)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.component-4.6.1/docs/api/adapter.rst 
new/zope.component-4.6.2/docs/api/adapter.rst
--- old/zope.component-4.6.1/docs/api/adapter.rst   2020-03-23 
14:02:44.0 +0100
+++ new/zope.component-4.6.2/docs/api/adapter.rst   2020-07-03 
17:25:02.0 +0200
@@ -1,15 +1,24 @@
-Adapter Registration APIs
-=
+===
+ Adapter Registration APIs
+===
+
+This document covers a specific subset of the APIs in :mod:`zope.component`.
+
+.. currentmodule:: zope.component
 
 .. testsetup::
 
from zope.component.testing import setUp
setUp()
 
-.. autofunction:: zope.component.provideUtility
+.. autofunction:: zope.component.provideAdapter
+
+.. autofunction:: zope.component.provideHandler
+
+.. autofunction:: zope.component.provideSubscriptionAdapter
 
 Conforming Adapter Lookup
--
+=
 
 .. autofunction:: zope.component.getAdapterInContext
 
@@ -21,7 +30,7 @@
 If so, the object is returned immediately.  Otherwise, the adapter factory
 is looked up in the site manager, and called.
 
-Let's start by creating a component that supports the `__conform__()` method:
+Let's start by creating a component that supports the ``__conform__()`` method:
 
 .. doctest::
 
@@ -39,14 +48,14 @@
 to use in these tests.
 
 We now have to create a site manager (other than the default global one)
-with which we can register adapters for `I1`.
+with which we can register adapters for ``I1``.
 
 .. doctest::
 
>>> from zope.component.globalregistry import BaseGlobalComponents
>>> sitemanager = BaseGlobalComponents()
 
-Now we create a new `context` 

commit python-zope.component for openSUSE:Factory

2020-04-07 Thread root
Hello community,

here is the log from the commit of package python-zope.component for 
openSUSE:Factory checked in at 2020-04-07 10:21:09

Comparing /work/SRC/openSUSE:Factory/python-zope.component (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.component.new.3248 (New)


Package is "python-zope.component"

Tue Apr  7 10:21:09 2020 rev:8 rq:790819 version:4.6.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes  
2020-01-23 16:12:46.275701874 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.component.new.3248/python-zope.component.changes
2020-04-07 10:21:18.389828140 +0200
@@ -1,0 +2,7 @@
+Thu Apr  2 07:38:51 UTC 2020 - pgaj...@suse.com
+
+- version update to 4.6.1
+  - Ensure the resolution order of ``BaseGlobalComponents`` is
+   consistent. See `issue 45 
`_.
+
+---

Old:

  zope.component-4.6.tar.gz

New:

  zope.component-4.6.1.tar.gz



Other differences:
--
++ python-zope.component.spec ++
--- /var/tmp/diff_new_pack.zckonE/_old  2020-04-07 10:21:20.305830269 +0200
+++ /var/tmp/diff_new_pack.zckonE/_new  2020-04-07 10:21:20.309830275 +0200
@@ -27,7 +27,7 @@
 %bcond_with test
 %endif
 Name:   python-zope.component%{psuffix}
-Version:4.6
+Version:4.6.1
 Release:0
 
 Summary:Zope Component Architecture

++ zope.component-4.6.tar.gz -> zope.component-4.6.1.tar.gz ++
 2210 lines of diff (skipped)




commit python-zope.component for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-zope.component for 
openSUSE:Factory checked in at 2020-01-23 16:11:06

Comparing /work/SRC/openSUSE:Factory/python-zope.component (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.component.new.26092 (New)


Package is "python-zope.component"

Thu Jan 23 16:11:06 2020 rev:7 rq:766059 version:4.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes  
2019-04-23 14:35:01.885429429 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.component.new.26092/python-zope.component.changes
   2020-01-23 16:12:46.275701874 +0100
@@ -1,0 +2,8 @@
+Tue Jan 21 11:24:19 UTC 2020 - Marketa Calabkova 
+
+- update to version 4.6
+  * Add support for Python 3.8.
+  * Drop support for Python 3.4.
+  * Fix tests on Python 2 following changes in ZODB 5.5.0.
+
+---

Old:

  zope.component-4.5.tar.gz

New:

  zope.component-4.6.tar.gz



Other differences:
--
++ python-zope.component.spec ++
--- /var/tmp/diff_new_pack.0gjbs4/_old  2020-01-23 16:12:47.215702431 +0100
+++ /var/tmp/diff_new_pack.0gjbs4/_new  2020-01-23 16:12:47.219702433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.component
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -27,12 +27,13 @@
 %bcond_with test
 %endif
 Name:   python-zope.component%{psuffix}
-Version:4.5
+Version:4.6
 Release:0
+
 Summary:Zope Component Architecture
 License:ZPL-2.1
 Group:  Development/Languages/Python
-Url:http://www.python.org/pypi/zope.component
+URL:http://www.python.org/pypi/zope.component
 Source: 
https://files.pythonhosted.org/packages/source/z/zope.component/zope.component-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes

++ zope.component-4.5.tar.gz -> zope.component-4.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.component-4.5/.gitignore 
new/zope.component-4.6/.gitignore
--- old/zope.component-4.5/.gitignore   2018-10-10 13:24:16.0 +0200
+++ new/zope.component-4.6/.gitignore   1970-01-01 01:00:00.0 +0100
@@ -1,17 +0,0 @@
-*.pyc
-__pycache__
-bin
-develop-eggs
-eggs
-parts
-.installed.cfg
-*.egg-info
-docs/_build
-build
-.tox
-nosetests.xml
-coverage.xml
-.coverage
-dist/
-.eggs/
-htmlcov/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.component-4.5/.travis.yml 
new/zope.component-4.6/.travis.yml
--- old/zope.component-4.5/.travis.yml  2018-10-10 13:24:16.0 +0200
+++ new/zope.component-4.6/.travis.yml  2019-11-12 11:34:01.0 +0100
@@ -1,41 +1,37 @@
 language: python
-sudo: false
-matrix:
-  include:
-- python: 2.7
-  env: MINIMAL=1
+
 python:
   - 2.7
-  - 3.4
   - 3.5
   - 3.6
+  - 3.7
+  - 3.8
   - pypy
   - pypy3
 
-matrix:
+jobs:
   include:
-- python: "3.7"
-  dist: xenial
-  sudo: true
+- name: "Python: 2.7, minimal set of dependencies"
+  python: 2.7
+  env: MINIMAL=1
+
+install:
+  - pip install -U pip setuptools
+  - pip install -U coveralls coverage
+  - if [[ -n "$MINIMAL" ]]; then pip install -U -e ".[mintests]"; fi
+  - if [[ -z "$MINIMAL" ]]; then pip install -U -e ".[test,docs]"; fi
 
 script:
   - coverage run -m zope.testrunner --test-path=src
-  - if [[ -z "$MINIMAL" ]]; then sphinx-build  -b html
-d docs/_build/doctrees docs docs/_build/html; fi
-  - if [[ -z "$MINIMAL" ]]; then coverage run -a `which sphinx-build` -b 
doctest -d docs/_build/doctrees docs docs/_build/doctest; fi
+  - if [[ -z "$MINIMAL" ]]; then sphinx-build  -b html-d 
docs/_build/doctrees docs docs/_build/html; fi
+  - if [[ -z "$MINIMAL" ]]; then coverage run -a -m sphinx -b doctest -d 
docs/_build/doctrees docs docs/_build/doctest; fi
 
 after_success:
   - coveralls
+
 notifications:
   email: false
 
-install:
-  - pip install -U pip setuptools
-  - pip install -U coveralls coverage
-  - if [[ -n "$MINIMAL" ]]; then pip install -U -e ".[mintests]"; fi
-  - if [[ -z "$MINIMAL" ]]; then pip install -U -e ".[test,docs]"; fi
-
-
 cache: pip
-
 before_cache:
   - rm -f $HOME/.cache/pip/log/debug.log
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.component-4.5/CHANGES.rst 
new/zope.component-4.6/CHANGES.rst
--- old/zope.component-4.5/CHANGES.rst  2018-10-10 

commit python-zope.component for openSUSE:Factory

2019-04-23 Thread root
Hello community,

here is the log from the commit of package python-zope.component for 
openSUSE:Factory checked in at 2019-04-23 14:35:01

Comparing /work/SRC/openSUSE:Factory/python-zope.component (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.component.new.5536 (New)


Package is "python-zope.component"

Tue Apr 23 14:35:01 2019 rev:6 rq:692483 version:4.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes  
2017-08-16 16:10:00.604562464 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.component.new.5536/python-zope.component.changes
2019-04-23 14:35:01.885429429 +0200
@@ -1,0 +2,13 @@
+Mon Apr  8 15:05:42 UTC 2019 - Marketa Calabkova 
+
+- update to version 4.5
+  * Add support for Python 3.6 and 3.7.
+  * Drop support for Python 3.3.
+  * Drop support for “setup.py test”.
+  * Always install zope.hookable as a dependency.
+  * Make accessing names that have been moved to zope.interface 
+produce a DeprecationWarning.
+- Drop the *-doc subpackage, use multibuild instead.
+  * Drop pre-checkin.sh as it is no longer needed.
+
+---

Old:

  pre_checkin.sh
  python-zope.component-doc.changes
  python-zope.component-doc.spec
  zope.component-4.3.0.tar.gz

New:

  _multibuild
  zope.component-4.5.tar.gz



Other differences:
--
++ python-zope.component.spec ++
--- /var/tmp/diff_new_pack.cwAlZ2/_old  2019-04-23 14:35:02.477429848 +0200
+++ /var/tmp/diff_new_pack.cwAlZ2/_new  2019-04-23 14:35:02.477429848 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.component
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,13 +13,21 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-zope.component
-Version:4.3.0
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:   python-zope.component%{psuffix}
+Version:4.5
 Release:0
 Summary:Zope Component Architecture
 License:ZPL-2.1
@@ -29,8 +37,23 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-zope.deferredimport >= 4.2.1
+Requires:   python-zope.deprecation >= 4.3.0
 Requires:   python-zope.event
+Requires:   python-zope.hookable >= 4.2.0
 Requires:   python-zope.interface >= 4.1.0
+#test requirements
+%if %{with test}
+BuildRequires:  %{python_module persistent}
+BuildRequires:  %{python_module zope.deferredimport}
+BuildRequires:  %{python_module zope.hookable}
+BuildRequires:  %{python_module zope.interface}
+BuildRequires:  %{python_module zope.location}
+BuildRequires:  %{python_module zope.proxy}
+BuildRequires:  %{python_module zope.security}
+BuildRequires:  %{python_module zope.testing}
+BuildRequires:  %{python_module zope.testrunner}
+%endif
 %python_subpackages
 
 %description
@@ -52,12 +75,21 @@
 %python_build
 
 %install
+%if !%{with test}
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
 
+%if %{with test}
+%check
+%python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} 
-vvv --test-path src
+%endif
+
+%if !%{with test}
 %files %{python_files}
 %defattr(-,root,root)
 %doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
 %{python_sitelib}/*
+%endif
 
 %changelog

++ _multibuild ++

  test

++ zope.component-4.3.0.tar.gz -> zope.component-4.5.tar.gz ++
 4230 lines of diff (skipped)




commit python-zope.component for openSUSE:Factory

2017-08-16 Thread root
Hello community,

here is the log from the commit of package python-zope.component for 
openSUSE:Factory checked in at 2017-08-16 16:09:42

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


Package is "python-zope.component"

Wed Aug 16 16:09:42 2017 rev:5 rq:510599 version:4.3.0

Changes:

New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.component.new/python-zope.component-doc.changes
 2017-08-16 16:09:58.584845516 +0200
@@ -0,0 +1,51 @@
+---
+Sun Jul 16 08:15:36 UTC 2017 - aloi...@gmx.com
+
+- Update to version 4.3.0
+  * When testing PURE_PYTHON environments under tox, avoid
+poisoning the user’s global wheel cache.
+  * Drop support for Python 2.6 and 3.2.
+  * Add support for Python 3.5.
+  4.2.2:
+  * Fix test cases for PyPy and PyPy3.
+
+- Split docs and tests into separate package to avoid dependency
+  loop.
+
+- Converted to single-spec
+
+---
+Fri May 15 11:13:54 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 4.2.1:
+  * Added support for Python 3.4.
+- switch source archive to tar.gz (zip not available)
+- remove unzip from BuildRequires
+
+---
+Wed Feb 19 04:08:29 UTC 2014 - os-...@jacraig.com
+
+- Update to 4.2.0:
+  * Updated ``boostrap.py`` to version 2.2.
+  * Reset the cached ``adapter_hooks`` at ``zope.testing.cleanup.cleanUp``
+time (LP1100501).
+  * Implemented ability to specify adapter and utility names in Python. Use
+the ``@zope.component.named(name)`` decorator to specify the name.
+- Update python-zope.interface requirement version (see setup.py).
+
+---
+Tue Dec 10 13:13:28 UTC 2013 - p.drou...@gmail.com
+
+- Use download Url as source
+- Add unzip requirement to support tarball format
+
+---
+Wed Jul 31 08:57:22 UTC 2013 - h...@urpla.net
+
+- disable testing due to circular dependency with python-zope.security
+
+---
+Mon Jul 29 21:43:49 UTC 2013 - h...@urpla.net
+
+- version 4.1.0: initial build
+
--- 
/work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes  
2015-05-18 22:21:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.component.new/python-zope.component.changes
 2017-08-16 16:10:00.604562464 +0200
@@ -1,0 +2,16 @@
+Sun Jul 16 08:15:36 UTC 2017 - aloi...@gmx.com
+
+- Update to version 4.3.0
+  * When testing PURE_PYTHON environments under tox, avoid
+poisoning the user’s global wheel cache.
+  * Drop support for Python 2.6 and 3.2.
+  * Add support for Python 3.5.
+  4.2.2:
+  * Fix test cases for PyPy and PyPy3.
+
+- Split docs and tests into separate package to avoid dependency
+  loop.
+
+- Converted to single-spec
+
+---

Old:

  zope.component-4.2.1.tar.gz

New:

  pre_checkin.sh
  python-zope.component-doc.changes
  python-zope.component-doc.spec
  zope.component-4.3.0.tar.gz



Other differences:
--
++ python-zope.component-doc.spec ++
#
# spec file for package python-zope.component-doc
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 LISA GmbH, Bingen, 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/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-zope.component-doc
Version:4.3.0
Release:0
Summary:Documentation for python-zope.component
License:ZPL-2.1
Group:  Development/Languages/Python
Url:http://www.python.org/pypi/zope.component
Source: 
https://files.pythonhosted.org/packages/source/z/zope.component/zope.component-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module zope.component = %{version}}
# 

commit python-zope.component for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package python-zope.component for 
openSUSE:Factory checked in at 2015-05-18 22:21:56

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


Package is python-zope.component

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes  
2014-02-26 12:06:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.component.new/python-zope.component.changes
 2015-05-18 22:21:57.0 +0200
@@ -1,0 +2,8 @@
+Fri May 15 11:13:54 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 4.2.1:
+  * Added support for Python 3.4.
+- switch source archive to tar.gz (zip not available)
+- remove unzip from BuildRequires
+
+---

Old:

  zope.component-4.2.0.zip

New:

  zope.component-4.2.1.tar.gz



Other differences:
--
++ python-zope.component.spec ++
--- /var/tmp/diff_new_pack.7QuWM0/_old  2015-05-18 22:21:58.0 +0200
+++ /var/tmp/diff_new_pack.7QuWM0/_new  2015-05-18 22:21:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.component
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   python-zope.component
-Version:4.2.0
+Version:4.2.1
 Release:0
 Url:http://www.python.org/pypi/zope.component
 Summary:Zope Component Architecture
 License:ZPL-2.1
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/z/zope.component/zope.component-%{version}.zip
+Source: 
https://pypi.python.org/packages/source/z/zope.component/zope.component-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-Sphinx
 # Documentation requirements:
@@ -40,7 +40,6 @@
 #TODO: fix circular dependency with python-zope.security
 #BuildRequires:  python-zope.security
 BuildRequires:  python-zope.testing
-BuildRequires:  unzip
 Requires:   python-zope.event
 Requires:   python-zope.interface = 4.1.0
 %if 0%{?suse_version}  0%{?suse_version} = 1110




commit python-zope.component for openSUSE:Factory

2014-02-26 Thread h_root
Hello community,

here is the log from the commit of package python-zope.component for 
openSUSE:Factory checked in at 2014-02-26 12:06:48

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


Package is python-zope.component

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes  
2014-02-02 22:22:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.component.new/python-zope.component.changes
 2014-02-26 12:06:50.0 +0100
@@ -1,0 +2,11 @@
+Wed Feb 19 04:08:29 UTC 2014 - os-...@jacraig.com
+
+- Update to 4.2.0:
+  * Updated ``boostrap.py`` to version 2.2.
+  * Reset the cached ``adapter_hooks`` at ``zope.testing.cleanup.cleanUp``
+time (LP1100501).
+  * Implemented ability to specify adapter and utility names in Python. Use
+the ``@zope.component.named(name)`` decorator to specify the name.
+- Update python-zope.interface requirement version (see setup.py).
+
+---

Old:

  zope.component-4.1.0.zip

New:

  zope.component-4.2.0.zip



Other differences:
--
++ python-zope.component.spec ++
--- /var/tmp/diff_new_pack.D10Mh6/_old  2014-02-26 12:06:51.0 +0100
+++ /var/tmp/diff_new_pack.D10Mh6/_new  2014-02-26 12:06:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.component
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,12 +12,13 @@
 # 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:   python-zope.component
-Version:4.1.0
+Version:4.2.0
 Release:0
 Url:http://www.python.org/pypi/zope.component
 Summary:Zope Component Architecture
@@ -27,21 +28,21 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-Sphinx
 # Documentation requirements:
+BuildRequires:  python-persistent
 BuildRequires:  python-repoze.sphinx.autointerface
 BuildRequires:  python-setuptools
 BuildRequires:  python-zope.configuration
 BuildRequires:  python-zope.event
 BuildRequires:  python-zope.hookable
-BuildRequires:  python-zope.interface = 3.8.0
-BuildRequires:  python-persistent
+BuildRequires:  python-zope.interface = 4.1.0
 # Testing requirements:
 BuildRequires:  python-zope.proxy
 #TODO: fix circular dependency with python-zope.security
 #BuildRequires:  python-zope.security
 BuildRequires:  python-zope.testing
 BuildRequires:  unzip
-Requires:  python-zope.interface = 3.8.0
 Requires:  python-zope.event
+Requires:   python-zope.interface = 4.1.0
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else

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