Accepting request 1132689 from devel:languages:python
- update to 3.0.0: * Dropped Python 2 support. * Added an optional non-pipe TestProcess mode. You can use file objects for processes that are too verbose for a pipe. * Added some tests. OBS-URL: https://build.opensuse.org/request/show/1132689 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-process-tests?expand=0&rev=9
This commit is contained in:
commit
cd2db04a2b
BIN
process-tests-2.1.2.tar.gz
(Stored with Git LFS)
BIN
process-tests-2.1.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
process-tests-3.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
process-tests-3.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 12 13:50:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.0.0:
|
||||||
|
* Dropped Python 2 support.
|
||||||
|
* Added an optional non-pipe TestProcess mode. You can use file
|
||||||
|
objects for processes that are too verbose for a pipe.
|
||||||
|
* Added some tests.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:29:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:29:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,10 +17,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-process-tests
|
Name: python-process-tests
|
||||||
Version: 2.1.2
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for testing processes
|
Summary: Tools for testing processes
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user