From f596a8ea609c954825efbfd545265bca174a6eda937e52552df353e09a604669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Mar 2020 15:14:26 +0000 Subject: [PATCH 1/2] Accepting request 785662 from home:pgajdos:python - version update to 4.3.4 - Fix a compilation warning on Python 3.8. The slot ``tp_print`` changed to ``tp_vectorcall_offset`` in 3.8 and must not be set. Prior to 3.8, it was reserved and ignored in all Python 3 versions. See `issue 36 `_. - Remove deprecated use of setuptools features. See `issue 38 `_. OBS-URL: https://build.opensuse.org/request/show/785662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=17 --- python-zope.proxy.changes | 13 +++++++++++++ python-zope.proxy.spec | 2 +- zope.proxy-4.3.3.tar.gz | 3 --- zope.proxy-4.3.4.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 zope.proxy-4.3.3.tar.gz create mode 100644 zope.proxy-4.3.4.tar.gz diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index f322e74..2835510 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Mar 16 14:00:19 UTC 2020 - pgajdos@suse.com + +- version update to 4.3.4 + - Fix a compilation warning on Python 3.8. The slot ``tp_print`` + changed to ``tp_vectorcall_offset`` in 3.8 and must not be set. + Prior to 3.8, it was reserved and ignored in all Python 3 versions. + See `issue 36 + `_. + + - Remove deprecated use of setuptools features. See `issue 38 + `_. + ------------------------------------------------------------------- Tue Jan 21 11:05:09 UTC 2020 - Marketa Calabkova diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index 13bb09a..0bf3c5f 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-zope.proxy%{psuffix} -Version: 4.3.3 +Version: 4.3.4 Release: 0 Summary: Generic Transparent Proxies License: ZPL-2.1 diff --git a/zope.proxy-4.3.3.tar.gz b/zope.proxy-4.3.3.tar.gz deleted file mode 100644 index 8c3ff7b..0000000 --- a/zope.proxy-4.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dac4279aa05055d3897ab5e5ee5a7b39db121f91df65a530f8b1ac7f9bd93119 -size 44630 diff --git a/zope.proxy-4.3.4.tar.gz b/zope.proxy-4.3.4.tar.gz new file mode 100644 index 0000000..e65f435 --- /dev/null +++ b/zope.proxy-4.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b8441d3713ca58f94ffc215f5fe6aa11523ec53d2a732ac4fb42b6ac6319bc +size 45022 From b661f811e455ad3d79872d5d7b3b0aa4fcad125af3a5c0983a4cc4476af4df98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 24 Mar 2020 15:04:09 +0000 Subject: [PATCH 2/2] Accepting request 787835 from home:pgajdos:python - version update to 4.3.5 - Stop installing C header files on PyPy (which is what zope.proxy before 4.3.4 used to do), fixes `issue 39 `_. OBS-URL: https://build.opensuse.org/request/show/787835 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=18 --- python-zope.proxy.changes | 8 ++++++++ python-zope.proxy.spec | 2 +- zope.proxy-4.3.4.tar.gz | 3 --- zope.proxy-4.3.5.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 zope.proxy-4.3.4.tar.gz create mode 100644 zope.proxy-4.3.5.tar.gz diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index 2835510..7dc4bbd 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 24 14:33:07 UTC 2020 - pgajdos@suse.com + +- version update to 4.3.5 + - Stop installing C header files on PyPy (which is what zope.proxy before 4.3.4 + used to do), fixes `issue 39 + `_. + ------------------------------------------------------------------- Mon Mar 16 14:00:19 UTC 2020 - pgajdos@suse.com diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index 0bf3c5f..f20c006 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-zope.proxy%{psuffix} -Version: 4.3.4 +Version: 4.3.5 Release: 0 Summary: Generic Transparent Proxies License: ZPL-2.1 diff --git a/zope.proxy-4.3.4.tar.gz b/zope.proxy-4.3.4.tar.gz deleted file mode 100644 index e65f435..0000000 --- a/zope.proxy-4.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46b8441d3713ca58f94ffc215f5fe6aa11523ec53d2a732ac4fb42b6ac6319bc -size 45022 diff --git a/zope.proxy-4.3.5.tar.gz b/zope.proxy-4.3.5.tar.gz new file mode 100644 index 0000000..d7c833b --- /dev/null +++ b/zope.proxy-4.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66a0d94e5b081d5d695e66d6667e91e74d79e273eee95c1747717ba9cb70792 +size 45162