git: 98747d510069 - main - misc/py-compressed-tensors: update 0.14.0.1 → 0.15.0.1

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 11 May 2026 07:15:36 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98747d510069f13235a8dfe6a8c43ff1dd416db4

commit 98747d510069f13235a8dfe6a8c43ff1dd416db4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-05-11 07:10:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-05-11 07:15:18 +0000

    misc/py-compressed-tensors: update 0.14.0.1 → 0.15.0.1
---
 misc/py-compressed-tensors/Makefile             |  2 +-
 misc/py-compressed-tensors/distinfo             |  6 +++---
 misc/py-compressed-tensors/files/patch-setup.py | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/misc/py-compressed-tensors/Makefile b/misc/py-compressed-tensors/Makefile
index 4ea4cb293c8f..7a1cadf69e32 100644
--- a/misc/py-compressed-tensors/Makefile
+++ b/misc/py-compressed-tensors/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	compressed-tensors
-DISTVERSION=	0.14.0.1
+DISTVERSION=	0.15.0.1
 CATEGORIES=	misc python # machine-learning
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/py-compressed-tensors/distinfo b/misc/py-compressed-tensors/distinfo
index c8d301932f2a..d1cf38640c09 100644
--- a/misc/py-compressed-tensors/distinfo
+++ b/misc/py-compressed-tensors/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1775500352
-SHA256 (compressed_tensors-0.14.0.1.tar.gz) = 5ad3841184b6f5020e06059b2463191c5c57a144bb97cab9159978d8118839b1
-SIZE (compressed_tensors-0.14.0.1.tar.gz) = 226393
+TIMESTAMP = 1778483252
+SHA256 (compressed_tensors-0.15.0.1.tar.gz) = a8e93054e8a5ec49c980b09ed36c4c1249b4a8ee167920a8e461c4da26e78d99
+SIZE (compressed_tensors-0.15.0.1.tar.gz) = 229412
diff --git a/misc/py-compressed-tensors/files/patch-setup.py b/misc/py-compressed-tensors/files/patch-setup.py
deleted file mode 100644
index 65030337c60c..000000000000
--- a/misc/py-compressed-tensors/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2026-04-06 20:05:23 UTC
-+++ setup.py
-@@ -77,7 +77,7 @@ def _setup_install_requires() -> List:
-     )
- 
- def _setup_install_requires() -> List:
--    return ["torch>=1.7.0", "transformers<5.0.0", "pydantic>=2.0", "loguru"]
-+    return ["torch>=1.7.0", "transformers>=4.0.0", "pydantic>=2.0", "loguru"]
- 
- def _setup_extras() -> Dict:
-     return {