diff --git a/pytest-plugins-pr186-fix-psycopg29.patch b/pytest-plugins-pr186-fix-psycopg29.patch index d2c2881..5c7d8a9 100644 --- a/pytest-plugins-pr186-fix-psycopg29.patch +++ b/pytest-plugins-pr186-fix-psycopg29.patch @@ -12,8 +12,8 @@ https://github.com/psycopg/psycopg2/issues/941 diff --git a/pytest-server-fixtures/pytest_server_fixtures/postgres.py b/pytest-server-fixtures/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 +--- a/pytest_server_fixtures/postgres.py ++++ b/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 272e03d..ad42417 100644 --- a/python-pytest-server-fixtures.changes +++ b/python-pytest-server-fixtures.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 9 12:03:36 UTC 2022 - Daniel Garcia + +- Remove remote path for pytest-plugins-pr186-fix-psycopg29.patch to avoid + download that patch from github + ------------------------------------------------------------------- Fri Dec 9 11:57:05 UTC 2022 - Daniel Garcia diff --git a/python-pytest-server-fixtures.spec b/python-pytest-server-fixtures.spec index 2d15416..df647b2 100644 --- a/python-pytest-server-fixtures.spec +++ b/python-pytest-server-fixtures.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-pytest-server-fixtures Version: 1.7.0 @@ -27,7 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/man-group/pytest-plugins Source: https://files.pythonhosted.org/packages/source/p/pytest-server-fixtures/pytest-server-fixtures-%{version}.tar.gz # PATCH-FIX-UPSTREAM pytest-plugins-pr186-fix-psycopg29.patch -- gh#man-group/pytest-plugins#186 -Patch0: https://github.com/man-group/pytest-plugins/pull/186.patch#/pytest-plugins-pr186-fix-psycopg29.patch +Patch0: pytest-plugins-pr186-fix-psycopg29.patch # PATCH-FEATURE-UPSTREAM remove-mock.patch -- gh#man-group#pytest-plugins#171 Patch1: remove-mock.patch # https://github.com/man-group/pytest-plugins/issues/209