- 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
This commit is contained in:
2024-04-15 09:13:44 +00:00
committed by Git OBS Bridge
parent 1952c02bb9
commit e76115b6e9
4 changed files with 14 additions and 5 deletions

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>