SHA256
14
0
forked from pool/python-sh

- update to 2.2.2:

* Bugfix where it was impossible to use a signal as an
    `ok_code` #699
  * Bugfix where `async` and `return_cmd` does not raise
    exceptions #746
  * `return_cmd` with `await` now works correctly #743
  * Formal support for Python 3.12

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sh?expand=0&rev=46
This commit is contained in:
2025-02-25 20:23:47 +00:00
committed by Git OBS Bridge
parent bce53e0ca0
commit 3267548083
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 25 20:17:05 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.2.2:
* Bugfix where it was impossible to use a signal as an
`ok_code` #699
* Bugfix where `async` and `return_cmd` does not raise
exceptions #746
* `return_cmd` with `await` now works correctly #743
* Formal support for Python 3.12
-------------------------------------------------------------------
Mon Oct 28 22:44:05 UTC 2024 - Dirk Müller <dmueller@suse.com>