forked from pool/python-num2words
Accepting request 693720 from home:pgajdos
- version update to 0.5.9 * Fix encoding issue on release 0.5.8 (#229) * Improve Polish localization (#228) * Add Portuguese (Portugal) localization (#198) * Add a command line tool to use num2words * Use language iso code for Vietnamese * Improve Korean localization (#219) * Improve Serbian (Latin) localization (#207) * Improve testing setup (#220) * Improve German localization (#214) (#222) * Improve Romanian localization (#215) * Improve Spanish localization (#187) (#200) * Improve Russian localization (#211) (#212) * Improve French localization (23902ab) * Improve Arabic localization (#176) * Improve Lithuanian and Latvian localization (#185) * Improve Ukrainian localization (#183) * Add Finnish localization. (#170) * Add Japanese localization. (#171) * Add belgian-french localization. (#151) * Add Czech localization. (#154) * Add Thai localization. (#139) * Improve English localization. (#144) * Improve Spanish localization. (#167) * Improve Italian localization. (#143) * Improve documentation. (#155, #145, #174) OBS-URL: https://build.opensuse.org/request/show/693720 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-num2words?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
4b2eb05bc3
commit
cb13d69ff7
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-num2words
|
||||
#
|
||||
# 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-num2words
|
||||
Version: 0.5.6
|
||||
Version: 0.5.9
|
||||
Release: 0
|
||||
Summary: Modules to convert numbers to words
|
||||
License: LGPL-2.1-only
|
||||
@@ -28,6 +28,11 @@ Source: https://files.pythonhosted.org/packages/source/n/num2words/num2w
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module delegator.py}
|
||||
BuildRequires: %{python_module docopt >= 0.6.2}
|
||||
# /SECTION
|
||||
Requires: python-docopt >= 0.6.2
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
@@ -54,5 +59,6 @@ It supports multiple languages and can even generate ordinal numbers like "forty
|
||||
%doc CHANGES.rst README.rst
|
||||
%license COPYING
|
||||
%{python_sitelib}/*
|
||||
%python3_only %{_bindir}/num2words
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user