Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Pint for openSUSE:Factory checked in at 2021-04-19 21:05:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pint (Old) and /work/SRC/openSUSE:Factory/.python-Pint.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pint" Mon Apr 19 21:05:53 2021 rev:12 rq:886518 version:0.17 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pint/python-Pint.changes 2021-01-26 14:49:48.155681927 +0100 +++ /work/SRC/openSUSE:Factory/.python-Pint.new.12324/python-Pint.changes 2021-04-19 21:06:11.512046689 +0200 @@ -1,0 +2,20 @@ +Mon Apr 19 04:13:18 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 0.17: + * Add the Wh unit for battery capacity measurements + * Fix issue with reducable dimensionless units when using power + (Quantity**ndarray) + * Fix comparisons between Quantities and Measurements. + * UnitsContainer returns false if other is str and cannnot be parsed + * Fix numpy.linalg.solve unit output. (Issue #1246) + * Support numpy.lib.stride_tricks.sliding_window_view. (Issue #1255) + * Move all tests to pytest. + * Quantity comparisons now ensure other is Quantity. + * Add sign function compatibility. + * Fix scalar to ndarray tolist. + * Fix tolist function with scalar ndarray. + * Implements a first benchmark suite in airspeed velocity (asv). + * Power for pseudo-dimensionless units. +- No longer build for Python 3.6, due to no NumPy. + +------------------------------------------------------------------- Old: ---- Pint-0.16.1.tar.gz New: ---- Pint-0.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pint.spec ++++++ --- /var/tmp/diff_new_pack.RWlLqv/_old 2021-04-19 21:06:12.088047553 +0200 +++ /var/tmp/diff_new_pack.RWlLqv/_new 2021-04-19 21:06:12.092047558 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Pint # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-Pint -Version: 0.16.1 +Version: 0.17 Release: 0 Summary: Physical quantities module License: BSD-3-Clause @@ -41,6 +42,7 @@ BuildRequires: %{python_module numpy} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pytest >= 4.0} +BuildRequires: %{python_module pytest-subtests} BuildRequires: %{python_module uncertainties >= 3.0} # /SECTION %python_subpackages ++++++ Pint-0.16.1.tar.gz -> Pint-0.17.tar.gz ++++++ ++++ 13776 lines of diff (skipped)