File python-pytest-subprocess.changes of Package python-pytest-subprocess
-------------------------------------------------------------------
Wed Sep 10 12:08:51 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 1.5.3
* Changed pytest entrypoint to avoid error while loading plugin
with -p argument.
* Add tests directory to sdist.
* Add support for Python 3.12.
* Allow to access keyword arguments passed to Popen.
* Fixed an incorrect wait timeout calculation.
* Wrapped ProcessDispatcher.dispatch into FakePopenWrapper as it
was causing TypeError when Popen is used as a type.
* Get rid of using thread in AsyncFakePopen as it causes thread.join()
to hang indefinitely.
- Add py314.patch to fix tests with Python 3.14
- Drop tests.tar.xz, already included
-------------------------------------------------------------------
Mon Apr 8 10:40:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons
-------------------------------------------------------------------
Thu Apr 6 07:14:12 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.5.0:
* #109: Match also os.PathLike.
* #105: Add program matcher.
-------------------------------------------------------------------
Fri Jan 27 18:22:44 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Clean out recommendations and test requirements
- Move to PEP517 build
-------------------------------------------------------------------
Thu Jan 26 14:08:30 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Simplify %%prep.
-------------------------------------------------------------------
Wed Jan 25 09:15:32 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Initial package.
- Include tests.tar.xz via _service: pulls in tests from github as
these are not bundled in original source tarball.