pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 19 17:06:18 UTC 2023

Modified Files:
        pkgsrc/math/py-scipy: Makefile distinfo

Log Message:
py-scipy: updated to 1.11.4

Issues closed for 1.11.4

Contradiction in \`pyproject.toml\` requirements?
Doc build fails with Python 3.11
BUG: upcasting of indices dtype from DIA to COO/CSR/BSR arrays
BUG: Regression in 1.11.3 can still fail for \`optimize.least_squares\`...
BUG: build failure with Xcode 15 linker
BUG: DiscreteAliasUrn construction fails with UNURANError for...
BUG: problem importing libgfortran.5.dylib on macOS Sonoma
BUG: scipy.sparse.lil_matrix division by complex number leads...
BUG: can't install scipy on mac m1 with poetry due to incompatible...
DOC: doc build failing
BUG: Python version constraints in releases causes issues for...

Pull requests for 1.11.4

DOC, MAINT: workaround for py311 docs
set idx_dtype in sparse dia_array.tocoo
MAINT: Prep 1.11.4
BLD: fix up version parsing issue in cythonize.py for setup.py...
DOC: stats.chisquare: result object contains attribute 'statistic'
BUG: fix pow method for sparrays with power zero
MAINT, BUG: stats: update the UNU.RAN submodule with DAU fix
BUG: Restore the original behavior of 'trf' from least_squares...
BLD: use classic linker on macOS 14 (Sonoma), the new linker...
BUG: Fix typecasting problem in scipy.sparse.lil_matrix truediv
DOC, MAINT: Bump CircleCI Python version to 3.11
MAINT, REL: unpin Python 1.11.x branch
MAINT, BLD: poetry loongarch shims


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/math/py-scipy/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/math/py-scipy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.72 pkgsrc/math/py-scipy/Makefile:1.73
--- pkgsrc/math/py-scipy/Makefile:1.72  Sat Oct 28 19:57:11 2023
+++ pkgsrc/math/py-scipy/Makefile       Sun Nov 19 17:06:18 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2023/10/28 19:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2023/11/19 17:06:18 adam Exp $
 
-DISTNAME=      scipy-1.11.3
+DISTNAME=      scipy-1.11.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scipy/}
 

Index: pkgsrc/math/py-scipy/distinfo
diff -u pkgsrc/math/py-scipy/distinfo:1.49 pkgsrc/math/py-scipy/distinfo:1.50
--- pkgsrc/math/py-scipy/distinfo:1.49  Thu Sep 28 15:46:30 2023
+++ pkgsrc/math/py-scipy/distinfo       Sun Nov 19 17:06:18 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.49 2023/09/28 15:46:30 adam Exp $
+$NetBSD: distinfo,v 1.50 2023/11/19 17:06:18 adam Exp $
 
-BLAKE2s (scipy-1.11.3.tar.gz) = 44758a48b53d7e76b9e79a6fcd9d393671120261c6a1a31dd185eb909b05f8b0
-SHA512 (scipy-1.11.3.tar.gz) = 6491c4e479d9f4f02e677396a25ddca947a0dc6c009fc2ec34c658012a6224c0b535f14045bb011fbde9973ea987d184574ed64e6760c31798ec860eb0896fcf
-Size (scipy-1.11.3.tar.gz) = 56335652 bytes
+BLAKE2s (scipy-1.11.4.tar.gz) = f57016d00c851125afb7cc5b8709099fcd1bdf3edc82a15639ff0a2f3fa1d008
+SHA512 (scipy-1.11.4.tar.gz) = 2eb403f6de9723b411d948b8e1b5457078704c605b8e760d42362c82d802e167eaaf701ddb8b480af2bdf2efe4dbf66fcc4e97321519bb8dab19b0e2a8976beb
+Size (scipy-1.11.4.tar.gz) = 56336202 bytes
 SHA1 (patch-scipy_spatial___ckdtree.pyx) = 09f79827790edb78204cca7bbe25b5f373834dd4
 SHA1 (patch-scipy_spatial_ckdtree_src_ckdtree__decl.h) = c5684427731eef00c012b1ebc7fba00da560f493
 SHA1 (patch-scipy_special_Faddeeva.hh) = 9f6c0bb808fc9be0a1c1b7e65395d29f13821233



Home | Main Index | Thread Index | Old Index