From 1429f073c11f19e47867bbe5814c8823f1c7c31bb4d97250d4b924d1be5b1548 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 9 Dec 2022 11:57:31 +0000 Subject: [PATCH] - Update pytest-plugins-pr186-fix-psycopg29.patch source file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-server-fixtures?expand=0&rev=15 --- pytest-plugins-pr186-fix-psycopg29.patch | 6 +++--- python-pytest-server-fixtures.changes | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pytest-plugins-pr186-fix-psycopg29.patch b/pytest-plugins-pr186-fix-psycopg29.patch index bd31533..d2c2881 100644 --- a/pytest-plugins-pr186-fix-psycopg29.patch +++ b/pytest-plugins-pr186-fix-psycopg29.patch @@ -11,9 +11,9 @@ https://github.com/psycopg/psycopg2/issues/941 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pytest-server-fixtures/pytest_server_fixtures/postgres.py b/pytest-server-fixtures/pytest_server_fixtures/postgres.py -index 7c6ea33..aeab36a 100644 ---- a/pytest_server_fixtures/postgres.py -+++ b/pytest_server_fixtures/postgres.py +index 7c6ea33d..aeab36ad 100644 +--- a/pytest-server-fixtures/pytest_server_fixtures/postgres.py ++++ b/pytest-server-fixtures/pytest_server_fixtures/postgres.py @@ -103,18 +103,22 @@ def run_cmd(self): def check_server_up(self): diff --git a/python-pytest-server-fixtures.changes b/python-pytest-server-fixtures.changes index 515285c..272e03d 100644 --- a/python-pytest-server-fixtures.changes +++ b/python-pytest-server-fixtures.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 9 11:57:05 UTC 2022 - Daniel Garcia + +- Update source pytest-plugins-pr186-fix-psycopg29.patch + ------------------------------------------------------------------- Thu Dec 8 12:33:38 UTC 2022 - pgajdos@suse.com