diff --git a/python-parse_type.changes b/python-parse_type.changes index af7f8cf..5b34d9e 100644 --- a/python-parse_type.changes +++ b/python-parse_type.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 14 00:56:44 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Wed Feb 13 14:55:24 UTC 2019 - Matěj Cepl diff --git a/python-parse_type.spec b/python-parse_type.spec index 42f355f..5cec682 100644 --- a/python-parse_type.spec +++ b/python-parse_type.spec @@ -1,7 +1,7 @@ # # spec file for package python-parse_type # -# 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,27 +12,28 @@ # 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/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parse_type Version: 0.4.2 Release: 0 +Summary: Extension to the parse module License: BSD-3-Clause -Summary: Simplifies to build parse types based on the parse module -Url: https://github.com/jenisys/parse_type Group: Development/Languages/Python +Url: https://github.com/jenisys/parse_type Source: https://files.pythonhosted.org/packages/source/p/parse_type/parse_type-%{version}.tar.gz # PATCH-FIX-UPSTREAM python3-fixes.patch gh#jenisys/parse_type#13 mcepl@suse.com Patch0: python3-fixes.patch -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module parse >= 1.8} -BuildRequires: %{python_module six >= 1.11} BuildRequires: %{python_module pytest >= 3.0} +BuildRequires: %{python_module six >= 1.11} # /SECTION BuildRequires: fdupes Requires: python-parse >= 1.8 @@ -71,7 +72,6 @@ the following features: %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} - %files %{python_files} %doc LICENSE README.rst %{python_sitelib}/*