git: fb69b1993847 - main - devel/py-weasel: Update to 0.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Apr 2024 00:01:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb69b19938471706ee59a77ee500f211b8d17b8d commit fb69b19938471706ee59a77ee500f211b8d17b8d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 23:57:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 23:57:55 +0000 devel/py-weasel: Update to 0.4.0 Changes: https://github.com/explosion/weasel/releases --- devel/py-weasel/Makefile | 6 +++--- devel/py-weasel/distinfo | 6 +++--- devel/py-weasel/files/patch-setup.cfg | 11 ----------- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/devel/py-weasel/Makefile b/devel/py-weasel/Makefile index abb384522047..e2bbed667130 100644 --- a/devel/py-weasel/Makefile +++ b/devel/py-weasel/Makefile @@ -1,5 +1,5 @@ PORTNAME= weasel -PORTVERSION= 0.3.4 +PORTVERSION= 0.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpathlib>=0.7.0:devel/py-cloudpathlib@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpathlib>=0.7.0<1.0.0:devel/py-cloudpathlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}confection>=0.0.4<0.2.0:devel/py-confection@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>=1.7.4<3.0.0:devel/py-pydantic2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.13.0<3.0.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}smart-open>=5.2.1:net/py-smart-open@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}smart-open>=5.2.1<8.0.0:net/py-smart-open@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}srsly>=2.4.3<3.0.0:devel/py-srsly@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typer>=0.3.0<0.10.0:devel/py-typer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wasabi>=0.9.1<1.2.0:textproc/py-wasabi@${PY_FLAVOR} diff --git a/devel/py-weasel/distinfo b/devel/py-weasel/distinfo index 9cbc5cfff3f7..dc880e4a648a 100644 --- a/devel/py-weasel/distinfo +++ b/devel/py-weasel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708448830 -SHA256 (weasel-0.3.4.tar.gz) = eb16f92dc9f1a3ffa89c165e3a9acd28018ebb656e0da4da02c0d7d8ae3f6178 -SIZE (weasel-0.3.4.tar.gz) = 38252 +TIMESTAMP = 1712330611 +SHA256 (weasel-0.4.0.tar.gz) = 47537df44da7f5441a0656c11e668d2429d114e125349e4c812f53431778ef75 +SIZE (weasel-0.4.0.tar.gz) = 38397 diff --git a/devel/py-weasel/files/patch-setup.cfg b/devel/py-weasel/files/patch-setup.cfg deleted file mode 100644 index 033ee542ea00..000000000000 --- a/devel/py-weasel/files/patch-setup.cfg +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.cfg.orig 2023-11-06 16:07:56 UTC -+++ setup.cfg -@@ -38,7 +38,7 @@ install_requires = - srsly>=2.4.3,<3.0.0 - typer>=0.3.0,<0.10.0 - cloudpathlib>=0.7.0,<0.17.0 -- smart-open>=5.2.1,<7.0.0 -+ smart-open>=5.2.1 - requests>=2.13.0,<3.0.0 - pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0 -