Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-humanreadable for
openSUSE:Factory checked in at 2023-12-08 22:32:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-humanreadable (Old)
and /work/SRC/openSUSE:Factory/.python-humanreadable.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-humanreadable"
Fri Dec 8 22:32:16 2023 rev:3 rq:1131749 version:0.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-humanreadable/python-humanreadable.changes
2020-04-07 10:30:56.070470458 +0200
+++
/work/SRC/openSUSE:Factory/.python-humanreadable.new.25432/python-humanreadable.changes
2023-12-08 22:32:50.113725837 +0100
@@ -1,0 +2,24 @@
+Thu Dec 7 22:53:31 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 0.4.0:
+ * Add `to_humanreadable` method to `BitsPerSecond` class
+ * Fix `to_humanreadable` method failed when the value is over 1
+ day: #2 (Thanks to @giobri)
+ * Fix `__all__` in `__init__.py`
+ * Drop support for Python 3.6
+ * Improve type annotations
+ * Modify to use `pypa/build` for package build
+- update to 0.3.0:
+ * Add additional formats support for `BitPerSecond` class
+ * Add `__add__` method to `BitPerSecond` and `Time` classes
+ * Add `BitsPerSecond` class that is an alias of the
+ `BitPerSecond` class
+ * Add `to_humanreadable` method to the `Time` class
+- update to 0.2.0:
+ * Add support for Python 3.10/3.11
+ * Drop support for Python 3.5
+ * Change `BitPerSecond.bps` property type from `int` to `float`
+ * Add type annotations
+ * Update requirements
+
+-------------------------------------------------------------------
Old:
----
humanreadable-0.1.0.tar.gz
New:
----
humanreadable-0.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-humanreadable.spec ++++++
--- /var/tmp/diff_new_pack.FgtGkB/_old 2023-12-08 22:32:50.621744529 +0100
+++ /var/tmp/diff_new_pack.FgtGkB/_new 2023-12-08 22:32:50.625744676 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-humanreadable
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,22 +19,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-humanreadable
-Version: 0.1.0
+Version: 0.4.0
Release: 0
Summary: A Python library to convert from human-readable values to
Python values
License: MIT
Group: Development/Languages/Python
URL: https://github.com/thombashi/humanreadable
Source:
https://files.pythonhosted.org/packages/source/h/humanreadable/humanreadable-%{version}.tar.gz
-BuildRequires: %{python_module setuptools >= 38.3.0}
+BuildRequires: %{python_module setuptools >= 61}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module typepy >= 0.6.4}
+BuildRequires: %{python_module typepy >= 1.2.0}
# /SECTION
BuildRequires: fdupes
-Requires: python-setuptools >= 38.3.0
-Requires: python-typepy >= 0.6.4
+Requires: python-setuptools >= 61
+Requires: python-typepy >= 1.2.0
BuildArch: noarch
%python_subpackages
++++++ humanreadable-0.1.0.tar.gz -> humanreadable-0.4.0.tar.gz ++++++
++++ 5588 lines of diff (skipped)