Accepting request 1248475 from devel:languages:python
- 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/request/show/1248475 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sh?expand=0&rev=19
This commit is contained in:
commit
59d1078b06
@ -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>
|
Mon Oct 28 22:44:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sh
|
# spec file for package python-sh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sh
|
Name: python-sh
|
||||||
Version: 2.1.0
|
Version: 2.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python subprocess interface
|
Summary: Python subprocess interface
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e27301c574bec8ca5bf6f211851357526455ee97cd27a7c4c6cc5e2375399cb
|
|
||||||
size 345525
|
|
3
sh-2.2.2.tar.gz
Normal file
3
sh-2.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:653227a7c41a284ec5302173fbc044ee817c7bad5e6e4d8d55741b9aeb9eb65b
|
||||||
|
size 345866
|
Loading…
x
Reference in New Issue
Block a user