From e76115b6e9986ba2affa0bff6b772c6cbcb9aa2d644729a6ebcffa3c22d0a3f3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Apr 2024 09:13:44 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python:pytest/python-pytest-xprocess?expand=0&rev=11 --- pytest-xprocess-0.23.0.tar.gz | 3 --- pytest-xprocess-1.0.1.tar.gz | 3 +++ python-pytest-xprocess.changes | 9 +++++++++ python-pytest-xprocess.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pytest-xprocess-0.23.0.tar.gz create mode 100644 pytest-xprocess-1.0.1.tar.gz diff --git a/pytest-xprocess-0.23.0.tar.gz b/pytest-xprocess-0.23.0.tar.gz deleted file mode 100644 index 367fa3e..0000000 --- a/pytest-xprocess-0.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8d4041a20a1c1ef1943054e4a3df7ac7b43e7f291f640f43c34e9dcc4b34dfa -size 31350 diff --git a/pytest-xprocess-1.0.1.tar.gz b/pytest-xprocess-1.0.1.tar.gz new file mode 100644 index 0000000..6231fb3 --- /dev/null +++ b/pytest-xprocess-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f94e59a99c3f4bff08a7da54ad8592f6eb61f318e9f3d385ee0e55c4b12404 +size 38665 diff --git a/python-pytest-xprocess.changes b/python-pytest-xprocess.changes index afa9668..5ca5fb4 100644 --- a/python-pytest-xprocess.changes +++ b/python-pytest-xprocess.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 15 09:10:40 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pytest-xprocess.spec b/python-pytest-xprocess.spec index 6f17ca9..6aa2836 100644 --- a/python-pytest-xprocess.spec +++ b/python-pytest-xprocess.spec @@ -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