82 lines
3.0 KiB
Plaintext
82 lines
3.0 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Fri Jul 18 13:57:07 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
|
||
|
|
||
|
- update to 6.0.1
|
||
|
* Removed type declarations as suggested by Gemini. (#13)
|
||
|
|
||
|
- update to 6.0.0
|
||
|
* Fixed bug in repo_context where standard output from git would not be
|
||
|
hidden (because git emits standard output on the stderr stream).
|
||
|
* Removed deprecated 'tarball_context', 'infer_compression', and 'null'
|
||
|
contexts.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Apr 1 15:34:31 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||
|
|
||
|
- Make it compatible with older setuptools
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Mar 26 05:48:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
|
||
|
- Normalize metadata directory name.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
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
|
||
|
|