Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mpmath for openSUSE:Factory checked in at 2021-04-06 17:31:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mpmath (Old) and /work/SRC/openSUSE:Factory/.python-mpmath.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mpmath" Tue Apr 6 17:31:10 2021 rev:3 rq:883210 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mpmath/python-mpmath.changes 2019-02-24 17:17:39.904426347 +0100 +++ /work/SRC/openSUSE:Factory/.python-mpmath.new.2401/python-mpmath.changes 2021-04-06 17:32:46.311326688 +0200 @@ -1,0 +2,53 @@ +Sun Apr 4 22:19:14 UTC 2021 - Arun Persaud <a...@gmx.de> + +- specfile: + * update copyright year + * added requirement for setuptools_scm + +- update to version 1.2.1: + * Add step to publish package on PyPI + * Make package while CI run + +- changes from version 1.2.0: + * Features and optimizations: + + Support @ operator for matrix multiplication (Max Gaukler) + + Add eta() implementing the Dedekind eta function + + Optimized the python_trailing function (adhoc-king) + + Implement unary plus for matrices (Max Gaukler) + + Improved calculation of gram_index (p15-git-acc) + * Compatibility: + + Enable sage backend by default only if SAGE_ROOT is set (Pauli + Virtanen) + + Fix syntax warnings on CPython 3.8 (Sergey B Kirpichev) + + Changed version requirements to Python 2.7 and 3.4 or later + (Sergey B Kirpichev) + + Improvements to the setup and test code (Sergey B Kirpichev) + + Fix sys.version comparisons for compatibility with Python 3.10 + (Jakub Wilk) + + Fixes to Python2/3 compatibility for printing (Christian Clauss) + * Bug fixes: + + Fix a possible division by zero in shanks() (Pascal Hebbeker) + + Fixed indexing errors in deHoog, Knight & Stokes inverse laplace + transform algorithm (Kris Kuhlman) + + Corrected branch cuts of the elliprj() function in some cases + + Fix initialization of iv.matrix from non-interval matrix (Max + Gaukler) + + Preserve function signatures in PrecisionManager (Viet Tran) + + Implemented float and complex conversions for ivmpf (Jonathan + Warner) + + Fixed issue with scalar-matrix multiplication for interval + matrices (Jonathan Warner) + + Fix estimation of quadrature error with multiple subintervals + (Tom Minka) + + Fixed a problem with the defun decorators (Sergey B Kirpichev) + + Fix eigenvalue sorting by absolute value (Georg Ostrovski) + * Cleanup: + + Documentation corrections (Paul Masson, S.Y. Lee) + + Remove inaccessible logic in fsum/fdot (Sergey B Kirpichev) + + Remove broken force_type option for matrix constructor (Max + Gaukler) + + Fix text of the BSD license in LICENSE (Sergey B Kirpichev) + + Minor code cleanup (Fr??d??ric Chapoton) + + Removed old, unused code + +------------------------------------------------------------------- Old: ---- mpmath-1.1.0.tar.gz New: ---- mpmath-1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mpmath.spec ++++++ --- /var/tmp/diff_new_pack.8Pemp0/_old 2021-04-06 17:32:46.763327199 +0200 +++ /var/tmp/diff_new_pack.8Pemp0/_new 2021-04-06 17:32:46.767327204 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-mpmath # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mpmath -Version: 1.1.0 +Version: 1.2.1 Release: 0 Summary: Python library for arbitrary-precision floating-point arithmetic License: BSD-3-Clause @@ -27,6 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/m/mpmath/mpmath-%{version}.tar.gz BuildRequires: %{python_module gmpy >= 1.03} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes @@ -61,7 +62,7 @@ %check export PYTHONDONTWRITEBYTECODE=1 -%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" py.test-%{python_bin_suffix} -v --pyargs mpmath +%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" py.test-%{$python_bin_suffix} -v --pyargs mpmath %files %{python_files} %license LICENSE ++++++ mpmath-1.1.0.tar.gz -> mpmath-1.2.1.tar.gz ++++++ ++++ 7918 lines of diff (skipped)