14
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-07-22 11:22:40 +00:00
committed by Git OBS Bridge
parent a2ffb07d42
commit 038277f06d
5 changed files with 14 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
#!/bin/sh
cp python-zope.proxy.changes python-zope.proxy-doc.changes

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 22 11:19:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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.
-------------------------------------------------------------------
Fri Apr 5 12:14:55 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -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 @@ BuildRequires: %{python_module zope.testrunner}
%ifpython3
Conflicts: python3-zope-proxy < %{version}
%endif
%python_subpackages
%description
@@ -90,13 +89,12 @@ rm -rf zope.proxy.egg-info
%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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2
size 43424

3
zope.proxy-4.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab6d6975d9c51c13cac828ff03168de21fb562b0664c59bcdc4a4b10f39a5b17
size 43567