Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2022 13:53:51 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 92e780841bac - main - math/py-numexpr: Update to 2.8.3
Message-ID:  <202207111353.26BDrpLU013152@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=92e780841bac4733e969e649d016faf5897fd9a0

commit 92e780841bac4733e969e649d016faf5897fd9a0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-11 13:50:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-11 13:50:06 +0000

    math/py-numexpr: Update to 2.8.3
    
    - Change MASTER_SITES to CHEESESHOP
    
    Changes:        https://github.com/pydata/numexpr/releases
                    https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
---
 math/py-numexpr/Makefile                            |  2 +-
 math/py-numexpr/distinfo                            |  6 +++---
 math/py-numexpr/files/patch-numexpr-interpreter.cpp | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index 9eafb220acf0..45a5ee7f7aac 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -1,7 +1,7 @@
 # Created by: Ju Pengfei <ju.pengfei@gmail.com>
 
 PORTNAME=	numexpr
-PORTVERSION=	2.8.1
+PORTVERSION=	2.8.3
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-numexpr/distinfo b/math/py-numexpr/distinfo
index 52c0cdb48114..a2cf14d63398 100644
--- a/math/py-numexpr/distinfo
+++ b/math/py-numexpr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641045980
-SHA256 (numexpr-2.8.1.tar.gz) = cd779aa44dd986c4ef10163519239602b027be06a527946656207acf1f58113b
-SIZE (numexpr-2.8.1.tar.gz) = 94824
+TIMESTAMP = 1657292514
+SHA256 (numexpr-2.8.3.tar.gz) = cb647c9d9c785dae0759bf6c875cde2bec472b5c3f7a6015734b161ae766d141
+SIZE (numexpr-2.8.3.tar.gz) = 98436
diff --git a/math/py-numexpr/files/patch-numexpr-interpreter.cpp b/math/py-numexpr/files/patch-numexpr-interpreter.cpp
deleted file mode 100644
index 6fd9735b9231..000000000000
--- a/math/py-numexpr/files/patch-numexpr-interpreter.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- numexpr/interpreter.cpp.orig	2018-07-12 17:49:43 UTC
-+++ numexpr/interpreter.cpp
-@@ -1269,7 +1269,7 @@ NumExpr_run(NumExprObject *self, PyObject *args, PyObj
-             }
-             Py_INCREF(dtypes[0]);
-             a = (PyArrayObject *)PyArray_FromArray(operands[0], dtypes[0],
--                                        NPY_ARRAY_ALIGNED|NPY_ARRAY_UPDATEIFCOPY);
-+                                        NPY_ARRAY_ALIGNED|NPY_ARRAY_WRITEBACKIFCOPY);
-             if (a == NULL) {
-                 goto fail;
-             }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207111353.26BDrpLU013152>