Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.proxy for
openSUSE:Factory checked in at 2022-12-07 17:33:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.proxy (Old)
and /work/SRC/openSUSE:Factory/.python-zope.proxy.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.proxy"
Wed Dec 7 17:33:59 2022 rev:14 rq:1040340 version:4.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zope.proxy/python-zope.proxy.changes
2022-11-10 14:19:39.333461125 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.proxy.new.1835/python-zope.proxy.changes
2022-12-07 17:34:35.232415011 +0100
@@ -1,0 +2,6 @@
+Mon Dec 5 13:51:39 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to version 4.6.1
+ * Add support for building arm64 wheels on macOS.
+
+-------------------------------------------------------------------
Old:
----
zope.proxy-4.6.0.tar.gz
New:
----
zope.proxy-4.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.proxy.spec ++++++
--- /var/tmp/diff_new_pack.MuOS4Q/_old 2022-12-07 17:34:36.492421910 +0100
+++ /var/tmp/diff_new_pack.MuOS4Q/_new 2022-12-07 17:34:36.516422042 +0100
@@ -27,7 +27,7 @@
%bcond_with test
%endif
Name: python-zope.proxy%{psuffix}
-Version: 4.6.0
+Version: 4.6.1
Release: 0
Summary: Generic Transparent Proxies
License: ZPL-2.1
++++++ zope.proxy-4.6.0.tar.gz -> zope.proxy-4.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.6.0/CHANGES.rst
new/zope.proxy-4.6.1/CHANGES.rst
--- old/zope.proxy-4.6.0/CHANGES.rst 2022-11-06 11:31:56.000000000 +0100
+++ new/zope.proxy-4.6.1/CHANGES.rst 2022-11-16 11:30:16.000000000 +0100
@@ -2,6 +2,12 @@
Changes
=========
+4.6.1 (2022-11-16)
+==================
+
+- Add support for building arm64 wheels on macOS.
+
+
4.6.0 (2022-11-03)
==================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.6.0/PKG-INFO
new/zope.proxy-4.6.1/PKG-INFO
--- old/zope.proxy-4.6.0/PKG-INFO 2022-11-06 11:32:30.148068200 +0100
+++ new/zope.proxy-4.6.1/PKG-INFO 2022-11-16 11:47:48.222484600 +0100
@@ -1,11 +1,14 @@
Metadata-Version: 2.1
Name: zope.proxy
-Version: 4.6.0
+Version: 4.6.1
Summary: Generic Transparent Proxies
Home-page: http://github.com/zopefoundation/zope.proxy
Author: Zope Foundation and Contributors
Author-email: [email protected]
License: ZPL 2.1
+Project-URL: Documentation, https://zopeproxy.readthedocs.io
+Project-URL: Issue Tracker, https://github.com/zopefoundation/zope.proxy/issues
+Project-URL: Sources, https://github.com/zopefoundation/zope.proxy
Keywords: proxy generic transparent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
@@ -26,6 +29,7 @@
Classifier: Framework :: Zope :: 3
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
+Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Provides-Extra: test
Provides-Extra: docs
License-File: LICENSE.txt
@@ -34,17 +38,27 @@
``zope.proxy``
================
-.. image:: https://img.shields.io/pypi/v/zope.proxy.svg
- :target: https://pypi.python.org/pypi/zope.proxy/
- :alt: Latest Version
-
.. image::
https://github.com/zopefoundation/zope.proxy/actions/workflows/tests.yml/badge.svg
:target:
https://github.com/zopefoundation/zope.proxy/actions/workflows/tests.yml
+.. image::
https://ci.appveyor.com/api/projects/status/github/zopefoundation/zope.proxy?branch=master&svg=true
+ :target: https://ci.appveyor.com/project/mgedmin/zope-proxy
+
+.. image::
https://coveralls.io/repos/github/zopefoundation/zope.proxy/badge.svg?branch=master
+ :target:
https://coveralls.io/github/zopefoundation/zope.proxy?branch=master
+
.. image:: https://readthedocs.org/projects/zopeproxy/badge/?version=latest
- :target: http://zopeproxy.readthedocs.org/en/latest/
+ :target: https://zopeproxy.readthedocs.io/en/latest/
:alt: Documentation Status
+.. image:: https://img.shields.io/pypi/v/zope.proxy.svg
+ :target: https://pypi.org/project/zope.proxy/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.proxy.svg
+ :target: https://pypi.org/project/zope.proxy/
+ :alt: Python versions
+
Proxies are special objects which serve as mostly-transparent
wrappers around another object, intervening in the apparent behavior of
the wrapped object only when necessary to apply the policy (e.g., access
@@ -62,6 +76,12 @@
Changes
=========
+4.6.1 (2022-11-16)
+==================
+
+- Add support for building arm64 wheels on macOS.
+
+
4.6.0 (2022-11-03)
==================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.6.0/README.rst
new/zope.proxy-4.6.1/README.rst
--- old/zope.proxy-4.6.0/README.rst 2022-11-02 11:12:52.000000000 +0100
+++ new/zope.proxy-4.6.1/README.rst 2022-11-16 10:58:56.000000000 +0100
@@ -2,17 +2,27 @@
``zope.proxy``
================
-.. image:: https://img.shields.io/pypi/v/zope.proxy.svg
- :target: https://pypi.python.org/pypi/zope.proxy/
- :alt: Latest Version
-
.. image::
https://github.com/zopefoundation/zope.proxy/actions/workflows/tests.yml/badge.svg
:target:
https://github.com/zopefoundation/zope.proxy/actions/workflows/tests.yml
+.. image::
https://ci.appveyor.com/api/projects/status/github/zopefoundation/zope.proxy?branch=master&svg=true
+ :target: https://ci.appveyor.com/project/mgedmin/zope-proxy
+
+.. image::
https://coveralls.io/repos/github/zopefoundation/zope.proxy/badge.svg?branch=master
+ :target:
https://coveralls.io/github/zopefoundation/zope.proxy?branch=master
+
.. image:: https://readthedocs.org/projects/zopeproxy/badge/?version=latest
- :target: http://zopeproxy.readthedocs.org/en/latest/
+ :target: https://zopeproxy.readthedocs.io/en/latest/
:alt: Documentation Status
+.. image:: https://img.shields.io/pypi/v/zope.proxy.svg
+ :target: https://pypi.org/project/zope.proxy/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.proxy.svg
+ :target: https://pypi.org/project/zope.proxy/
+ :alt: Python versions
+
Proxies are special objects which serve as mostly-transparent
wrappers around another object, intervening in the apparent behavior of
the wrapped object only when necessary to apply the policy (e.g., access
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.6.0/appveyor.yml
new/zope.proxy-4.6.1/appveyor.yml
--- old/zope.proxy-4.6.0/appveyor.yml 2022-11-06 11:31:56.000000000 +0100
+++ new/zope.proxy-4.6.1/appveyor.yml 2022-11-16 09:41:51.000000000 +0100
@@ -9,21 +9,13 @@
secure:
aoZC/+rvJKg8B5GMGIxd1bg9UDShk28EhfPQFKI9zy7kzygdgj0XuaK619sLe3s4B08bIJaIUAThxEvWq13IvdLb5Oyk8B9qubd+NnDiNuw8WCGy4owYnbl+61fUVVKJIf1ETQyGDooYrEuBo798/+ycQbilTpmncAHZb2KyZkmA210fcWr7OhwmlRtC4IiW7GPCaxU6qhzLlP5pnS2Tl+yy/qx2DiW2fKWqUqynrb1ZMsk6ygN4qV72glTY6wV0eYboAGlghrws1x5+Z10Yug==
matrix:
- - python: 27
- python: 27-x64
- - python: 35
- python: 35-x64
- - python: 36
- python: 36-x64
- - python: 37
- python: 37-x64
- - python: 38
- python: 38-x64
- - python: 39
- python: 39-x64
- - python: 310
- python: 310-x64
- - python: 311
- python: 311-x64
install:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.6.0/docs/_build/doctest/output.txt
new/zope.proxy-4.6.1/docs/_build/doctest/output.txt
--- old/zope.proxy-4.6.0/docs/_build/doctest/output.txt 2022-11-03
14:35:50.000000000 +0100
+++ new/zope.proxy-4.6.1/docs/_build/doctest/output.txt 2022-11-16
09:50:56.000000000 +0100
@@ -1,4 +1,4 @@
-Results of doctest builder run on 2022-11-03 14:35:50
+Results of doctest builder run on 2022-11-16 09:50:56
=====================================================
Document: api
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.6.0/setup.py
new/zope.proxy-4.6.1/setup.py
--- old/zope.proxy-4.6.0/setup.py 2022-11-06 11:31:56.000000000 +0100
+++ new/zope.proxy-4.6.1/setup.py 2022-11-16 11:30:23.000000000 +0100
@@ -80,7 +80,7 @@
headers = [os.path.join('src', 'zope', 'proxy', 'proxy.h')]
setup(name='zope.proxy',
- version='4.6.0',
+ version='4.6.1',
author='Zope Foundation and Contributors',
author_email='[email protected]',
description='Generic Transparent Proxies',
@@ -90,6 +90,11 @@
read('CHANGES.rst')
),
url='http://github.com/zopefoundation/zope.proxy',
+ project_urls={
+ 'Documentation': 'https://zopeproxy.readthedocs.io',
+ 'Issue Tracker': 'https://github.com/zopefoundation/zope.proxy/issues',
+ 'Sources': 'https://github.com/zopefoundation/zope.proxy',
+ },
license='ZPL 2.1',
classifiers=[
'Development Status :: 5 - Production/Stable',
@@ -121,6 +126,7 @@
},
headers=headers,
ext_modules=ext_modules,
+ python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
install_requires=[
'zope.interface',
'setuptools',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.6.0/src/zope.proxy.egg-info/PKG-INFO
new/zope.proxy-4.6.1/src/zope.proxy.egg-info/PKG-INFO
--- old/zope.proxy-4.6.0/src/zope.proxy.egg-info/PKG-INFO 2022-11-06
11:32:30.000000000 +0100
+++ new/zope.proxy-4.6.1/src/zope.proxy.egg-info/PKG-INFO 2022-11-16
11:47:48.000000000 +0100
@@ -1,11 +1,14 @@
Metadata-Version: 2.1
Name: zope.proxy
-Version: 4.6.0
+Version: 4.6.1
Summary: Generic Transparent Proxies
Home-page: http://github.com/zopefoundation/zope.proxy
Author: Zope Foundation and Contributors
Author-email: [email protected]
License: ZPL 2.1
+Project-URL: Documentation, https://zopeproxy.readthedocs.io
+Project-URL: Issue Tracker, https://github.com/zopefoundation/zope.proxy/issues
+Project-URL: Sources, https://github.com/zopefoundation/zope.proxy
Keywords: proxy generic transparent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
@@ -26,6 +29,7 @@
Classifier: Framework :: Zope :: 3
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
+Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Provides-Extra: test
Provides-Extra: docs
License-File: LICENSE.txt
@@ -34,17 +38,27 @@
``zope.proxy``
================
-.. image:: https://img.shields.io/pypi/v/zope.proxy.svg
- :target: https://pypi.python.org/pypi/zope.proxy/
- :alt: Latest Version
-
.. image::
https://github.com/zopefoundation/zope.proxy/actions/workflows/tests.yml/badge.svg
:target:
https://github.com/zopefoundation/zope.proxy/actions/workflows/tests.yml
+.. image::
https://ci.appveyor.com/api/projects/status/github/zopefoundation/zope.proxy?branch=master&svg=true
+ :target: https://ci.appveyor.com/project/mgedmin/zope-proxy
+
+.. image::
https://coveralls.io/repos/github/zopefoundation/zope.proxy/badge.svg?branch=master
+ :target:
https://coveralls.io/github/zopefoundation/zope.proxy?branch=master
+
.. image:: https://readthedocs.org/projects/zopeproxy/badge/?version=latest
- :target: http://zopeproxy.readthedocs.org/en/latest/
+ :target: https://zopeproxy.readthedocs.io/en/latest/
:alt: Documentation Status
+.. image:: https://img.shields.io/pypi/v/zope.proxy.svg
+ :target: https://pypi.org/project/zope.proxy/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.proxy.svg
+ :target: https://pypi.org/project/zope.proxy/
+ :alt: Python versions
+
Proxies are special objects which serve as mostly-transparent
wrappers around another object, intervening in the apparent behavior of
the wrapped object only when necessary to apply the policy (e.g., access
@@ -62,6 +76,12 @@
Changes
=========
+4.6.1 (2022-11-16)
+==================
+
+- Add support for building arm64 wheels on macOS.
+
+
4.6.0 (2022-11-03)
==================