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