Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-quantities for
openSUSE:Factory checked in at 2022-06-25 10:24:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-quantities (Old)
and /work/SRC/openSUSE:Factory/.python-quantities.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-quantities"
Sat Jun 25 10:24:15 2022 rev:6 rq:984876 version:0.13.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-quantities/python-quantities.changes
2021-11-28 21:31:42.705768474 +0100
+++
/work/SRC/openSUSE:Factory/.python-quantities.new.1548/python-quantities.changes
2022-06-25 10:24:28.694692259 +0200
@@ -1,0 +2,12 @@
+Thu Jun 23 06:30:01 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * require python >= 3.7 and updated numpy version requirement
+
+- update to version 0.13.0
+ * Dropped support for Python versions older than 3.7, in particular,
+ for Python 2.7.
+ * Dropped support for NumPy versions older than 1.16
+ * Switched test runner to pytest, and CI to Github Actions
+
+-------------------------------------------------------------------
Old:
----
python-quantities-0.12.5.tar.gz
New:
----
python-quantities-0.13.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-quantities.spec ++++++
--- /var/tmp/diff_new_pack.nGj9la/_old 2022-06-25 10:24:29.114692859 +0200
+++ /var/tmp/diff_new_pack.nGj9la/_new 2022-06-25 10:24:29.118692864 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-quantities
#
-# Copyright (c) 2021 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
@@ -17,20 +17,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python36 1
Name: python-quantities
-Version: 0.12.5
+Version: 0.13.0
Release: 0
Summary: Package for physical quantities with units
License: BSD-3-Clause
URL: https://github.com/python-quantities/python-quantities/
Source:
https://github.com/python-quantities/python-quantities/archive/v%{version}.tar.gz#/python-quantities-%{version}.tar.gz
-BuildRequires: %{python_module numpy >= 1.8.2}
+BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module numpy >= 1.16}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-numpy >= 1.8.2
+Requires: python-numpy >= 1.16
BuildArch: noarch
%python_subpackages
++++++ python-quantities-0.12.5.tar.gz -> python-quantities-0.13.0.tar.gz ++++++
++++ 3346 lines of diff (skipped)