Hello community,
here is the log from the commit of package python-zope.proxy for
openSUSE:Factory checked in at 2019-07-22 17:19:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.proxy (Old)
and /work/SRC/openSUSE:Factory/.python-zope.proxy.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.proxy"
Mon Jul 22 17:19:03 2019 rev:7 rq:717545 version:4.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zope.proxy/python-zope.proxy.changes
2019-04-08 20:53:28.826565905 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.proxy.new.4126/python-zope.proxy.changes
2019-07-22 17:19:04.581925699 +0200
@@ -1,0 +2,7 @@
+Mon Jul 22 11:19:46 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 4.3.2:
+ * Fix error handling in ProxyBase.__setattr__: any the exception raised by
+ PyString_AsString/PyUnicode_AsUTF8 would be silently swallowed up and
ignored. See issue 31.
+
+-------------------------------------------------------------------
Old:
----
pre_checkin.sh
zope.proxy-4.3.1.tar.gz
New:
----
zope.proxy-4.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.proxy.spec ++++++
--- /var/tmp/diff_new_pack.vo0LLc/_old 2019-07-22 17:19:05.037925336 +0200
+++ /var/tmp/diff_new_pack.vo0LLc/_new 2019-07-22 17:19:05.041925332 +0200
@@ -27,12 +27,12 @@
%bcond_with test
%endif
Name: python-zope.proxy%{psuffix}
-Version: 4.3.1
+Version: 4.3.2
Release: 0
Summary: Generic Transparent Proxies
License: ZPL-2.1
Group: Development/Languages/Python
-Url: http://www.python.org/pypi/zope.proxy
+URL: https://github.com/zopefoundation/zope.proxy
Source:
https://files.pythonhosted.org/packages/source/z/zope.proxy/zope.proxy-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -47,7 +47,6 @@
%ifpython3
Conflicts: python3-zope-proxy < %{version}
%endif
-
%python_subpackages
%description
@@ -90,13 +89,12 @@
%if !%{with test}
%files %{python_files}
-%defattr(-,root,root,-)
-%doc COPYRIGHT.txt LICENSE.txt CHANGES.rst README.rst
+%license LICENSE.txt
+%doc COPYRIGHT.txt CHANGES.rst README.rst
%exclude %{python_sitearch}/zope/proxy/proxy.h
%{python_sitearch}/*
%files %{python_files devel}
-%defattr(-,root,root,-)
%dir %{python_sysconfig_path include}/zope.proxy
%{python_sysconfig_path include}/zope.proxy/*
%{python_sitearch}/zope/proxy/proxy.h
++++++ zope.proxy-4.3.1.tar.gz -> zope.proxy-4.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.3.1/CHANGES.rst
new/zope.proxy-4.3.2/CHANGES.rst
--- old/zope.proxy-4.3.1/CHANGES.rst 2018-08-09 16:31:21.000000000 +0200
+++ new/zope.proxy-4.3.2/CHANGES.rst 2019-07-12 16:09:00.000000000 +0200
@@ -1,6 +1,15 @@
Changes
=======
+4.3.2 (2019-07-12)
+------------------
+
+- Fix error handling in ``ProxyBase.__setattr__``: any the exception raised by
+ ``PyString_AsString``/``PyUnicode_AsUTF8`` would be silently swallowed up
+ and ignored. See `issue 31
+ <https://github.com/zopefoundation/zope.proxy/issues/31>`_.
+
+
4.3.1 (2018-08-09)
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.3.1/PKG-INFO
new/zope.proxy-4.3.2/PKG-INFO
--- old/zope.proxy-4.3.1/PKG-INFO 2018-08-09 16:31:21.000000000 +0200
+++ new/zope.proxy-4.3.2/PKG-INFO 2019-07-12 16:09:01.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zope.proxy
-Version: 4.3.1
+Version: 4.3.2
Summary: Generic Transparent Proxies
Home-page: http://github.com/zopefoundation/zope.proxy
Author: Zope Foundation and Contributors
@@ -36,6 +36,15 @@
Changes
=======
+ 4.3.2 (2019-07-12)
+ ------------------
+
+ - Fix error handling in ``ProxyBase.__setattr__``: any the exception
raised by
+ ``PyString_AsString``/``PyUnicode_AsUTF8`` would be silently
swallowed up
+ and ignored. See `issue 31
+ <https://github.com/zopefoundation/zope.proxy/issues/31>`_.
+
+
4.3.1 (2018-08-09)
------------------
@@ -271,8 +280,8 @@
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
-Classifier: Framework :: Zope3
+Classifier: Framework :: Zope :: 3
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
-Provides-Extra: test
Provides-Extra: docs
+Provides-Extra: test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.3.1/setup.py
new/zope.proxy-4.3.2/setup.py
--- old/zope.proxy-4.3.1/setup.py 2018-08-09 16:31:21.000000000 +0200
+++ new/zope.proxy-4.3.2/setup.py 2019-07-12 16:09:00.000000000 +0200
@@ -84,7 +84,7 @@
features = {'Cwrapper': Cwrapper}
setup(name='zope.proxy',
- version='4.3.1',
+ version='4.3.2',
author='Zope Foundation and Contributors',
author_email='[email protected]',
description='Generic Transparent Proxies',
@@ -109,7 +109,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
- "Framework :: Zope3",
+ "Framework :: Zope :: 3",
'Natural Language :: English',
'Operating System :: OS Independent'
],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.3.1/src/zope/proxy/_zope_proxy_proxy.c
new/zope.proxy-4.3.2/src/zope/proxy/_zope_proxy_proxy.c
--- old/zope.proxy-4.3.1/src/zope/proxy/_zope_proxy_proxy.c 2018-08-09
16:31:21.000000000 +0200
+++ new/zope.proxy-4.3.2/src/zope/proxy/_zope_proxy_proxy.c 2019-07-12
16:09:00.000000000 +0200
@@ -312,7 +312,7 @@
#endif
if (name_as_string == NULL) {
- return NULL;
+ goto finally;
}
descriptor = WrapperType_Lookup(self->ob_type, name);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.proxy-4.3.1/src/zope.proxy.egg-info/PKG-INFO
new/zope.proxy-4.3.2/src/zope.proxy.egg-info/PKG-INFO
--- old/zope.proxy-4.3.1/src/zope.proxy.egg-info/PKG-INFO 2018-08-09
16:31:21.000000000 +0200
+++ new/zope.proxy-4.3.2/src/zope.proxy.egg-info/PKG-INFO 2019-07-12
16:09:01.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zope.proxy
-Version: 4.3.1
+Version: 4.3.2
Summary: Generic Transparent Proxies
Home-page: http://github.com/zopefoundation/zope.proxy
Author: Zope Foundation and Contributors
@@ -36,6 +36,15 @@
Changes
=======
+ 4.3.2 (2019-07-12)
+ ------------------
+
+ - Fix error handling in ``ProxyBase.__setattr__``: any the exception
raised by
+ ``PyString_AsString``/``PyUnicode_AsUTF8`` would be silently
swallowed up
+ and ignored. See `issue 31
+ <https://github.com/zopefoundation/zope.proxy/issues/31>`_.
+
+
4.3.1 (2018-08-09)
------------------
@@ -271,8 +280,8 @@
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
-Classifier: Framework :: Zope3
+Classifier: Framework :: Zope :: 3
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
-Provides-Extra: test
Provides-Extra: docs
+Provides-Extra: test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zope.proxy-4.3.1/src/zope.proxy.egg-info/requires.txt
new/zope.proxy-4.3.2/src/zope.proxy.egg-info/requires.txt
--- old/zope.proxy-4.3.1/src/zope.proxy.egg-info/requires.txt 2018-08-09
16:31:21.000000000 +0200
+++ new/zope.proxy-4.3.2/src/zope.proxy.egg-info/requires.txt 2019-07-12
16:09:01.000000000 +0200
@@ -1,5 +1,5 @@
-zope.interface
setuptools
+zope.interface
[docs]
Sphinx