1
0

Accepting request 1198713 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1198713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-humanize?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-09-05 13:46:51 +00:00 committed by Git OBS Bridge
commit 7284267152
4 changed files with 18 additions and 5 deletions

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

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Sep 4 12:12:21 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
- update to 4.10.0:
* Remove shebang from filesize.py (#188)
* Fix test failures on systems with 32-bit time_t (#177)
* Fix handling of negative time deltas (#173)
* Fix naturaldelta sub second precision (#169)
* Reword the French translation of very small amount of time (#162)
* Fix Arabic localization (#160)
* metric: Fix precision format (#159)
-------------------------------------------------------------------
Mon Nov 27 19:01:58 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-humanize
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%global modname humanize
Name: python-humanize
Version: 4.9.0
Version: 4.10.0
Release: 0
Summary: Python humanize utilities
License: MIT
@ -27,6 +27,7 @@ Group: Development/Languages/Python
URL: https://github.com/python-humanize/humanize
Source: https://files.pythonhosted.org/packages/source/h/humanize/humanize-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}