Accepting request 1167778 from devel:languages:python:pytest

- update to 1.0.1:
  * Add missing test suite files to source distribution
  * ProcessStarter.pattern is now optional. Users may provide
    either ProcessStarter.pattern or ProcessStarter.callback or
    both.

OBS-URL: https://build.opensuse.org/request/show/1167778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-xprocess?expand=0&rev=6
This commit is contained in:
2024-04-16 18:03:12 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8d4041a20a1c1ef1943054e4a3df7ac7b43e7f291f640f43c34e9dcc4b34dfa
size 31350

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34f94e59a99c3f4bff08a7da54ad8592f6eb61f318e9f3d385ee0e55c4b12404
size 38665

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 15 09:10:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.0.1:
* Add missing test suite files to source distribution
* ProcessStarter.pattern is now optional. Users may provide
either ProcessStarter.pattern or ProcessStarter.callback or
both.
-------------------------------------------------------------------
Mon Oct 2 15:00:17 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-xprocess
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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-pytest-xprocess
Version: 0.23.0
Version: 1.0.1
Release: 0
Summary: A pytest plugin for managing processes across test runs
License: MIT