git: 69398b11f051 - main - www/py-planet-auth: Update to 2.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Oct 2025 00:04:34 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69398b11f051c654f55cdbe095c67ec2e27b794b
commit 69398b11f051c654f55cdbe095c67ec2e27b794b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:55:33 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:55:33 +0000
www/py-planet-auth: Update to 2.2.0
Changes: https://github.com/planetlabs/planet-auth-python/releases
---
www/py-planet-auth/Makefile | 4 ++--
www/py-planet-auth/distinfo | 6 +++---
www/py-planet-auth/files/patch-pyproject.toml | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/www/py-planet-auth/Makefile b/www/py-planet-auth/Makefile
index 9b23eec25a76..ddbc547cc34b 100644
--- a/www/py-planet-auth/Makefile
+++ b/www/py-planet-auth/Makefile
@@ -1,5 +1,5 @@
PORTNAME= planet-auth
-PORTVERSION= 2.1.1
+PORTVERSION= 2.2.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}StrEnum>=0:devel/py-strenum@${PY_FLAVOR}
-USES= python
+USES= python:3.10+
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/www/py-planet-auth/distinfo b/www/py-planet-auth/distinfo
index f2156bc7dceb..3bd2ba7c874b 100644
--- a/www/py-planet-auth/distinfo
+++ b/www/py-planet-auth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757120474
-SHA256 (planet_auth-2.1.1.tar.gz) = 9c380fdb8659e3c2d2fc97cb3852f5c6f533a23620b452bffa95a4a54b05260a
-SIZE (planet_auth-2.1.1.tar.gz) = 238343
+TIMESTAMP = 1759774755
+SHA256 (planet_auth-2.2.0.tar.gz) = 0f1d118b99c9117afcf94157cfd7d87665b1f685eab7bfe02ed7b0fda49bfa89
+SIZE (planet_auth-2.2.0.tar.gz) = 238440
diff --git a/www/py-planet-auth/files/patch-pyproject.toml b/www/py-planet-auth/files/patch-pyproject.toml
index b8ec61c41278..ab36e6079325 100644
--- a/www/py-planet-auth/files/patch-pyproject.toml
+++ b/www/py-planet-auth/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2025-08-12 03:59:50 UTC
+--- pyproject.toml.orig 2025-10-01 23:09:06 UTC
+++ pyproject.toml
@@ -12,10 +12,7 @@ authors = [{ name = "Carl Adams", email = "carl.adams@
# docs/index.md - front page for ReadTheDocs doc page. Complete developer user documentation.
@@ -12,12 +12,12 @@
classifiers = [
"Development Status :: 5 - Production/Stable",
]
-@@ -85,7 +82,7 @@ plauth = "planet_auth_utils.commands.cli.main:cmd_plau
+@@ -87,7 +84,7 @@ plauth = "planet_auth_utils.commands.cli.main:cmd_plau
plauth = "planet_auth_utils.commands.cli.main:cmd_plauth"
[build-system]
--requires = ["setuptools>=64", "setuptools_scm>=8", "wheel"]
-+requires = ["setuptools>=61", "setuptools_scm>=8", "wheel"]
+-requires = ["setuptools >= 77.0.3", "setuptools_scm >= 8"]
++requires = ["setuptools >= 61", "setuptools_scm >= 8"]
build-backend = "setuptools.build_meta"
[tool.setuptools.dynamic]