From 116e672fe5daf6b51e997edf4fe56bbcd772f416241d9cfe0bc18e7b5ae17595 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Sep 2020 11:52:32 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-humanize?expand=0&rev=16 --- humanize-2.4.0.tar.gz | 3 --- humanize-2.6.0.tar.gz | 3 +++ python-humanize.changes | 10 ++++++++++ python-humanize.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 humanize-2.4.0.tar.gz create mode 100644 humanize-2.6.0.tar.gz diff --git a/humanize-2.4.0.tar.gz b/humanize-2.4.0.tar.gz deleted file mode 100644 index b76e4cb..0000000 --- a/humanize-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42ae7d54b398c01bd100847f6cb0fc9e381c21be8ad3f8e2929135e48dbff026 -size 46489 diff --git a/humanize-2.6.0.tar.gz b/humanize-2.6.0.tar.gz new file mode 100644 index 0000000..7cc4d6a --- /dev/null +++ b/humanize-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee358ea6c23de896b9d1925ebe6a8504bb2ba7e98d5ccf4d07ab7f3b28f3819 +size 53753 diff --git a/python-humanize.changes b/python-humanize.changes index 7eb4c59..7d570fc 100644 --- a/python-humanize.changes +++ b/python-humanize.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 28 11:51:21 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-humanize.spec b/python-humanize.spec index 7f385c2..7e3f2e7 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.4.0 +Version: 2.6.0 Release: 0 Summary: Python humanize utilities License: MIT