pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-pandas/patches py-pandas: remove unneed patch
details: https://anonhg.NetBSD.org/pkgsrc/rev/b49df8082182
branches: trunk
changeset: 452170:b49df8082182
user: adam <adam%pkgsrc.org@localhost>
date: Thu May 06 04:39:45 2021 +0000
description:
py-pandas: remove unneed patch
diffstat:
math/py-pandas/patches/patch-pandas___libs_src_ujson_python_objToJSON.c | 15 ----------
1 files changed, 0 insertions(+), 15 deletions(-)
diffs (19 lines):
diff -r aeb8245f5e85 -r b49df8082182 math/py-pandas/patches/patch-pandas___libs_src_ujson_python_objToJSON.c
--- a/math/py-pandas/patches/patch-pandas___libs_src_ujson_python_objToJSON.c Thu May 06 04:39:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-pandas___libs_src_ujson_python_objToJSON.c,v 1.1 2020/08/09 19:11:32 joerg Exp $
-
-Fix build with NumPy 1.19.
-
---- pandas/_libs/src/ujson/python/objToJSON.c.orig 2019-10-31 20:16:52.000000000 +0000
-+++ pandas/_libs/src/ujson/python/objToJSON.c
-@@ -178,7 +178,7 @@ void *initObjToJSON(void)
-
- /* Initialise numpy API and use 2/3 compatible return */
- import_array();
-- return NUMPY_IMPORT_ARRAY_RETVAL;
-+ return NULL;
- }
-
- static TypeContext *createTypeContext(void) {
Home |
Main Index |
Thread Index |
Old Index