SHA256
1
0
forked from pool/python-sh

4 Commits

Author SHA256 Message Date
59d1078b06 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
2025-02-26 16:14:07 +00:00
622bf1b208 - 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
2025-02-25 20:23:47 +00:00
acbc388a67 Accepting request 1218888 from devel:languages:python
- update to 2.1.0:
  * Add contrib command `sh.contrib.bash` #736

OBS-URL: https://build.opensuse.org/request/show/1218888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sh?expand=0&rev=18
2024-10-30 16:29:47 +00:00
2546eabe1d - update to 2.1.0:
* Add contrib command `sh.contrib.bash` #736

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sh?expand=0&rev=44
2024-10-28 22:49:43 +00:00
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
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>
- update to 2.1.0:
* Add contrib command `sh.contrib.bash` #736
-------------------------------------------------------------------
Mon Jun 10 09:09:25 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-sh
Version: 2.0.7
Version: 2.2.2
Release: 0
Summary: Python subprocess interface
License: MIT

BIN
sh-2.0.7.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
sh-2.2.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.