Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 16:01:26 GMT
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: a0d50f6ea915 - main - devel/py-hatch: Update to 1.14.0
Message-ID:  <202412311601.4BVG1Qq6084908@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit a0d50f6ea915752d91a44ac8e5e405bbac3d1db5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 15:48:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 15:48:29 +0000

    devel/py-hatch: Update to 1.14.0
    
    Changes:        https://github.com/pypa/hatch/releases
                    https://hatch.pypa.io/dev/history/hatch/
---
 devel/py-hatch/Makefile                   |  8 ++++----
 devel/py-hatch/distinfo                   |  6 +++---
 devel/py-hatch/files/patch-pyproject.toml | 11 -----------
 3 files changed, 7 insertions(+), 18 deletions(-)

diff --git a/devel/py-hatch/Makefile b/devel/py-hatch/Makefile
index bc0d292dd7be..6ed5b1390233 100644
--- a/devel/py-hatch/Makefile
+++ b/devel/py-hatch/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hatch
-PORTVERSION=	1.13.0
+PORTVERSION=	1.14.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +13,9 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.3.0:devel/py-hatch-vcs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}hatchling>=1.24.2:devel/py-hatchling@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}hatchling>=1.26.3:devel/py-hatchling@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=8.0.6:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}hatchling>=1.24.2:devel/py-hatchling@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>=1.26.3:devel/py-hatchling@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}httpx>=0.22.0:www/py-httpx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hyperlink>=21.0.0:www/py-hyperlink@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}keyring>=23.5.0,1:security/py-keyring@${PY_FLAVOR} \
@@ -27,7 +27,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=8.0.6:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tomli-w>=1.0:textproc/py-tomli-w@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11.1:textproc/py-tomlkit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}userpath>=1.7<2:devel/py-userpath@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}virtualenv>=20.26.0:devel/py-virtualenv@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}virtualenv>=20.26.6:devel/py-virtualenv@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zstandard>=0<1:archivers/py-zstandard@${PY_FLAVOR} \
 		uv>=0.1.35:devel/uv
 
diff --git a/devel/py-hatch/distinfo b/devel/py-hatch/distinfo
index 84d25a1a8548..3a18beff108e 100644
--- a/devel/py-hatch/distinfo
+++ b/devel/py-hatch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1729240356
-SHA256 (hatch-1.13.0.tar.gz) = 5e1a75770cfe8f3ebae3abfded3a976238b0acefd19cdabc5245597525b8066f
-SIZE (hatch-1.13.0.tar.gz) = 5188060
+TIMESTAMP = 1735227870
+SHA256 (hatch-1.14.0.tar.gz) = 351e41bc6c72bc93cb98651212226e495b43549eee27c487832e459e5d0f0eda
+SIZE (hatch-1.14.0.tar.gz) = 5188143
diff --git a/devel/py-hatch/files/patch-pyproject.toml b/devel/py-hatch/files/patch-pyproject.toml
deleted file mode 100644
index 7d5dbc8f8b0c..000000000000
--- a/devel/py-hatch/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -52,7 +52,7 @@ dependencies = [
-   "tomlkit>=0.11.1",
-   "userpath~=1.7",
-   "uv>=0.1.35",
--  "virtualenv>=20.26.1",
-+  "virtualenv>=20.26.0",
-   "zstandard<1",
- ]
- dynamic = ["version"]



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