15
0
forked from pool/python-ZODB

Accepting request 814180 from home:poorboywilly:branches:devel:languages:python

- Update to 5.6.0:
  * Fix tests with transaction 3.0 (remove patch).
  * Fix race with invalidations when starting a new transaction.
  * Fix inconsistent resolution order with zope.interface v5.
  * Drop support for Python 3.4.
  * Add support for Python 3.8.
  * See CHANGES.rst for more.

OBS-URL: https://build.opensuse.org/request/show/814180
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-06-13 13:54:54 +00:00
committed by Git OBS Bridge
parent 2d103e4bfb
commit 138d919550
5 changed files with 15 additions and 291 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jun 12 03:50:06 UTC 2020 - Jason Craig <os-dev@jacraig.com>
- Update to 5.6.0:
* Fix tests with transaction 3.0 (remove patch).
* Fix race with invalidations when starting a new transaction.
* Fix inconsistent resolution order with zope.interface v5.
* Drop support for Python 3.4.
* Add support for Python 3.8.
* See CHANGES.rst for more.
-------------------------------------------------------------------
Mon May 4 10:50:45 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>