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


Commits:
c6031586 by Sven-Hendrik Haase at 2026-02-10T22:57:48+01:00
upgpkg: 0.21.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-typer
        pkgdesc = Build great CLIs. Easy to code. Based on Python type hints
-       pkgver = 0.21.1
-       pkgrel = 2
+       pkgver = 0.21.2
+       pkgrel = 1
        url = https://typer.tiangolo.com/
        arch = any
        license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-typer
        depends = python-typing_extensions
        depends = python-rich
        depends = python-shellingham
-       source = 
python-typer-0.21.1.tar.gz::https://github.com/tiangolo/typer/archive/0.21.1.tar.gz
-       sha512sums = 
945c9a1412c9f5276aca45d07cde9b0ff9b0c1077791edd519c6f824d3a2253e4dad1aa9aa1239c96b8aa251ca0d656e63d8e234ec0cec65ded0aaf3d5585af9
+       source = 
python-typer-0.21.2.tar.gz::https://github.com/tiangolo/typer/archive/0.21.2.tar.gz
+       sha512sums = 
4232365782d2004adb95f9dafec179de50ae0c31d7f2646a329e738a87a2f15cc187807b52f43c6095dffd7ffc72251036ee708367d349e70f5ced8a5e8764d5
 
 pkgname = python-typer


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 _pkgname=typer
 pkgname=python-typer
-pkgver=0.21.1
-pkgrel=2
+pkgver=0.21.2
+pkgrel=1
 pkgdesc="Build great CLIs. Easy to code. Based on Python type hints"
 arch=('any')
 url="https://typer.tiangolo.com/";
@@ -12,7 +12,7 @@ license=('MIT')
 depends=('python-click' 'python-typing_extensions' 'python-rich' 
'python-shellingham')
 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=('945c9a1412c9f5276aca45d07cde9b0ff9b0c1077791edd519c6f824d3a2253e4dad1aa9aa1239c96b8aa251ca0d656e63d8e234ec0cec65ded0aaf3d5585af9')
+sha512sums=('4232365782d2004adb95f9dafec179de50ae0c31d7f2646a329e738a87a2f15cc187807b52f43c6095dffd7ffc72251036ee708367d349e70f5ced8a5e8764d5')
 
 prepare() {
   cd typer-$pkgver



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

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


Reply via email to