1
0

Accepting request 1030148 from devel:languages:python

- use https for urls

- update to 4.0.0:
  * Drop support for Python 3.6
  * Remove deprecated VERSION, use version instead
  * Remove when from naturaldelta() and allow largest timedelta
  * Remove deprecated private function aliases

OBS-URL: https://build.opensuse.org/request/show/1030148
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-humanize?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-10-20 14:02:03 +00:00 committed by Git OBS Bridge
commit 756d61736b
4 changed files with 22 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Oct 13 07:20:09 UTC 2022 - Dirk Müller <dmueller@suse.com>
- use https for urls
-------------------------------------------------------------------
Tue Mar 8 12:37:57 UTC 2022 - Edgar Aichinger <edogawa@aon.at>
- update to 4.0.0:
* Drop support for Python 3.6
* Remove deprecated VERSION, use version instead
* Remove when from naturaldelta() and allow largest timedelta
* Remove deprecated private function aliases
-------------------------------------------------------------------
Mon Sep 28 11:51:21 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-humanize
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,22 +20,23 @@
%define skip_python2 1
%global modname humanize
Name: python-humanize
Version: 2.6.0
Version: 4.0.0
Release: 0
Summary: Python humanize utilities
License: MIT
Group: Development/Languages/Python
URL: http://github.com/jmoiron/humanize
URL: https://github.com/jmoiron/humanize
Source: https://files.pythonhosted.org/packages/source/h/humanize/humanize-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module pytest}
# /SECTION
BuildArch: noarch
%python_subpackages
%description