forked from pool/python-parver
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
This commit is contained in:
committed by
Git OBS Bridge
parent
9db79dbd4a
commit
628be08388
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 10:21:06 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 01:58:45 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user