Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
python-typer
Commits:
af40d00a by Sven-Hendrik Haase at 2026-02-22T13:56:53+01:00
upgpkg: 0.24.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-typer
pkgdesc = Build great CLIs. Easy to code. Based on Python type hints
- pkgver = 0.24.0
+ pkgver = 0.24.1
pkgrel = 1
url = https://typer.tiangolo.com/
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-typer
depends = python-rich
depends = python-shellingham
depends = python-annotated-doc
- source =
python-typer-0.24.0.tar.gz::https://github.com/tiangolo/typer/archive/0.24.0.tar.gz
- sha512sums =
5c96a5698e50c179b783da79f354ca30e6864d57ad10e4c20907a07006b916f136e3a633ba7c36b9169c3136b6f1444b11df326a18c7193e2b8f36802990fe00
+ source =
python-typer-0.24.1.tar.gz::https://github.com/tiangolo/typer/archive/0.24.1.tar.gz
+ sha512sums =
fbfdad9725ae4c845ef9201529876920d54ba02f9bb75aa8b6cee8317b3646bcdada7f3354fe25ba3cb6f62d911a059e977f8592d286ab122ce4ce2ac77593f6
pkgname = python-typer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=typer
pkgname=python-typer
-pkgver=0.24.0
+pkgver=0.24.1
pkgrel=1
pkgdesc="Build great CLIs. Easy to code. Based on Python type hints"
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python-click' 'python-rich' 'python-shellingham'
'python-annotated-doc')
makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-flit-core' 'python-pdm-backend')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tiangolo/typer/archive/${pkgver}.tar.gz")
-sha512sums=('5c96a5698e50c179b783da79f354ca30e6864d57ad10e4c20907a07006b916f136e3a633ba7c36b9169c3136b6f1444b11df326a18c7193e2b8f36802990fe00')
+sha512sums=('fbfdad9725ae4c845ef9201529876920d54ba02f9bb75aa8b6cee8317b3646bcdada7f3354fe25ba3cb6f62d911a059e977f8592d286ab122ce4ce2ac77593f6')
prepare() {
cd typer-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-typer/-/commit/af40d00a2eb3b1b93ff4098e2e50f619a6ee26b3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-typer/-/commit/af40d00a2eb3b1b93ff4098e2e50f619a6ee26b3
You're receiving this email because of your account on gitlab.archlinux.org.