Matej Cepl
7226568526
* test_pickle_exception-even-harder-location-stripping.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tblib?expand=0&rev=20
88 lines
3.5 KiB
Plaintext
88 lines
3.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Sep 9 12:30:08 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Cherry-pick patch from Fedora to fix testsuite with Python 3.13
|
|
* test_pickle_exception-even-harder-location-stripping.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 31 22:34:24 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Clean up SPEC file.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 17 09:22:14 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Update to 3.0.0
|
|
* Removed support for legacy Pythons (2.7 up to 3.7) and added Pythons
|
|
3.11 and 3.12 in the test grid.
|
|
* Added support for __context__, __suppress_context__ and __notes__.
|
|
* Added the get_locals argument to tblib.pickling_support.install(),
|
|
tblib.Traceback and tblib.Frame.
|
|
- Add vendore-reraise-from-six.patch to get rid of six
|
|
- Add more-aggressive-location-stripping.patch to fix test failure
|
|
- Standardize multibuild
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 9 11:45:42 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 16 21:26:47 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 1.7.0:
|
|
* Add more attributes to ``Frame`` and ``Code`` objects for pytest compatibility.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- 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)
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:55:02 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 19 19:55:11 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
- Use %license macro for license.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 14 00:28:19 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|