From 06088bb81a7944ab70512510a4ae9e3fb4d639444233bd98368dcb85ea4bace3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 14 Nov 2025 20:50:59 +1100 Subject: [PATCH] Marked patch as based on upstream But since it's different, we can no longer actually have the URL as the location. --- python-pytest-subprocess.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pytest-subprocess.spec b/python-pytest-subprocess.spec index 1ec1d3f..b208933 100644 --- a/python-pytest-subprocess.spec +++ b/python-pytest-subprocess.spec @@ -24,7 +24,8 @@ Summary: A plugin to fake subprocess for pytest License: MIT URL: https://github.com/aklajnert/pytest-subprocess Source0: https://github.com/aklajnert/pytest-subprocess/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}-gh.tar.gz -Patch1: https://github.com/aklajnert/pytest-subprocess/commit/be30d9a94ba45afb600717e3fcd95b8b2ff2c60e.patch#/py314-fix-tests.patch +# PATCH-FIX-UPSTREAM Based on gh#aklajnert/pytest-subprocess#be30d9a94ba45afb600717e3fcd95b8b2ff2c60e +Patch1: py314-fix-tests.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}