From 7c0add8d944142bf9bb0654f2e08046ad4cd831ecc5335dc0f3fbf8c43074913 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 4 Jun 2020 06:45:33 +0000 Subject: [PATCH] - 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 --- humanize-2.2.0.tar.gz | 3 --- humanize-2.4.0.tar.gz | 3 +++ python-humanize.changes | 8 ++++++++ python-humanize.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 humanize-2.2.0.tar.gz create mode 100644 humanize-2.4.0.tar.gz 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