14
0

- update to 4.3.0:

* Deprecated ``runner`` parameter to ``tarball_context``.
  * Added test for ``pushd``.
  * Added ``on_interrupt`` decorator.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.context?expand=0&rev=13
This commit is contained in:
2023-05-22 21:10:22 +00:00
committed by Git OBS Bridge
parent 1d26641120
commit 8c5088177a
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>