pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numba



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 28 09:24:33 UTC 2022

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

Log Message:
py-numba: updated to 0.55.1

Version 0.55.1 (27 January, 2022)
---------------------------------

This is a bugfix release that closes all the remaining issues from the
accelerated release of 0.55.0 and also any release critical regressions
discovered since then.

CUDA target deprecation notices:

* Support for CUDA toolkits < 10.2 is deprecated and will be removed in Numba
  0.56.
* Support for devices with Compute Capability < 5.3 is deprecated and will be
  removed in Numba 0.56.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/math/py-numba/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/py-numba/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-numba/Makefile
diff -u pkgsrc/math/py-numba/Makefile:1.28 pkgsrc/math/py-numba/Makefile:1.29
--- pkgsrc/math/py-numba/Makefile:1.28  Fri Jan 14 19:52:24 2022
+++ pkgsrc/math/py-numba/Makefile       Fri Jan 28 09:24:33 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/01/14 19:52:24 adam Exp $
+# $NetBSD: Makefile,v 1.29 2022/01/28 09:24:33 adam Exp $
 
-DISTNAME=      numba-0.55.0
+DISTNAME=      numba-0.55.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numba/}

Index: pkgsrc/math/py-numba/distinfo
diff -u pkgsrc/math/py-numba/distinfo:1.23 pkgsrc/math/py-numba/distinfo:1.24
--- pkgsrc/math/py-numba/distinfo:1.23  Fri Jan 14 19:52:24 2022
+++ pkgsrc/math/py-numba/distinfo       Fri Jan 28 09:24:33 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2022/01/14 19:52:24 adam Exp $
+$NetBSD: distinfo,v 1.24 2022/01/28 09:24:33 adam Exp $
 
-BLAKE2s (numba-0.55.0.tar.gz) = 1796c3b4a74544b97ff0508153d1a512ecff81884cdcce97c64218597aba6ed2
-SHA512 (numba-0.55.0.tar.gz) = d47710235119f0bed305cc1a2e681092bc46d420b649055a34683e135a7f920f657933dc8efcda34c00031b2db2ff6d86081d472c43dede6e7ded67f8546f881
-Size (numba-0.55.0.tar.gz) = 2300580 bytes
+BLAKE2s (numba-0.55.1.tar.gz) = fb41f63d5a021f031f253ed3223ff4c11b6e128529d0f76de87c49c5d5c9011d
+SHA512 (numba-0.55.1.tar.gz) = e0847027842cbe8227054176bf4540a53c58a158b820d890a240059057df5dd397f8a6083f438b19cfbeacbfa390b42852d88af55618af8265f36494e16dc50c
+Size (numba-0.55.1.tar.gz) = 2308272 bytes
 SHA1 (patch-numba_np_ufunc_workqueue.c) = 139f9685a6a5b9fcf857b49dc0f3555e0e361b54



Home | Main Index | Thread Index | Old Index