Dirk Mueller
240dfcbdec
* Deprecate infer_compression, as it was used primarily for deferring to the tar command. * Enable 'transparent' compression in the tarfile context. * Implemented tarfile using native functionality and avoiding subprocessing, making it portable. * Implement experimental _compose for composing context managers. If you wish to use this function, please comment in the issue regarding your thoughts on the ordering. * Deprecate null context. * Renamed tarball_context to tarball and deprecated tarball_context compatibility shim. * Disentangle pushd from tarball. * Removed deprecated 'runner' parameter to tarball_context. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.context?expand=0&rev=15
60 lines
2.2 KiB
Plaintext
60 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Apr 7 09:27:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 5.3.0:
|
|
* Deprecate infer_compression, as it was used primarily for
|
|
deferring to the tar command.
|
|
* Enable 'transparent' compression in the tarfile context.
|
|
* Implemented tarfile using native functionality and avoiding
|
|
subprocessing, making it portable.
|
|
* Implement experimental _compose for composing context
|
|
managers. If you wish to use this function, please comment in
|
|
the issue regarding your thoughts on the ordering.
|
|
* Deprecate null context.
|
|
* Renamed tarball_context to tarball and deprecated
|
|
tarball_context compatibility shim.
|
|
* Disentangle pushd from tarball.
|
|
* Removed deprecated 'runner' parameter to tarball_context.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 22 21:09:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 4.3.0:
|
|
* Deprecated ``runner`` parameter to ``tarball_context``.
|
|
* Added test for ``pushd``.
|
|
* Added ``on_interrupt`` decorator.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 15 18:51:09 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
- add sle15_python_module_pythons
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 14 18:29:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 4.1.2:
|
|
* Packaging refresh.
|
|
* Enrolled with Tidelift.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 28 14:35:38 UTC 2022 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- Update to version 4.1.1
|
|
* Fixed some docs rendering issues.
|
|
* To the ``ExceptionTrap``, added ``.raises()`` and ``.passes``
|
|
decorators.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 29 19:30:53 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to version 4.0.0
|
|
* Moved dependency_context and run to jaraco.apt.
|
|
- Drop no-jaraco-apt.patch
|
|
- Remove unnecessary test tool requirements
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 15 06:54:39 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Initial package for 3.0.0
|
|
|