14
0

Accepting request 504841 from home:okurz:matrix-synapse

Fullly delete doc generation for now to break dependency cycles

OBS-URL: https://build.opensuse.org/request/show/504841
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=29
This commit is contained in:
Jan Matejek
2017-06-21 13:37:24 +00:00
committed by Git OBS Bridge
parent b7432fcf14
commit 2d206b39df
4 changed files with 65 additions and 41 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Jun 19 13:01:14 UTC 2017 - okurz@suse.com
- Cover building python3 packages as well
-------------------------------------------------------------------
Sat Jun 17 16:38:43 UTC 2017 - okurz@suse.com
- Update to 4.4.2
* Fix a regression storing zope.component.persistentregistry.PersistentRegistry instances. See issue 85.
* Fix a regression that could lead to the utility registration cache of Components getting out of sync. See issue 93.
- Update to 4.4.1
* Simplify the caching of utility-registration data. In addition to simplification, avoids spurious test failures when checking for leaks in tests with persistent registries. See pull 84.
* Raise ValueError when non-text names are passed to adapter registry methods: prevents corruption of lookup caches.
- Update to 4.4.0
* Avoid a warning from the C compiler. (https://github.com/zopefoundation/zope.interface/issues/71)
* Add support for Python 3.6.
- Update to 4.3.3
* Correct typos and ReST formatting errors in documentation.
* Add API documentation for the adapter registry.
* Ensure that the LICENSE.txt file is included in built wheels.
* Fix C optimizations broken on Py3k. See the Python bug at: http://bugs.python.org/issue15657 (https://github.com/zopefoundation/zope.interface/issues/60)
- Update to 4.3.2
* Fix equality testing of implementedBy objects and proxies. (https://github.com/zopefoundation/zope.interface/issues/55)
- Prevent duplicate doc package generation
- Cleanup duplicates in build tree
-------------------------------------------------------------------
Sat Mar 11 12:16:24 UTC 2017 - okurz@suse.com
- Convert package to singlespec
-------------------------------------------------------------------
Tue Nov 15 10:11:54 UTC 2016 - dmueller@suse.com