14
0

Accepting request 429760 from home:jengelh:branches:devel:languages:python

- Trim redundant lines off description

OBS-URL: https://build.opensuse.org/request/show/429760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-stdnum?expand=0&rev=3
This commit is contained in:
Denisart Benjamin
2016-09-23 10:29:34 +00:00
committed by Git OBS Bridge
parent 4bb0e458a9
commit 7b596cdc1b
2 changed files with 12 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-stdnum
# spec file for package python-python-stdnum
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@@ -13,27 +13,27 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define base_name python-stdnum
Name: python-%{base_name}
Version: 1.3
Release: 0
License: LGPL-2.0+
Summary: Python module to handle standardized numbers and codes
Url: http://arthurdejong.org/python-stdnum/
License: LGPL-2.0+
Group: Development/Languages/Python
Url: http://arthurdejong.org/python-stdnum/
Source: https://files.pythonhosted.org/packages/21/9b/5ff5aeb1f41a23cbbfec6b4a7852c9fec6c904c34bba0b5f905da1702809/%{base_name}-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
Suggests: python-PySimpleSOAP
Suggests: python-suds
BuildRoot: %{_tmppath}/%{base_name}-%{version}-build
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Parse, validate and reformat standard numbers and codes.
This library offers functions for parsing, validating and reformatting
standard numbers and codes in various formats.