pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/p5-Math-BigInt PR category/123



details:   https://anonhg.NetBSD.org/pkgsrc/rev/918c60aa643b
branches:  trunk
changeset: 382630:918c60aa643b
user:      ast <ast%pkgsrc.org@localhost>
date:      Tue Aug 02 05:35:57 2022 +0000

description:
PR category/123
math/p5-Math-BigInt: update to 1.999837 (from 1.999827)
 * Improve compatibility with older versions of the Math-BigRat distribution.
 * Re-enable upgrading in Math::BigFloat->bdiv().
 * Improvements to upgrading, downgrading, and rounding:
   . Fix bug related to upgrading in Math::BigInt->brsft() in Perl <= 5.16.
   . Fix Math::BigFloat->bpi().
   .  Improve as_int(), as_float(), and as_rat().
 * Improve methods div_scale() and round_mode() so they work better with
   subclasses. This fixes CPAN RT #125430.
 * Make div_scale() accept a Math::Big(Int|Float|Rat) object as input. This
   fixes CPAN RT #140599.
 * Add new methods numerator(), denominator(), and fparts().
 * Fix bug in to_ieee754(). Avoid that the significand overflows.

diffstat:

 math/p5-Math-BigInt/Makefile |  4 ++--
 math/p5-Math-BigInt/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 4ba9fe39122f -r 918c60aa643b math/p5-Math-BigInt/Makefile
--- a/math/p5-Math-BigInt/Makefile      Tue Aug 02 01:08:13 2022 +0000
+++ b/math/p5-Math-BigInt/Makefile      Tue Aug 02 05:35:57 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/06/28 11:34:39 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/08/02 05:35:57 ast Exp $
 
-DISTNAME=              Math-BigInt-1.999827
+DISTNAME=              Math-BigInt-1.999837
 PKGNAME=               p5-${DISTNAME}
 PKGREVISION=           1
 CATEGORIES=            math perl5
diff -r 4ba9fe39122f -r 918c60aa643b math/p5-Math-BigInt/distinfo
--- a/math/p5-Math-BigInt/distinfo      Tue Aug 02 01:08:13 2022 +0000
+++ b/math/p5-Math-BigInt/distinfo      Tue Aug 02 05:35:57 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/11/12 04:27:16 wen Exp $
+$NetBSD: distinfo,v 1.15 2022/08/02 05:35:57 ast Exp $
 
-BLAKE2s (Math-BigInt-1.999827.tar.gz) = f043e36acc0cd2ffaa7315acb1f3c49c628b9c171ae4c0c4fb1f3a5b59e6e6d4
-SHA512 (Math-BigInt-1.999827.tar.gz) = 3cb3ced93f0185a5929c3f5e9b9626b095eb7ce0c954ef253ba8016ff1cf5f3ea309787fde607f8461b17eab17c8ee6eb0debed77fe6ff0082e5d332fd697811
-Size (Math-BigInt-1.999827.tar.gz) = 3072323 bytes
+BLAKE2s (Math-BigInt-1.999837.tar.gz) = f26f54b7166aecd58a6a19c321b4bc2ca20bd0baefba812091494c945db6e14e
+SHA512 (Math-BigInt-1.999837.tar.gz) = b548c94ab94fd835ec10924702208ddcf9c9fea401c852937f84421727b7bcb7fc02ffa38b677a8b472ba8039eec2e94f08ffc6199c0e59ff87654d7719610d1
+Size (Math-BigInt-1.999837.tar.gz) = 2869976 bytes



Home | Main Index | Thread Index | Old Index