1
0

Accepting request 838267 from devel:languages:python

- update to 2.6.0:
  * Deploy docs to Read the Docs (#148) @hugovk
  * Build API reference docs from docstrings using MKDocs (#147) @hugovk
  * Function to represent timedeltas without losing precision (precisedelta) (#137) @eldipa
  * Improve default locale path discovering. (#146) @mondeja
  * Added Ukrainian language to list in README.md (#141) @tuxlabore

OBS-URL: https://build.opensuse.org/request/show/838267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-humanize?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2020-09-28 12:30:33 +00:00 committed by Git OBS Bridge
commit 634e34d27b
4 changed files with 14 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 28 11:51:21 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 2.6.0:
* Deploy docs to Read the Docs (#148) @hugovk
* Build API reference docs from docstrings using MKDocs (#147) @hugovk
* Function to represent timedeltas without losing precision (precisedelta) (#137) @eldipa
* Improve default locale path discovering. (#146) @mondeja
* Added Ukrainian language to list in README.md (#141) @tuxlabore
-------------------------------------------------------------------
Thu Jun 4 06:42:45 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -20,7 +20,7 @@
%define skip_python2 1
%global modname humanize
Name: python-humanize
Version: 2.4.0
Version: 2.6.0
Release: 0
Summary: Python humanize utilities
License: MIT