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:
Ana Guerrero 2023-12-13 17:34:09 +00:00 committed by Git OBS Bridge
commit cd2db04a2b
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