Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
python-typer


Commits:
f91e058e by Sven-Hendrik Haase at 2026-02-17T08:16:58+01:00
upgpkg: 0.24.0-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.23.1
+       pkgver = 0.24.0
        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.23.1.tar.gz::https://github.com/tiangolo/typer/archive/0.23.1.tar.gz
-       sha512sums = 
98c3e394a50e15ac70f0748c7ef9b225bcbe6e4005679a3d33d578823e3bd57f001debde2280e427fbafd21d471ec2e530da0d9e85163a4a820edfafecbf02e0
+       source = 
python-typer-0.24.0.tar.gz::https://github.com/tiangolo/typer/archive/0.24.0.tar.gz
+       sha512sums = 
5c96a5698e50c179b783da79f354ca30e6864d57ad10e4c20907a07006b916f136e3a633ba7c36b9169c3136b6f1444b11df326a18c7193e2b8f36802990fe00
 
 pkgname = python-typer


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _pkgname=typer
 pkgname=python-typer
-pkgver=0.23.1
+pkgver=0.24.0
 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=('98c3e394a50e15ac70f0748c7ef9b225bcbe6e4005679a3d33d578823e3bd57f001debde2280e427fbafd21d471ec2e530da0d9e85163a4a820edfafecbf02e0')
+sha512sums=('5c96a5698e50c179b783da79f354ca30e6864d57ad10e4c20907a07006b916f136e3a633ba7c36b9169c3136b6f1444b11df326a18c7193e2b8f36802990fe00')
 
 prepare() {
   cd typer-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-typer/-/commit/f91e058ed4ca919ff59c5fa11e8ba0279b6cc0dc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-typer/-/commit/f91e058ed4ca919ff59c5fa11e8ba0279b6cc0dc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to