Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numexpr py-numexpr: updated to 2.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f051299e476
branches:  trunk
changeset: 430172:0f051299e476
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 28 13:21:33 2020 +0000

description:
py-numexpr: updated to 2.7.1

Changes from 2.7.0 to 2.7.1
- Python 3.8 support has been added.
- Python 3.4 support is discontinued.
- The tests are now compatible with NumPy 1.18.
- `site.cfg.example` was updated to use the `libraries` tag instead of `mkl_libs`,
  which is recommended for newer version of NumPy.

diffstat:

 math/py-numexpr/Makefile |   4 ++--
 math/py-numexpr/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 81e7004b58ae -r 0f051299e476 math/py-numexpr/Makefile
--- a/math/py-numexpr/Makefile  Tue Apr 28 13:18:16 2020 +0000
+++ b/math/py-numexpr/Makefile  Tue Apr 28 13:21:33 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/11/09 21:36:15 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/28 13:21:33 adam Exp $
 
-DISTNAME=      numexpr-2.7.0
+DISTNAME=      numexpr-2.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numexpr/}
diff -r 81e7004b58ae -r 0f051299e476 math/py-numexpr/distinfo
--- a/math/py-numexpr/distinfo  Tue Apr 28 13:18:16 2020 +0000
+++ b/math/py-numexpr/distinfo  Tue Apr 28 13:21:33 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/11/09 21:36:15 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/04/28 13:21:33 adam Exp $
 
-SHA1 (numexpr-2.7.0.tar.gz) = 4aba87da424ea34d749cc622c9f944f358ad2384
-RMD160 (numexpr-2.7.0.tar.gz) = 619c7fd076e14bbdef91e67dd17927ce38fba49a
-SHA512 (numexpr-2.7.0.tar.gz) = 99f7b2bff7799e407683ec39e6b18529ecfc08022d67eb97168dad2ddaedaed549ceaca5ce639efec4644fb67018fa53655f8a983bc3c880c1f38e3aa87e72d2
-Size (numexpr-2.7.0.tar.gz) = 95707 bytes
+SHA1 (numexpr-2.7.1.tar.gz) = b7d6950849e21abb8c4146edc899c7d7d34a734f
+RMD160 (numexpr-2.7.1.tar.gz) = a2d301d01e5148b07eca9fa9e0650d0c986bde36
+SHA512 (numexpr-2.7.1.tar.gz) = e8852ed1c7bd7f7e94ce5ad78de7a8a7ca30a5873dbfa4fae0a179fbcf956b1e66f2a09c1785f0d8d9e83a5cba359a55840a21784bc225aa01915a322709d370
+Size (numexpr-2.7.1.tar.gz) = 99196 bytes



Home | Main Index | Thread Index | Old Index