Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-gmpy2-debugsource-2.1.5-slfo.1.1.3 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: python-gmpy2-debugsource Distribution: SUSE Linux Framework One
Version: 2.1.5 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.3 Build date: Fri Jun 14 19:41:56 2024
Group: Development/Debug Build host: h04-armsrv2
Size: 1011710 Source RPM: python-gmpy2-2.1.5-slfo.1.1.3.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/aleaxit/gmpy
Summary: Debug sources for package python-gmpy2
This package provides debug sources for package python-gmpy2.
Debug sources are useful when developing applications that use this
package or when debugging this package.

Provides

Requires

License

LGPL-3.0-only

Changelog

* Tue Sep 19 2023 mmachova@suse.com
  - Add upstream mpfr421.patch and gmpy2_cache.c.diff to fix build
    with mpfr 4.2.1
* Sat Jun 10 2023 ecsos@opensuse.org
  - Add %{?sle15_python_module_pythons}
* Fri Apr 07 2023 jengelh@inai.de
  - Remove unused build dependency on mpir (gmp was used anyway)
* Thu Jan 05 2023 dmueller@suse.com
  - update to gmpy2-2.1.5:
    * Final (?) release of the 2.1.x series. No code changes since 2.1.3.
      Fixes to build Apple Silicon binary builds are the only changes since
    * Latest release with minor bug fixes and support for Python 3.11
* Mon Feb 21 2022 steven.kowalik@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.
* Thu May 24 2018 toddrme2178@gmail.com
  - spec file cleanups
* Sat Aug 26 2017 toddrme2178@gmail.com
  - Initial version

Files

/usr/src/debug/gmpy2-2.1.5
/usr/src/debug/gmpy2-2.1.5/src
/usr/src/debug/gmpy2-2.1.5/src/gmpy2.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2.h
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_abs.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_add.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_binary.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_cache.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_cmp.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_const.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_context.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_context.h
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_convert.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_convert_gmp.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_convert_mpc.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_convert_mpfr.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_convert_utils.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_divmod.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_floordiv.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_format.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_fused.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_hash.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_math.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_minus.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_misc.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mod.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpc.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpc.h
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpc_misc.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpfr.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpfr.h
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpfr_misc.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpmath.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpq.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpq.h
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpq_misc.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpz.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpz.h
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpz_bitops.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpz_divmod.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpz_divmod2exp.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpz_misc.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mpz_pack.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_mul.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_muldiv_2exp.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_plus.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_pow.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_predicate.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_random.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_random.h
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_richcompare.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_sign.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_square.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_sub.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_truediv.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_xmpz.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_xmpz.h
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_xmpz_inplace.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_xmpz_limbs.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy2_xmpz_misc.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy_mpz_lucas.c
/usr/src/debug/gmpy2-2.1.5/src/gmpy_mpz_prp.c


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 18 00:25:40 2024