Tue Jan 24 19:30:19 2023 UTC ()
py-bottleneck: updated to 1.3.6

Bottleneck 1.3.6

Bug Fixes
- Fix ValueError: cannot convert float NaN to integer with new numpy version

Cleanup
- Python 3.6 wheel won't be built anymore because of the deprecation in the associated
  Python Github action


(adam)
diff -r1.11 -r1.12 pkgsrc/math/py-bottleneck/Makefile
diff -r1.6 -r1.7 pkgsrc/math/py-bottleneck/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/math/py-bottleneck/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-bottleneck/Makefile 2022/09/12 08:15:35 1.11
+++ pkgsrc/math/py-bottleneck/Makefile 2023/01/24 19:30:19 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2022/09/12 08:15:35 adam Exp $ 1# $NetBSD: Makefile,v 1.12 2023/01/24 19:30:19 adam Exp $
2 2
3DISTNAME= Bottleneck-1.3.5 3DISTNAME= Bottleneck-1.3.6
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= math python 5CATEGORIES= math python
6MASTER_SITES= ${MASTER_SITE_PYPI:=B/Bottleneck/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=B/Bottleneck/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/kwgoodman/bottleneck 9HOMEPAGE= https://github.com/kwgoodman/bottleneck
10COMMENT= Collection of fast NumPy array functions written in C 10COMMENT= Collection of fast NumPy array functions written in C
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 13TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
14 14
15PYSETUPTESTTARGET= pytest 15PYSETUPTESTTARGET= pytest
16 16

cvs diff -r1.6 -r1.7 pkgsrc/math/py-bottleneck/distinfo (expand / switch to unified diff)

--- pkgsrc/math/py-bottleneck/distinfo 2022/09/12 08:15:35 1.6
+++ pkgsrc/math/py-bottleneck/distinfo 2023/01/24 19:30:19 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2022/09/12 08:15:35 adam Exp $ 1$NetBSD: distinfo,v 1.7 2023/01/24 19:30:19 adam Exp $
2 2
3BLAKE2s (Bottleneck-1.3.5.tar.gz) = 68542427d09778f821dec07a657b1cb6efe2cc4167e761c0e14c175f69e65f76 3BLAKE2s (Bottleneck-1.3.6.tar.gz) = 4c12899013d56021e83b6c557c28e76585807f715d9b97a1536e54efeeabd8fe
4SHA512 (Bottleneck-1.3.5.tar.gz) = 6f7c16714143d976e9b376344541678c364baaefa10a6946b3d736f6bd00ea6ebcc7cf9b71e404e3402be8a7d981680c8a67fc4295a292a8ad5ab36f67a59fa4 4SHA512 (Bottleneck-1.3.6.tar.gz) = d7fd9b36d337928b6df6283f5ccfdfc7f32d1a22442b681d099a869742bb7c88922dd9ed7f5e873f594300b607655ea9aad8ed0414a5703b505fd838db2ae25a
5Size (Bottleneck-1.3.5.tar.gz) = 102888 bytes 5Size (Bottleneck-1.3.6.tar.gz) = 103080 bytes