17
0

Accepting request 660016 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/660016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-num2words?expand=0&rev=2
This commit is contained in:
2018-12-24 10:46:35 +00:00
committed by Git OBS Bridge
2 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 19 00:08:50 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Trim bias from summary.
-------------------------------------------------------------------
Tue Dec 4 12:50:56 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Tue Mar 6 07:18:59 UTC 2018 - alarrosa@suse.com

View File

@@ -12,22 +12,22 @@
# 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-num2words
Version: 0.5.6
Release: 0
License: LGPL-2.1
Summary: Modules to convert numbers to words. Easily extensible
Url: https://github.com/savoirfairelinux/num2words
Summary: Modules to convert numbers to words
License: LGPL-2.1-only
Group: Development/Languages/Python
Url: https://github.com/savoirfairelinux/num2words
Source: https://files.pythonhosted.org/packages/source/n/num2words/num2words-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages