From 87dc76599627c43a199f4a1b40793d8a7f304526fffeea2575872d9643a79dae Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 7 Feb 2023 00:41:36 +0000 Subject: [PATCH] Fix Sources OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isbnlib?expand=0&rev=2 --- python-isbnlib.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python-isbnlib.spec b/python-isbnlib.spec index 6444375..7ac7643 100644 --- a/python-isbnlib.spec +++ b/python-isbnlib.spec @@ -23,10 +23,9 @@ Release: 0 Summary: Extract, clean, transform, hyphenate and metadata for ISBNs License: LGPL-3.0-only URL: https://github.com/xlcnd/isbnlib -Source: https://files.pythonhosted.org/packages/source/i/isbnlib/isbnlib-%{version}.tar.gz Source: https://github.com/xlcnd/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz -# PATCH-{FIX|FEATURE}-{OPENSUSE|SLE|UPSTREAM} name-of-file.patch bsc#[0-9]+ mcepl@suse.com -# this patch makes things totally awesome +# PATCH-FIX-UPSTREAM mark-network-tests.patch gh#xlcnd/isbnlib#121 mcepl@suse.com +# mark tests requiring network access so they may be skipped Patch0: mark-network-tests.patch BuildRequires: %{python_module anyio} BuildRequires: %{python_module flaky}