17
0

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
    <https://github.com/zopefoundation/zope.proxy/issues/36>`_.
  
  - Remove deprecated use of setuptools features.  See `issue 38
    <https://github.com/zopefoundation/zope.proxy/issues/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
This commit is contained in:
Tomáš Chvátal
2020-03-16 15:14:26 +00:00
committed by Git OBS Bridge
parent b757120248
commit 049aa53c2f
4 changed files with 17 additions and 4 deletions

View File

@@ -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
<https://github.com/zopefoundation/zope.proxy/issues/36>`_.
- Remove deprecated use of setuptools features. See `issue 38
<https://github.com/zopefoundation/zope.proxy/issues/38>`_.
-------------------------------------------------------------------
Tue Jan 21 11:05:09 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>