From d30417da0daef0b29fa49187e754f3dd4b7050f26e67d909688b84bc3e7ef91e Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 18 Oct 2019 09:46:51 +0000 Subject: [PATCH] - Re-add License, required in Factory. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-termstyle?expand=0&rev=16 --- python-termstyle.changes | 5 +++++ python-termstyle.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-termstyle.changes b/python-termstyle.changes index 7d41c00..ac444a6 100644 --- a/python-termstyle.changes +++ b/python-termstyle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 18 09:41:48 UTC 2019 - Sebastian Wagner + +- Re-add License, required in Factory. + ------------------------------------------------------------------- Mon Oct 14 14:45:01 UTC 2019 - Matej Cepl diff --git a/python-termstyle.spec b/python-termstyle.spec index 06afcd9..75d64f8 100644 --- a/python-termstyle.spec +++ b/python-termstyle.spec @@ -23,6 +23,7 @@ Version: 0.1.11 Release: 0 Summary: Console colouring for Python License: BSD-3-Clause +Group: Development/Languages/Python URL: https://github.com/gfxmonk/termstyle Source: https://files.pythonhosted.org/packages/source/t/termstyle/termstyle-%{version}.tar.gz BuildRequires: %{python_module setuptools}