1
0

- 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/package/show/devel:languages:python/python-process-tests?expand=0&rev=18
This commit is contained in:
Dirk Mueller 2023-12-12 13:51:28 +00:00 committed by Git OBS Bridge
parent be5a883556
commit d005fa0649
4 changed files with 13 additions and 5 deletions

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

Binary file not shown.

View File

@ -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>

View File

@ -17,10 +17,9 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-process-tests
Version: 2.1.2
Version: 3.0.0
Release: 0
Summary: Tools for testing processes
License: BSD-2-Clause