15
0

- 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
This commit is contained in:
2025-05-14 10:58:13 +00:00
committed by Git OBS Bridge
parent c36e95f6d5
commit ebc7fc41eb
2 changed files with 6 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
Tue May 13 16:20:54 UTC 2025 - Markéta Machová <mmachova@suse.com>
- 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 <ecsos@opensuse.org>

View File

@@ -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}