15
0

Accepting request 1198709 from home:frantisek.simorda:branches:openSUSE:Factory

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

OBS-URL: https://build.opensuse.org/request/show/1198709
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=29
This commit is contained in:
2024-09-04 12:23:21 +00:00
committed by Git OBS Bridge
parent 735ff7d531
commit fd8a3695d8
4 changed files with 18 additions and 5 deletions

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}