From 37b77d1e3ec2bd8c46700d4d23f80b92cb66c7cd383834be0bae70068b294615 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sat, 2 Jan 2016 19:13:26 +0000 Subject: [PATCH] Accepting request 349480 from home:mimi_vx:branches:devel:languages:python - update to 0.5.1 - use %find_lang macro OBS-URL: https://build.opensuse.org/request/show/349480 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=4 --- humanize-0.5.1.tar.gz | 3 +++ humanize-0.5.tar.gz | 3 --- python-humanize.changes | 6 ++++++ python-humanize.spec | 8 +++++--- 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 humanize-0.5.1.tar.gz delete mode 100644 humanize-0.5.tar.gz diff --git a/humanize-0.5.1.tar.gz b/humanize-0.5.1.tar.gz new file mode 100644 index 0000000..9277971 --- /dev/null +++ b/humanize-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19 +size 14250 diff --git a/humanize-0.5.tar.gz b/humanize-0.5.tar.gz deleted file mode 100644 index 6033e20..0000000 --- a/humanize-0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51bf9956511e58693801fc8895c9b4012363bf9f0bca2f3c2777110b3ff68bc -size 13170 diff --git a/python-humanize.changes b/python-humanize.changes index 4b3cfe9..eb1d2c7 100644 --- a/python-humanize.changes +++ b/python-humanize.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 18 09:06:59 UTC 2015 - mimi.vx@gmail.com + +- update to 0.5.1 +- use %find_lang macro + ------------------------------------------------------------------- Sun Dec 8 21:48:32 UTC 2013 - p.drouand@gmail.com diff --git a/python-humanize.spec b/python-humanize.spec index 9724e1c..745f4ce 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -1,7 +1,7 @@ # # spec file for package python-humanize # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: python-humanize -Version: 0.5 +Version: 0.5.1 Release: 0 Summary: Python humanize utilities License: MIT @@ -46,10 +46,12 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%find_lang humanize -%files +%files -f humanize.lang %defattr(-,root,root,-) %doc LICENCE README.rst %{python_sitelib}/* +%{python_sitelib}/humanize/locale/* %changelog