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


Commits:
aeb578b6 by Sven-Hendrik Haase at 2025-09-08T14:09:52+02:00
upgpkg: 0.17.4-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.17.3
+       pkgver = 0.17.4
        pkgrel = 1
        url = https://typer.tiangolo.com/
        arch = any
@@ -14,7 +14,7 @@ pkgbase = python-typer
        depends = python-typing_extensions
        depends = python-rich
        depends = python-shellingham
-       source = 
python-typer-0.17.3.tar.gz::https://github.com/tiangolo/typer/archive/0.17.3.tar.gz
-       sha512sums = 
f99664fa7440c5859f769d1ca713cf6deffed86dbb58b71551d21efc72367b44bf5fd4f77804cac54bc6482c098922fda35b1b79692441acad2c11bbb77364a1
+       source = 
python-typer-0.17.4.tar.gz::https://github.com/tiangolo/typer/archive/0.17.4.tar.gz
+       sha512sums = 
03e2084ff71d8f5680d788b4e72c6fa9f9f2b19c9dac3f2d0ab50b17b65b86d4a84815312eb3ceddeca9a58851a50cc4c56d8bf37397409187a866eff7473d4a
 
 pkgname = python-typer


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _pkgname=typer
 pkgname=python-typer
-pkgver=0.17.3
+pkgver=0.17.4
 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-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=('f99664fa7440c5859f769d1ca713cf6deffed86dbb58b71551d21efc72367b44bf5fd4f77804cac54bc6482c098922fda35b1b79692441acad2c11bbb77364a1')
+sha512sums=('03e2084ff71d8f5680d788b4e72c6fa9f9f2b19c9dac3f2d0ab50b17b65b86d4a84815312eb3ceddeca9a58851a50cc4c56d8bf37397409187a866eff7473d4a')
 
 prepare() {
   cd typer-$pkgver



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

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


Reply via email to