forked from pool/python-pytest-docker
Accepting request 1273207 from devel:languages:python:pytest
- 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/request/show/1273207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-docker?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5f784e2c45000c072afd75ddd076f884def73ce8f8829fd6ee6289c47d4aabe
|
||||
size 12235
|
||||
3
python-pytest-docker-3.2.1.tar.gz
Normal file
3
python-pytest-docker-3.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4539be6e1cfbb15973df588f303547cd679ba94bde33331533972cde0b6355b9
|
||||
size 12513
|
||||
@@ -1,4 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- Initial Package
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-docker
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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-docker
|
||||
Version: 3.1.1
|
||||
Version: 3.2.1
|
||||
Release: 0
|
||||
Summary: Simple pytest fixtures for Docker and Docker Compose based tests
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user