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