Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-typeguard
Commits: 5df2b0c8 by Daniel M. Capella at 2025-06-18T16:14:28-04:00 upgpkg: 4.4.4-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-typeguard pkgdesc = Run-time type checker for Python - pkgver = 4.4.3 + pkgver = 4.4.4 pkgrel = 1 url = https://github.com/agronholm/typeguard arch = any @@ -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.3 - b2sums = a119de2ea2534e288af5a68603458f80e3d6bce295f86d52d0e5841462facaaf383b53544ed5c2394eb09d5c7bc4b9eee73dd54f5283fd1d112bffc1703f10ee + source = git+https://github.com/agronholm/typeguard.git#tag=4.4.4 + b2sums = 9dc6abe5b3a510955fbfab0b89eacf6f00c8d6c967eb19180d135b161c9eefedc465ca41eaa275e6f2ebb0fc7736f1f836de18ae985fc24a9deb5993939cd54b pkgname = python-typeguard ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Daniel M. Capella <poly...@archlinux.org> pkgname=python-typeguard -pkgver=4.4.3 +pkgver=4.4.4 pkgrel=1 pkgdesc="Run-time type checker for Python" url="https://github.com/agronholm/typeguard" @@ -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=('a119de2ea2534e288af5a68603458f80e3d6bce295f86d52d0e5841462facaaf383b53544ed5c2394eb09d5c7bc4b9eee73dd54f5283fd1d112bffc1703f10ee') +b2sums=('9dc6abe5b3a510955fbfab0b89eacf6f00c8d6c967eb19180d135b161c9eefedc465ca41eaa275e6f2ebb0fc7736f1f836de18ae985fc24a9deb5993939cd54b') # 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/5df2b0c80612bb469c171fd09e6774d8e17fff4f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-typeguard/-/commit/5df2b0c80612bb469c171fd09e6774d8e17fff4f You're receiving this email because of your account on gitlab.archlinux.org.