From 628be0838814138ca73ba0acb17170a844ebb7dc89fcae380a56417a7872b897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 12 Feb 2019 11:29:47 +0000 Subject: [PATCH] Accepting request 673625 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/673625 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parver?expand=0&rev=2 --- python-parver.changes | 5 +++++ python-parver.spec | 14 ++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/python-parver.changes b/python-parver.changes index c163160..4c91aa8 100644 --- a/python-parver.changes +++ b/python-parver.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 12 10:21:06 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Tue Feb 12 01:58:45 UTC 2019 - John Vandenberg diff --git a/python-parver.spec b/python-parver.spec index d38201d..b901206 100644 --- a/python-parver.spec +++ b/python-parver.spec @@ -1,7 +1,7 @@ # # spec file for package python-parver # -# 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,25 +12,27 @@ # 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-parver Version: 0.2.1 Release: 0 +Summary: Module to parse and manipulate version numbers License: MIT -Summary: Parse and manipulate version numbers -Url: https://github.com/RazerM/parver Group: Development/Languages/Python +URL: https://github.com/RazerM/parver Source: https://files.pythonhosted.org/packages/source/p/parver/parver-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module Arpeggio >= 1.7} BuildRequires: %{python_module attrs >= 17.4.0} -BuildRequires: %{python_module pytest >= 3.5} BuildRequires: %{python_module hypothesis >= 3.56} BuildRequires: %{python_module pretend >= 1.0} +BuildRequires: %{python_module pytest >= 3.5} BuildRequires: %{python_module six >= 1.9} # /SECTION BuildRequires: fdupes