forked from pool/python-sh
- update to 2.0.6:
* Add back appropriate sdist files comment * Allow nested `with` contexts #690 * Call correct asyncio function for getting event loop #683 module * fix documentation link Python3.4+ issues #536 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sh?expand=0&rev=38
This commit is contained in:
parent
0a8f2b81f3
commit
55a517b3b8
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 7 11:16:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.0.6:
|
||||||
|
* Add back appropriate sdist files comment
|
||||||
|
* Allow nested `with` contexts #690
|
||||||
|
* Call correct asyncio function for getting event loop #683
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 22 21:07:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon May 22 21:07:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@ -32,13 +40,13 @@ Sun Jul 24 07:52:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|||||||
|
|
||||||
- update to 1.14.3:
|
- update to 1.14.3:
|
||||||
* bugfix where `Command` was not aware of default call args when wrapping the
|
* bugfix where `Command` was not aware of default call args when wrapping the
|
||||||
module
|
module
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 6 11:40:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sun Jun 6 11:40:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 1.14.2:
|
- update to 1.14.2:
|
||||||
* fix documentation link
|
* fix documentation link
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 8 21:25:24 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
Tue Dec 8 21:25:24 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
@ -51,7 +59,7 @@ Tue Dec 8 21:25:24 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|||||||
* None and False arguments now do not pass through to underlying
|
* None and False arguments now do not pass through to underlying
|
||||||
command #525
|
command #525
|
||||||
* Implemented find_spec on the fancy importer, which fixes some
|
* Implemented find_spec on the fancy importer, which fixes some
|
||||||
Python3.4+ issues #536
|
Python3.4+ issues #536
|
||||||
- Drop all patches: they are no longer applicable
|
- Drop all patches: they are no longer applicable
|
||||||
* fix-sleep-path-in-test.patch
|
* fix-sleep-path-in-test.patch
|
||||||
* fix-test_general_signal.diff
|
* fix-test_general_signal.diff
|
||||||
@ -307,7 +315,7 @@ Fri Jan 2 10:58:53 UTC 2015 - aplanas@suse.com
|
|||||||
* SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGPIPE, SIGSYS have been added to the list of signals that throw an exception PR #201
|
* SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGPIPE, SIGSYS have been added to the list of signals that throw an exception PR #201
|
||||||
* "callable" builtin has been faked for python3.1, which lacks it.
|
* "callable" builtin has been faked for python3.1, which lacks it.
|
||||||
* "direct" option added to _piped special keyword argument, which allows sh to hand off a process's stdout fd directly to another process, instead of buffering its stdout internally, then handing it off. #119
|
* "direct" option added to _piped special keyword argument, which allows sh to hand off a process's stdout fd directly to another process, instead of buffering its stdout internally, then handing it off. #119
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 2 12:37:53 UTC 2014 - multyrealm@gmail.com
|
Fri May 2 12:37:53 UTC 2014 - multyrealm@gmail.com
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sh
|
Name: python-sh
|
||||||
Version: 2.0.4
|
Version: 2.0.6
|
||||||
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:a18920f0839991bc9dfddb6dcc006c360b1064ba96257359f0ea356e9fa75a60
|
|
||||||
size 345443
|
|
3
sh-2.0.6.tar.gz
Normal file
3
sh-2.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b2998f313f201c777e2c0061f0b1367497097ef13388595be147e2a00bf7ba1
|
||||||
|
size 345496
|
Loading…
x
Reference in New Issue
Block a user