From 6d611b77fc645e4f1b54c53b5e2d07ecc7552fd1c87b8815905a608638e0d96d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 5 Jun 2020 14:41:48 +0000 Subject: [PATCH] Fix metadata in SPEC file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-URLObject?expand=0&rev=11 --- python-URLObject.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-URLObject.spec b/python-URLObject.spec index f65b4eb..974d8cd 100644 --- a/python-URLObject.spec +++ b/python-URLObject.spec @@ -24,7 +24,7 @@ Summary: Python library for manipulating URLs (and some URIs) in a more n License: SUSE-Public-Domain URL: https://github.com/zacharyvoase/urlobject Source: https://files.pythonhosted.org/packages/source/U/URLObject/URLObject-%{version}.tar.gz -# PATCH-FEATURE-UPSTREAM remove_nose.patch bsc#[0-9]+ mcepl@suse.com +# patch-feature-upstream remove_nose.patch gh#zacharyvoase/urlobject#42 mcepl@suse.com # Remove the need for nose and use the standard library. Patch0: remove_nose.patch BuildRequires: %{python_module setuptools}