14
0

- update to 4.7.1:

* Use Python 3 syntax in the documentation. See issue 119.
  * Drop support for Python 3.4.
  * Fix queryTaggedValue, getTaggedValue, getTaggedValueTags subclass
    inheritance. See PR 144.
  * Add support for Python 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=37
This commit is contained in:
2019-12-09 05:24:01 +00:00
committed by Git OBS Bridge
parent 75688dd806
commit 051916111e
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 9 05:21:39 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
- update to 4.7.1:
* Use Python 3 syntax in the documentation. See issue 119.
* Drop support for Python 3.4.
* Fix queryTaggedValue, getTaggedValue, getTaggedValueTags subclass
inheritance. See PR 144.
* Add support for Python 3.8.
-------------------------------------------------------------------
Fri Apr 5 10:24:37 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>