Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gmpy2 for openSUSE:Factory 
checked in at 2022-02-21 17:46:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gmpy2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-gmpy2.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gmpy2"

Mon Feb 21 17:46:39 2022 rev:2 rq:956270 version:2.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gmpy2/python-gmpy2.changes        
2018-06-02 12:03:57.394016345 +0200
+++ /work/SRC/openSUSE:Factory/.python-gmpy2.new.1958/python-gmpy2.changes      
2022-02-21 17:47:47.723615374 +0100
@@ -1,0 +2,28 @@
+Mon Feb 21 03:30:39 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 2.1.2: 
+  * Allow GIL release for mpz/xmpz/mpq types only.
+  * Improve argument type processing by saving type information to
+    decrease the number of type check calls. Especially helpful for mpfr and 
mpc types.
+  * Avoid MPFR bug in mfr_fac_ui (gmpy2.factorial) on platforms where
+        long is 32-bits and argument is >= 44787929.
+  * Adjust test suite to reflect changes in output in MPFR 4.1.0.
+  * Added cmp() and cmp_abs().
+  * Improved compatibility with _numbers_ protocol.
+  * Initial support for MPFR4
+    + Add nrandom()
+    + grandom() now calls nrandom twice; may return different values versus 
MPFR3
+    + Add rootn(); same as root() except different sign when taking even root 
of -0.0
+  * Thread-safe contexts are now supported. Properly integrating thread-safe 
contexts required
+    an extensive rewrite of almost all internal functions.
+  * MPFR and MPC are now required. It is no longer possible to build a version 
of gmpy2 that
+    only supports the GMP library.
+  * The function inverse() now raises an exception if the inverse does not 
exist.
+  * Context methods have been added for MPFR/MPC related functions.
+  * A new context option (rational_division) has been added that changes the 
behavior of
+    integer division involving mpz instances to return a rational result 
instead of a
+    floating point result.
+  * gmpy2 types are now registered in the numeric tower.
+- Remove unzip BuildRequires, as upstream has switched to tarballs.
+
+-------------------------------------------------------------------

Old:
----
  gmpy2-2.0.8.zip

New:
----
  gmpy2-2.1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-gmpy2.spec ++++++
--- /var/tmp/diff_new_pack.7BFMKc/_old  2022-02-21 17:47:48.275615538 +0100
+++ /var/tmp/diff_new_pack.7BFMKc/_new  2022-02-21 17:47:48.283615541 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gmpy2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,19 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-gmpy2
-Version:        2.0.8
+Version:        2.1.2
 Release:        0
 Summary:        GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3x
-License:        LGPL-3.0
-Group:          Development/Languages/Python
-Url:            https://github.com/aleaxit/gmpy
-Source:         
https://files.pythonhosted.org/packages/source/g/gmpy2/gmpy2-%{version}.zip
+License:        LGPL-3.0-only
+URL:            https://github.com/aleaxit/gmpy
+Source:         
https://files.pythonhosted.org/packages/source/g/gmpy2/gmpy2-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -33,7 +32,6 @@
 BuildRequires:  mpc-devel
 BuildRequires:  mpfr-devel
 BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
 
 %python_subpackages
 

Reply via email to