diff --git a/pre_checkin.sh b/pre_checkin.sh deleted file mode 100644 index 19d8002..0000000 --- a/pre_checkin.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cp python-zope.proxy.changes python-zope.proxy-doc.changes - diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index 20d5fc8..35aefeb 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 22 11:19:46 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index 8d85beb..96cbdfc 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -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 diff --git a/zope.proxy-4.3.1.tar.gz b/zope.proxy-4.3.1.tar.gz deleted file mode 100644 index f793121..0000000 --- a/zope.proxy-4.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2 -size 43424 diff --git a/zope.proxy-4.3.2.tar.gz b/zope.proxy-4.3.2.tar.gz new file mode 100644 index 0000000..6df5205 --- /dev/null +++ b/zope.proxy-4.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6d6975d9c51c13cac828ff03168de21fb562b0664c59bcdc4a4b10f39a5b17 +size 43567