From ebc7fc41eb1ec45e325754a2f995cbac6549ba5a8f167e0432f70136f6cb8e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 14 May 2025 10:58:13 +0000 Subject: [PATCH] - Drop download links from the Patch: section * https://patch-diff.githubusercontent.com blocks too many too fast downloads from the same directory OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-before-after?expand=0&rev=9 --- python-before-after.changes | 3 +++ python-before-after.spec | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-before-after.changes b/python-before-after.changes index 0555285..635356e 100644 --- a/python-before-after.changes +++ b/python-before-after.changes @@ -2,6 +2,9 @@ Tue May 13 16:20:54 UTC 2025 - Markéta Machová - Convert to pip-based build +- Drop download links from the Patch: section + * https://patch-diff.githubusercontent.com blocks too many too fast + downloads from the same directory ------------------------------------------------------------------- Thu Jul 6 10:22:05 UTC 2023 - ecsos diff --git a/python-before-after.spec b/python-before-after.spec index a949dac..4f88450 100644 --- a/python-before-after.spec +++ b/python-before-after.spec @@ -26,8 +26,9 @@ URL: https://github.com/c-oreills/before_after Source: https://files.pythonhosted.org/packages/source/b/before_after/before_after-%{version}.tar.gz # https://github.com/c-oreills/before_after/issues/8 Source1: https://raw.githubusercontent.com/c-oreills/before_after/master/LICENSE -Patch0: https://patch-diff.githubusercontent.com/raw/c-oreills/before_after/pull/6.patch#/pr_6.patch -Patch1: https://patch-diff.githubusercontent.com/raw/c-oreills/before_after/pull/10.patch#/pr_10.patch +# the 2nd patch download attempt is blocked - we can't have links in here +Patch0: pr_6.patch +Patch1: pr_10.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}