Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-humanize for openSUSE:Factory
checked in at 2022-10-20 16:02:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-humanize (Old)
and /work/SRC/openSUSE:Factory/.python-humanize.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-humanize"
Thu Oct 20 16:02:03 2022 rev:7 rq:1030148 version:4.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-humanize/python-humanize.changes
2020-09-28 14:30:54.386243486 +0200
+++
/work/SRC/openSUSE:Factory/.python-humanize.new.2275/python-humanize.changes
2022-10-20 16:02:04.163096393 +0200
@@ -1,0 +2,14 @@
+Thu Oct 13 07:20:09 UTC 2022 - Dirk M??ller <[email protected]>
+
+- use https for urls
+
+-------------------------------------------------------------------
+Tue Mar 8 12:37:57 UTC 2022 - Edgar Aichinger <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
humanize-2.6.0.tar.gz
New:
----
humanize-4.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-humanize.spec ++++++
--- /var/tmp/diff_new_pack.XYPDyI/_old 2022-10-20 16:02:04.671097185 +0200
+++ /var/tmp/diff_new_pack.XYPDyI/_new 2022-10-20 16:02:04.683097204 +0200
@@ -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
++++++ humanize-2.6.0.tar.gz -> humanize-4.0.0.tar.gz ++++++
++++ 14057 lines of diff (skipped)