diff --git a/devel/py-diskcache/Makefile b/devel/py-diskcache/Makefile --- a/devel/py-diskcache/Makefile +++ b/devel/py-diskcache/Makefile @@ -1,9 +1,13 @@ PORTNAME= diskcache DISTVERSIONPREFIX= v DISTVERSION= 5.6.3 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= b89111d.patch:-p1 # https://github.com/grantjenks/python-diskcache/pull/311 + MAINTAINER= yuri@FreeBSD.org COMMENT= Disk and file backed persistent cache WWW= https://grantjenks.com/docs/diskcache/ diff --git a/devel/py-diskcache/distinfo b/devel/py-diskcache/distinfo --- a/devel/py-diskcache/distinfo +++ b/devel/py-diskcache/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1703309501 +TIMESTAMP = 1716359609 SHA256 (grantjenks-python-diskcache-v5.6.3_GH0.tar.gz) = ecd01a006c60c68171571da77d905878bacc2103a8e0ade55dcda26271ea2bb3 SIZE (grantjenks-python-diskcache-v5.6.3_GH0.tar.gz) = 655441 +SHA256 (b89111d.patch) = 0d3451f01e8331d0d3db654566b08eac552f8b71f0f090f5a381c45f5d6ac4ae +SIZE (b89111d.patch) = 4077 diff --git a/misc/Makefile b/misc/Makefile --- a/misc/Makefile +++ b/misc/Makefile @@ -497,6 +497,7 @@ SUBDIR += py-spdx-lookup SUBDIR += py-spdx-tools SUBDIR += py-spinners + SUBDIR += py-streamlit SUBDIR += py-synced-collections SUBDIR += py-tes SUBDIR += py-tflearn diff --git a/misc/py-openai/Makefile b/misc/py-openai/Makefile --- a/misc/py-openai/Makefile +++ b/misc/py-openai/Makefile @@ -1,5 +1,5 @@ PORTNAME= openai -DISTVERSION= 1.12.0 +DISTVERSION= 1.30.1 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.5.0:devel/py-anyio@${PY_FLAVOR} \ @@ -25,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}pandas>=1.2.3:math/py-pandas@${PY_FLAVOR} USES= python -USE_PYTHON= pep517 concurrent autoplist +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/misc/py-openai/distinfo b/misc/py-openai/distinfo --- a/misc/py-openai/distinfo +++ b/misc/py-openai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710052938 -SHA256 (openai-1.12.0.tar.gz) = 99c5d257d09ea6533d689d1cc77caa0ac679fa21efef8893d8b0832a86877f1b -SIZE (openai-1.12.0.tar.gz) = 130552 +TIMESTAMP = 1716374315 +SHA256 (openai-1.30.1.tar.gz) = 4f85190e577cba0b066e1950b8eb9b11d25bc7ebcc43a86b326ce1bfa564ec74 +SIZE (openai-1.30.1.tar.gz) = 178128