Files
python-pytest-docker/python-pytest-docker.changes
Dirk Mueller 4d012fb4b9 - update to 3.2.1:
* Fix non-existing docker_setup_command into docker_setup
  * Make the plugin.Services class available at the base module
    level for easier typing
- update to 3.2.0:
  * Add option to ignore stderr when executing commands
- update to 3.1.2:
  * Document how to use multiple compose files
  * docs: Docker compose stack reuse & debug example
- Initial Package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-docker?expand=0&rev=4
2025-04-28 16:38:46 +00:00

18 lines
647 B
Plaintext

-------------------------------------------------------------------
Mon Apr 28 16:38:24 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.2.1:
* Fix non-existing docker_setup_command into docker_setup
* Make the plugin.Services class available at the base module
level for easier typing
- update to 3.2.0:
* Add option to ignore stderr when executing commands
- update to 3.1.2:
* Document how to use multiple compose files
* docs: Docker compose stack reuse & debug example
-------------------------------------------------------------------
Thu Aug 29 16:14:15 UTC 2024 - Meera Belur <mbelur@suse.com>
- Initial Package