14
0

- Version update to 4.5.0:

* Allow registering and unregistering instance methods as listeners. See issue 12 and PR 102.
  * Synchronize and simplify zope/__init__.py. See issue 114
  * Avoid exceptions when the __annotations__ attribute is added to interface definitions with Python 3.x type hints. See issue 98.
  * Fix the possibility of a rare crash in the C extension when deallocating items. See issue 100.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=31
This commit is contained in:
Tomáš Chvátal
2018-08-28 11:30:45 +00:00
committed by Git OBS Bridge
parent 2d206b39df
commit 00cfd8fd3d
4 changed files with 23 additions and 23 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 28 11:29:16 UTC 2018 - tchvatal@suse.com
- Version update to 4.5.0:
* Allow registering and unregistering instance methods as listeners. See issue 12 and PR 102.
* Synchronize and simplify zope/__init__.py. See issue 114
* Avoid exceptions when the __annotations__ attribute is added to interface definitions with Python 3.x type hints. See issue 98.
* Fix the possibility of a rare crash in the C extension when deallocating items. See issue 100.
-------------------------------------------------------------------
Mon Jun 19 13:01:14 UTC 2017 - okurz@suse.com