Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2026 15:48:11 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a3ce545f1fe9 - main - devel/py-weasel: Update to 1.0.0
Message-ID:  <69e79c3b.345bf.5b76180e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit a3ce545f1fe970ccc154df09441b1b1df5b9d143
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 15:43:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 15:43:10 +0000

    devel/py-weasel: Update to 1.0.0
    
    Changes:        https://github.com/explosion/weasel/releases
---
 devel/py-weasel/Makefile | 19 +++++++++----------
 devel/py-weasel/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/devel/py-weasel/Makefile b/devel/py-weasel/Makefile
index 35fc25140880..1035d6409b8e 100644
--- a/devel/py-weasel/Makefile
+++ b/devel/py-weasel/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	weasel
-PORTVERSION=	0.4.3
-PORTREVISION=	1
+PORTVERSION=	1.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/explosion/weasel/releases/download/release-v${PORTVERSION}/
@@ -15,15 +14,15 @@ 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<1.0.0:devel/py-cloudpathlib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}confection>=0.0.4<0.2.0:devel/py-confection@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cloudpathlib>=0.7.0:devel/py-cloudpathlib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}confection>=1.0.0:devel/py-confection@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}httpx>=0.24.0:www/py-httpx@${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<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-slim>=0.3.0<1.0.0:devel/py-typer-slim@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wasabi>=0.9.1<1.2.0:textproc/py-wasabi@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0.0:devel/py-pydantic2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}smart-open>=5.2.1:net/py-smart-open@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}srsly>=2.4.3:devel/py-srsly@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typer>=0.3.0:devel/py-typer@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wasabi>=0.9.1:textproc/py-wasabi@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-weasel/distinfo b/devel/py-weasel/distinfo
index 67242e7e20a3..adb19af344ce 100644
--- a/devel/py-weasel/distinfo
+++ b/devel/py-weasel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763853404
-SHA256 (weasel-0.4.3.tar.gz) = f293d6174398e8f478c78481e00c503ee4b82ea7a3e6d0d6a01e46a6b1396845
-SIZE (weasel-0.4.3.tar.gz) = 38733
+TIMESTAMP = 1776780822
+SHA256 (weasel-1.0.0.tar.gz) = 7b129b44c90cc543b760532974ca1e4eb30dad2aa2026f57bdce66354ae610fc
+SIZE (weasel-1.0.0.tar.gz) = 38682


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e79c3b.345bf.5b76180e>