From a4960d3921e4d7f06039a519756918b8b72a2b0119414282dc56dde421977f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 31 Jan 2019 11:14:04 +0000 Subject: [PATCH] - Drop odict, not really required from python 2.7+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slimit?expand=0&rev=16 --- python-slimit.changes | 5 +++++ python-slimit.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-slimit.changes b/python-slimit.changes index c4247d0..2d1d983 100644 --- a/python-slimit.changes +++ b/python-slimit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 31 11:13:41 UTC 2019 - Tomáš Chvátal + +- Drop odict, not really required from python 2.7+ + ------------------------------------------------------------------- Sun Jun 30 13:02:51 UTC 2018 - sor.alexei@meowr.ru diff --git a/python-slimit.spec b/python-slimit.spec index 806227c..08362b9 100644 --- a/python-slimit.spec +++ b/python-slimit.spec @@ -1,7 +1,7 @@ # # spec file for package python-slimit # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -30,13 +30,11 @@ Source: https://files.pythonhosted.org/packages/source/s/slimit/slimit-% Patch0: python-slimit-add-licence.patch # PATCH-FIX-OPENSUSE python-slimit-fix-python3.patch -- Take commit e833165 from https://github.com/rspivak/slimit/pull/65 by Lele Gaifax. Patch1: python-slimit-fix-python3.patch -BuildRequires: %{python_module odict} BuildRequires: %{python_module ply >= 3.4} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip -Requires: python-odict Requires: python-ply >= 3.4 Requires(post): update-alternatives Requires(postun): update-alternatives