git: 22651a33c006 - main - archivers/py-blosc2: Update to 2.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 17:18:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=22651a33c006ae70c2f5331ca980544a7da1522a
commit 22651a33c006ae70c2f5331ca980544a7da1522a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:38:43 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:15:35 +0000
archivers/py-blosc2: Update to 2.3.1
Changes: https://github.com/Blosc/python-blosc2/releases
---
archivers/py-blosc2/Makefile | 2 +-
archivers/py-blosc2/distinfo | 6 +++---
archivers/py-blosc2/files/patch-pyproject.toml | 8 +++++---
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/archivers/py-blosc2/Makefile b/archivers/py-blosc2/Makefile
index dc9082f055d4..e925d83f6a95 100644
--- a/archivers/py-blosc2/Makefile
+++ b/archivers/py-blosc2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= blosc2
-PORTVERSION= 2.2.9
+PORTVERSION= 2.3.1
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/archivers/py-blosc2/distinfo b/archivers/py-blosc2/distinfo
index c02d23e040f4..d3018d97d126 100644
--- a/archivers/py-blosc2/distinfo
+++ b/archivers/py-blosc2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696753634
-SHA256 (blosc2-2.2.9.tar.gz) = 63606498aaa72d58215b618d4512d5d3de29000a7b01a870edce8cb21d237c40
-SIZE (blosc2-2.2.9.tar.gz) = 4658706
+TIMESTAMP = 1699774480
+SHA256 (blosc2-2.3.1.tar.gz) = d76b839ecfe2044f6ba43db9db95d223b37deb9225b5f337718caace62e70002
+SIZE (blosc2-2.3.1.tar.gz) = 4665062
diff --git a/archivers/py-blosc2/files/patch-pyproject.toml b/archivers/py-blosc2/files/patch-pyproject.toml
index 9956f89bdf93..1b302868cb48 100644
--- a/archivers/py-blosc2/files/patch-pyproject.toml
+++ b/archivers/py-blosc2/files/patch-pyproject.toml
@@ -1,12 +1,14 @@
---- pyproject.toml.orig 2023-09-27 12:22:11 UTC
+--- pyproject.toml.orig 2023-11-08 15:10:58 UTC
+++ pyproject.toml
-@@ -3,9 +3,7 @@ requires = [
+@@ -2,10 +2,8 @@
+ requires = [
"setuptools",
"scikit-build",
- "cython",
+- "cython>=3",
- "cmake",
- "ninja",
- "oldest-supported-numpy"]
++ "cython",
+]
[project]