summaryrefslogtreecommitdiff
path: root/math/py-pyreadr
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pyreadr')
-rw-r--r--math/py-pyreadr/Makefile2
-rw-r--r--math/py-pyreadr/distinfo6
-rw-r--r--math/py-pyreadr/files/patch-pyreadr-librdata.c14
3 files changed, 11 insertions, 11 deletions
diff --git a/math/py-pyreadr/Makefile b/math/py-pyreadr/Makefile
index 6f58fa241a80..891d825ea181 100644
--- a/math/py-pyreadr/Makefile
+++ b/math/py-pyreadr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyreadr
-PORTVERSION= 0.5.0
+PORTVERSION= 0.5.1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pyreadr/distinfo b/math/py-pyreadr/distinfo
index ee93a5412979..a217af54619d 100644
--- a/math/py-pyreadr/distinfo
+++ b/math/py-pyreadr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698341061
-SHA256 (pyreadr-0.5.0.tar.gz) = 7fb9f8c4afb5aac1e5bf8175bf295bc4f421eb33ba7c093f455d077f91fe73c0
-SIZE (pyreadr-0.5.0.tar.gz) = 2275059
+TIMESTAMP = 1722249064
+SHA256 (pyreadr-0.5.1.tar.gz) = cc3b9d27d6a9aa8984ea973544fd922caea237067620dd68147163b6746590b6
+SIZE (pyreadr-0.5.1.tar.gz) = 1155583
diff --git a/math/py-pyreadr/files/patch-pyreadr-librdata.c b/math/py-pyreadr/files/patch-pyreadr-librdata.c
index 4f1e7dcff114..bf24adec0186 100644
--- a/math/py-pyreadr/files/patch-pyreadr-librdata.c
+++ b/math/py-pyreadr/files/patch-pyreadr-librdata.c
@@ -1,4 +1,4 @@
---- pyreadr/librdata.c.orig 2023-08-09 09:41:49 UTC
+--- pyreadr/librdata.c.orig 2024-07-24 15:48:00 UTC
+++ pyreadr/librdata.c
@@ -5,8 +5,6 @@
"distutils": {
@@ -13,17 +13,17 @@
"name": "pyreadr.librdata",
"sources": [
"pyreadr/librdata.pyx",
-- "pyreadr/libs/librdata/src/rdata_write.c",
+- "pyreadr/libs/librdata/src/rdata_io_unistd.c",
+- "pyreadr/libs/librdata/src/CKHashTable.c",
- "pyreadr/libs/librdata/src/rdata_bits.c",
-- "pyreadr/libs/librdata/src/rdata_read.c",
- "pyreadr/libs/librdata/src/rdata_parser.c",
-- "pyreadr/libs/librdata/src/CKHashTable.c",
-- "pyreadr/libs/librdata/src/rdata_error.c",
-- "pyreadr/libs/librdata/src/rdata_io_unistd.c"
+- "pyreadr/libs/librdata/src/rdata_read.c",
+- "pyreadr/libs/librdata/src/rdata_write.c",
+- "pyreadr/libs/librdata/src/rdata_error.c"
]
},
"module_name": "pyreadr.librdata"
-@@ -1117,8 +1108,8 @@ static CYTHON_INLINE float __PYX_NAN() {
+@@ -1260,8 +1251,8 @@ static CYTHON_INLINE float __PYX_NAN() {
#include <time.h>
#include <stdint.h>
#include <sys/types.h>