File python-pytest-subprocess.changes of Package python-pytest-subprocess
-------------------------------------------------------------------
Mon Sep 15 09:11:10 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.5.3:
* #171, #178: Allow to access keyword arguments passed to
Popen.
* #180: Fixed an incorrect wait timeout calculation.
* #170: Wrapped ProcessDispatcher.dispatch into
FakePopenWrapper as it was causing TypeError when Popen is
used as a type.
* #169: Get rid of using thread in AsyncFakePopen as it causes
thread.join() to hang indefinitely.
* #162: Include tests (and docs) and sdist correctly, and stop
installing them to site-packages.
* #163: Add support for Python 3.12.
* #160: Changed pytest entrypoint to avoid error while loading
plugin with -p argument.
* #128: Add tests directory to sdist.
- switch to gh tarball, which includes the tests handled out of
tree before
- add py314-fix-tests.patch to fix tests with python 3.14
-------------------------------------------------------------------
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.