14
0

Accepting request 691699 from home:mcalabkova:branches:devel:languages:python

- update to version 4.2.0
  * Add support for Python 3.5 and 3.6.
  * Drop support for Python 2.6, 3.2 and 3.3.
  * Expose the __doc__ (and, where applicable, __bases__ and __dict__) 
    of the hooked object. This lets Sphinx document them.
  * Respect PURE_PYTHON at runtime.

OBS-URL: https://build.opensuse.org/request/show/691699
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-04-05 07:30:13 +00:00
committed by Git OBS Bridge
parent 3745563e1f
commit 51de627b90
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 5 07:14:07 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 4.2.0
* Add support for Python 3.5 and 3.6.
* Drop support for Python 2.6, 3.2 and 3.3.
* Expose the __doc__ (and, where applicable, __bases__ and __dict__)
of the hooked object. This lets Sphinx document them.
* Respect PURE_PYTHON at runtime.
-------------------------------------------------------------------
Sat Jul 8 07:02:54 UTC 2017 - aloisio@gmx.com