14
0

- Version update to 1.10:

* More formats supported
  * More expanded testsuite
  * Many bugfixes

- Fix fdupes call

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-stdnum?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2018-12-07 10:35:31 +00:00
committed by Git OBS Bridge
parent 9ed37daa28
commit 37d373a915
5 changed files with 18 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
%define modname python-stdnum
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-%{modname}
Version: 1.6
Version: 1.10
Release: 0
Summary: Python module to handle standardized numbers and codes
License: LGPL-2.0-or-later
@@ -50,7 +50,7 @@ parsing, validation, formatting or conversion functions.
%install
%python_install
%fdupes %{buildroot}%{_prefix}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8