From 058776019f0019bbb4d3ca00a018152505b4028176ae31924890aeead10a9f8c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Thu, 13 Nov 2025 13:49:44 +0100 Subject: [PATCH] Update to 3.2.5 --- python-pytest-docker-3.2.3.tar.gz | 3 --- python-pytest-docker-3.2.5.tar.gz | 3 +++ python-pytest-docker.changes | 9 +++++++++ python-pytest-docker.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 python-pytest-docker-3.2.3.tar.gz create mode 100644 python-pytest-docker-3.2.5.tar.gz diff --git a/python-pytest-docker-3.2.3.tar.gz b/python-pytest-docker-3.2.3.tar.gz deleted file mode 100644 index d020d6d..0000000 --- a/python-pytest-docker-3.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea9e21c59d0d84f9df1befcc2d814b4061d8ca7add327149772a73559ae714c9 -size 12500 diff --git a/python-pytest-docker-3.2.5.tar.gz b/python-pytest-docker-3.2.5.tar.gz new file mode 100644 index 0000000..47a2477 --- /dev/null +++ b/python-pytest-docker-3.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c60e64825f45edd54c6d7f112dc162134043c4da947257d998f9b4d822f7d1e +size 12661 diff --git a/python-pytest-docker.changes b/python-pytest-docker.changes index 733ae28..38fe866 100644 --- a/python-pytest-docker.changes +++ b/python-pytest-docker.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Nov 13 12:45:16 UTC 2025 - Daniel Garcia + +- Update to 3.2.5: + * ci improvements by @augi in #128 + * Use --wait in the default setup command by @mikeroll in #129 +- 3.2.4: + * chore(deps): pytest 9.x allowed by @augi in #127 + ------------------------------------------------------------------- Fri Jul 4 07:50:56 UTC 2025 - Steve Kowalik diff --git a/python-pytest-docker.spec b/python-pytest-docker.spec index c0264c1..1d56dbf 100644 --- a/python-pytest-docker.spec +++ b/python-pytest-docker.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-docker -Version: 3.2.3 +Version: 3.2.5 Release: 0 Summary: Simple pytest fixtures for Docker and Docker Compose based tests License: MIT