git: 869757bd08f4 - main - devel/py-typer-slim: Update to 0.20.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Dec 2025 13:32:32 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=869757bd08f4b3b33f8938ac8227670660b04b24
commit 869757bd08f4b3b33f8938ac8227670660b04b24
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-30 13:22:26 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-30 13:29:20 +0000
devel/py-typer-slim: Update to 0.20.1
Changes: https://github.com/fastapi/typer/releases
https://typer.tiangolo.com/release-notes/
---
devel/py-typer-slim/Makefile | 2 +-
devel/py-typer-slim/distinfo | 6 +++---
devel/py-typer-slim/files/patch-pyproject.toml | 14 ++++++++++++++
3 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/devel/py-typer-slim/Makefile b/devel/py-typer-slim/Makefile
index e0fb057c8884..a8acc039d9e9 100644
--- a/devel/py-typer-slim/Makefile
+++ b/devel/py-typer-slim/Makefile
@@ -1,5 +1,5 @@
PORTNAME= typer-slim
-PORTVERSION= 0.20.0
+PORTVERSION= 0.20.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-typer-slim/distinfo b/devel/py-typer-slim/distinfo
index 4f990cf9348a..caa90b052be6 100644
--- a/devel/py-typer-slim/distinfo
+++ b/devel/py-typer-slim/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763853136
-SHA256 (typer_slim-0.20.0.tar.gz) = 9fc6607b3c6c20f5c33ea9590cbeb17848667c51feee27d9e314a579ab07d1a3
-SIZE (typer_slim-0.20.0.tar.gz) = 106561
+TIMESTAMP = 1766953388
+SHA256 (typer_slim-0.20.1.tar.gz) = bb9e4f7e6dc31551c8a201383df322b81b0ce37239a5ead302598a2ebb6f7c9c
+SIZE (typer_slim-0.20.1.tar.gz) = 106113
diff --git a/devel/py-typer-slim/files/patch-pyproject.toml b/devel/py-typer-slim/files/patch-pyproject.toml
new file mode 100644
index 000000000000..eb717aee9cc0
--- /dev/null
+++ b/devel/py-typer-slim/files/patch-pyproject.toml
@@ -0,0 +1,14 @@
+--- pyproject.toml.orig 2025-12-19 16:48:41 UTC
++++ pyproject.toml
+@@ -6,10 +6,7 @@ name = "typer-slim"
+
+ [project]
+ name = "typer-slim"
+-license = "MIT"
+-license-files = [
+- "LICENSE",
+-]
++license = { text = "MIT" }
+ dynamic = []
+ description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
+ authors = [