14
0

Accepting request 429762 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/429762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-stdnum?expand=0&rev=2
This commit is contained in:
2016-09-24 13:28:42 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 23 10:11:07 UTC 2016 - jengelh@inai.de
- Trim redundant lines off description
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 4 07:15:17 UTC 2016 - axel.braun@gmx.de Mon Jul 4 07:15:17 UTC 2016 - axel.braun@gmx.de

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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -13,27 +13,27 @@
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define base_name python-stdnum %define base_name python-stdnum
Name: python-%{base_name} Name: python-%{base_name}
Version: 1.3 Version: 1.3
Release: 0 Release: 0
License: LGPL-2.0+
Summary: Python module to handle standardized numbers and codes Summary: Python module to handle standardized numbers and codes
Url: http://arthurdejong.org/python-stdnum/ License: LGPL-2.0+
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://arthurdejong.org/python-stdnum/
Source: https://files.pythonhosted.org/packages/21/9b/5ff5aeb1f41a23cbbfec6b4a7852c9fec6c904c34bba0b5f905da1702809/%{base_name}-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/21/9b/5ff5aeb1f41a23cbbfec6b4a7852c9fec6c904c34bba0b5f905da1702809/%{base_name}-%{version}.tar.gz
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
Suggests: python-PySimpleSOAP Suggests: python-PySimpleSOAP
Suggests: python-suds Suggests: python-suds
BuildRoot: %{_tmppath}/%{base_name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%description %description
Parse, validate and reformat standard numbers and codes.
This library offers functions for parsing, validating and reformatting This library offers functions for parsing, validating and reformatting
standard numbers and codes in various formats. standard numbers and codes in various formats.