From 6cfc0196292da85cb6fc1ea0acd41abb3d058f1ee654e0ac9825a484b2c57cb3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Oct 2022 12:41:15 +0000 Subject: [PATCH] Fix metadata for patches. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=14 --- python-Pympler.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-Pympler.spec b/python-Pympler.spec index b37a972..ed7d301 100644 --- a/python-Pympler.spec +++ b/python-Pympler.spec @@ -28,8 +28,8 @@ Source: https://files.pythonhosted.org/packages/source/P/Pympler/Pympler # PATCH-FIX-UPSTREAM pympler-flaky-tests.patch gh#pympler/pympler#90 mcepl@suse.com # More cycles needed with more recent versions of Python Patch0: pympler-flaky-tests.patch -# 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 no-inspect-getargspec.patch gh#pympler/pympler#148 mcepl@suse.com +# Replaced removed method inspect.getargspec Patch1: no-inspect-getargspec.patch BuildRequires: %{python_module dbm} BuildRequires: %{python_module pytest}