Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-typeguard
Commits:
8b419af0 by Felix Yan at 2026-03-04T05:35:33+08:00
upgpkg: 4.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-typeguard
pkgdesc = Run-time type checker for Python
- pkgver = 4.4.4
- pkgrel = 2
+ pkgver = 4.5.0
+ pkgrel = 1
url = https://github.com/agronholm/typeguard
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-typeguard
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-typing_extensions
- source = git+https://github.com/agronholm/typeguard.git#tag=4.4.4
- b2sums =
9dc6abe5b3a510955fbfab0b89eacf6f00c8d6c967eb19180d135b161c9eefedc465ca41eaa275e6f2ebb0fc7736f1f836de18ae985fc24a9deb5993939cd54b
+ source = git+https://github.com/agronholm/typeguard.git#tag=4.5.0
+ b2sums =
afcc7f4a96e5c30272adfc3850f71bb09e8413c959f895805e95850185d4840efa705c984a00c700e9183ae3aade01183ed32c930d3c6e3524ce19f44bf78568
pkgname = python-typeguard
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Daniel M. Capella <[email protected]>
pkgname=python-typeguard
-pkgver=4.4.4
-pkgrel=2
+pkgver=4.5.0
+pkgrel=1
pkgdesc="Run-time type checker for Python"
url="https://github.com/agronholm/typeguard"
license=('MIT')
@@ -12,7 +12,7 @@ depends=('python-typing_extensions')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
checkdepends=('python-pytest')
source=("git+$url.git#tag=$pkgver")
-b2sums=('9dc6abe5b3a510955fbfab0b89eacf6f00c8d6c967eb19180d135b161c9eefedc465ca41eaa275e6f2ebb0fc7736f1f836de18ae985fc24a9deb5993939cd54b')
+b2sums=('afcc7f4a96e5c30272adfc3850f71bb09e8413c959f895805e95850185d4840efa705c984a00c700e9183ae3aade01183ed32c930d3c6e3524ce19f44bf78568')
# Utilize venv for mypy
# disabled, because mypy tests are still failing
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-typeguard/-/commit/8b419af0f57b9e111fd4be2c95b688773f166d1a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-typeguard/-/commit/8b419af0f57b9e111fd4be2c95b688773f166d1a
You're receiving this email because of your account on gitlab.archlinux.org.