From 95dae727a21f4acd55c8b9917f53e290cfca548e45e3f6185bd226d8c807f307 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 20 Jul 2020 11:47:40 +0000 Subject: [PATCH] Fix metadata OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortedcollections?expand=0&rev=10 --- python-sortedcollections.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-sortedcollections.spec b/python-sortedcollections.spec index e8b2f53..90c21ae 100644 --- a/python-sortedcollections.spec +++ b/python-sortedcollections.spec @@ -26,6 +26,8 @@ Group: Development/Languages/Python URL: https://github.com/grantjenks/sortedcollections #Source: https://files.pythonhosted.org/packages/source/s/sortedcollections/sortedcollections-%%{version}.tar.gz Source: https://github.com/grantjenks/python-sortedcollections/archive/v%{version}.tar.gz +# PATCH-FIX-UPSTREAM method_item.patch gh#grantjenks/python-sortedcollections#12 mcepl@suse.com +# Add method_item.patch to replace _del_item and _set_item methods Patch0: method_item.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes