2019-12-16 06:09:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2019-05-06 10:11:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 6 07:56:48 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 1.4.0
|
|
|
|
* Remove support for end of life Python 3.3.
|
|
|
|
* Fixed tests for Python 3.7. Contributed by Elliott Sales de Andrade in
|
|
|
|
`#36 <https://github.com/ionelmc/python-tblib/issues/36>`_.
|
|
|
|
* Fixed compatibility issue with Twised (``twisted.python.failure.Failure``
|
|
|
|
expected a ``co_code`` attribute).
|
|
|
|
- deleted patches
|
|
|
|
- 0001-Patch-tests-against-Python-3.7.patch (upstreamed)
|
|
|
|
|
2019-03-03 13:33:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 3 10:29:39 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Remove bcond_with test preventing the tests from running,
|
|
|
|
and fix the %check
|
|
|
|
- Remove unnecessary dependency on tox, flake8 and 9 other deps
|
|
|
|
- Add 0001-Patch-tests-against-Python-3.7.patch to workaround
|
|
|
|
Python 3.7 test failure.
|
|
|
|
|
2018-12-04 15:08:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:55:02 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-03-19 23:01:51 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 19 19:55:11 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- Use %license macro for license.
|
|
|
|
|
2017-08-14 04:54:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 14 00:28:19 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|