diff --git a/humanize-2.2.0.tar.gz b/humanize-2.2.0.tar.gz deleted file mode 100644 index 147e02f..0000000 --- a/humanize-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de8ef6ffee618a9d369b3d1fb1359780ccaa2cc76a0e777c6ff21f04d19a0eb8 -size 42776 diff --git a/humanize-2.4.0.tar.gz b/humanize-2.4.0.tar.gz new file mode 100644 index 0000000..b76e4cb --- /dev/null +++ b/humanize-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ae7d54b398c01bd100847f6cb0fc9e381c21be8ad3f8e2929135e48dbff026 +size 46489 diff --git a/python-humanize.changes b/python-humanize.changes index 26fe2d1..7eb4c59 100644 --- a/python-humanize.changes +++ b/python-humanize.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jun 4 06:42:45 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-humanize.spec b/python-humanize.spec index 9540ed2..7f385c2 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -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