forked from pool/python-zope.proxy
- 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:
committed by
Git OBS Bridge
parent
a2ffb07d42
commit
038277f06d
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
cp python-zope.proxy.changes python-zope.proxy-doc.changes
|
|
||||||
|
|
||||||
@@ -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>
|
Fri Apr 5 12:14:55 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -27,12 +27,12 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-zope.proxy%{psuffix}
|
Name: python-zope.proxy%{psuffix}
|
||||||
Version: 4.3.1
|
Version: 4.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Generic Transparent Proxies
|
Summary: Generic Transparent Proxies
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/z/zope.proxy/zope.proxy-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@@ -47,7 +47,6 @@ BuildRequires: %{python_module zope.testrunner}
|
|||||||
%ifpython3
|
%ifpython3
|
||||||
Conflicts: python3-zope-proxy < %{version}
|
Conflicts: python3-zope-proxy < %{version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -90,13 +89,12 @@ rm -rf zope.proxy.egg-info
|
|||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE.txt
|
||||||
%doc COPYRIGHT.txt LICENSE.txt CHANGES.rst README.rst
|
%doc COPYRIGHT.txt CHANGES.rst README.rst
|
||||||
%exclude %{python_sitearch}/zope/proxy/proxy.h
|
%exclude %{python_sitearch}/zope/proxy/proxy.h
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%files %{python_files devel}
|
%files %{python_files devel}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%dir %{python_sysconfig_path include}/zope.proxy
|
%dir %{python_sysconfig_path include}/zope.proxy
|
||||||
%{python_sysconfig_path include}/zope.proxy/*
|
%{python_sysconfig_path include}/zope.proxy/*
|
||||||
%{python_sitearch}/zope/proxy/proxy.h
|
%{python_sitearch}/zope/proxy/proxy.h
|
||||||
|
|||||||
@@ -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
3
zope.proxy-4.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ab6d6975d9c51c13cac828ff03168de21fb562b0664c59bcdc4a4b10f39a5b17
|
||||||
|
size 43567
|
||||||
Reference in New Issue
Block a user