1
0

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
This commit is contained in:
Denisart Benjamin 2016-01-02 19:13:26 +00:00 committed by Git OBS Bridge
parent 76f043bc5c
commit 37b77d1e3e
4 changed files with 14 additions and 6 deletions

3
humanize-0.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19
size 14250

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e51bf9956511e58693801fc8895c9b4012363bf9f0bca2f3c2777110b3ff68bc
size 13170

View File

@ -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

View File

@ -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