From 45a53a0b733946432e80347384c772c8356a5b398eddff2da77d0a67cca5d436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 29 Aug 2018 09:24:05 +0000 Subject: [PATCH] - Remove devel dependency - Require python 3.6+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-TagStats?expand=0&rev=7 --- python-TagStats.changes | 6 ++++++ python-TagStats.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-TagStats.changes b/python-TagStats.changes index c7014e5..328454b 100644 --- a/python-TagStats.changes +++ b/python-TagStats.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 29 09:23:15 UTC 2018 - tchvatal@suse.com + +- Remove devel dependency +- Require python 3.6+ + ------------------------------------------------------------------- Fri Jul 27 09:22:48 UTC 2018 - jengelh@inai.de diff --git a/python-TagStats.spec b/python-TagStats.spec index 6fbede3..af32e02 100644 --- a/python-TagStats.spec +++ b/python-TagStats.spec @@ -24,15 +24,14 @@ Release: 0 Summary: Statistics for each tag's set of key phrases License: MIT Group: Development/Languages/Python -Url: https://github.com/chuanconggao/TagStats +URL: https://github.com/chuanconggao/TagStats Source: https://files.pythonhosted.org/packages/source/T/TagStats/TagStats-%{version}.tar.gz Source10: https://raw.githubusercontent.com/chuanconggao/TagStats/%{version}/LICENSE -BuildRequires: %{python_module devel} +BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description