14
0
forked from pool/python-tblib

Accepting request 757191 from home:StefanBruens:branches:devel:languages:python

- Move the Twisted test out of the main package to avoid the
  Twisted dependency chain.
- version update to 1.6.0
  * When pickling an Exception, also pickle its traceback and the Exception
    chain (raise ... from ...). Contributed by Guido Imperiale in #53.
- version update to 1.5.0
  * Added support for Python 3.8. Contributed by Victor Stinner in #42.
  * Removed support for end of life Python 3.4.
  * Few CI improvements and fixes.

OBS-URL: https://build.opensuse.org/request/show/757191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tblib?expand=0&rev=10
This commit is contained in:
2019-12-16 05:09:46 +00:00
committed by Git OBS Bridge
parent 2e64fc9c76
commit 1dcb816449
5 changed files with 51 additions and 11 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Dec 15 16:02:49 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Move the Twisted test out of the main package to avoid the
Twisted dependency chain.
-------------------------------------------------------------------
Sun Dec 15 15:34:21 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- version update to 1.6.0
* When pickling an Exception, also pickle its traceback and the Exception
chain (raise ... from ...). Contributed by Guido Imperiale in #53.
- version update to 1.5.0
* Added support for Python 3.8. Contributed by Victor Stinner in #42.
* Removed support for end of life Python 3.4.
* Few CI improvements and fixes.
-------------------------------------------------------------------
Mon May 6 07:56:48 UTC 2019 - pgajdos@suse.com