forked from pool/python-humanize
- Update to 2.4.0:
* Added Spanish (Spain) locale. * Polish (pl_PL) locales added - Switch to %pytest macro. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=14
This commit is contained in:
parent
ca5a2d8252
commit
7c0add8d94
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de8ef6ffee618a9d369b3d1fb1359780ccaa2cc76a0e777c6ff21f04d19a0eb8
|
||||
size 42776
|
3
humanize-2.4.0.tar.gz
Normal file
3
humanize-2.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42ae7d54b398c01bd100847f6cb0fc9e381c21be8ad3f8e2929135e48dbff026
|
||||
size 46489
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 4 06:42:45 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 2.4.0:
|
||||
* Added Spanish (Spain) locale.
|
||||
* Polish (pl_PL) locales added
|
||||
- Switch to %pytest macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 31 05:49:52 UTC 2020 - steven.kowalik@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%global modname humanize
|
||||
Name: python-humanize
|
||||
Version: 2.2.0
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Summary: Python humanize utilities
|
||||
License: MIT
|
||||
@ -54,7 +54,7 @@ readable size or throughput.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_expand $python setup.py test
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENCE
|
||||
|
Loading…
Reference in New Issue
Block a user