Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2025 07:02:59 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 911075a9594e - main - misc/py-instructor: Update to 1.12.0
Message-ID:  <202510290702.59T72x3P070200@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=911075a9594e15ab807ce2780b6ad8c7cb6f8684

commit 911075a9594e15ab807ce2780b6ad8c7cb6f8684
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-10-29 07:01:55 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-10-29 07:02:52 +0000

    misc/py-instructor: Update to 1.12.0
    
    Changelog: https://github.com/567-labs/instructor/releases/tag/v1.12.0
    
    Reported by:    portscout
---
 misc/py-instructor/Makefile | 10 ++++------
 misc/py-instructor/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/misc/py-instructor/Makefile b/misc/py-instructor/Makefile
index c8ebcfc5208a..49120d4e0589 100644
--- a/misc/py-instructor/Makefile
+++ b/misc/py-instructor/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	instructor
-DISTVERSION=	1.11.3
+DISTVERSION=	1.12.0
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,13 +23,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openai>=1.70.0<2.0.0:misc/py-openai@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}jiter>=0.6.1:textproc/py-jiter@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.4<4.0.0:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.32.3<3.0.0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}diskcache>=5.6.3:devel/py-diskcache@${PY_FLAVOR}
-# TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-examples>=0.0.15:devel/py-pytest-examples@${PY_FLAVOR} \
-# 		${PYTHON_PKGNAMEPREFIX}sqlmodel>=0.0.22<1.0.0:databases/py-sqlmodel@${PY_FLAVOR} \
-# 		${PYTHON_PKGNAMEPREFIX}anthropic>=0.53.0:misc/py-anthropic@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}diskcache>=5.6.3:devel/py-diskcache@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pre-commit>=4.3.0:devel/py-pre-commit@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent pep517 pytest
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/misc/py-instructor/distinfo b/misc/py-instructor/distinfo
index f084ef55b3f4..3c419e8c52b0 100644
--- a/misc/py-instructor/distinfo
+++ b/misc/py-instructor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1758010079
-SHA256 (instructor-1.11.3.tar.gz) = 6f58fea6fadfa228c411ecdedad4662230c456718f4a770a97a806dcb36b3287
-SIZE (instructor-1.11.3.tar.gz) = 69879936
+TIMESTAMP = 1761718427
+SHA256 (instructor-1.12.0.tar.gz) = f0e4dd7f275120f49200df0204af6a2d4e3e2f1f698b6b8c0f776e3a8c977e54
+SIZE (instructor-1.12.0.tar.gz) = 69892486


home | help

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