Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-typeguard
Commits: 10bffc62 by Felix Yan at 2023-10-04T09:05:11+03:00 upgpkg: 4.1.3-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = python-typeguard + pkgdesc = Run-time type checker for Python + pkgver = 4.1.3 + pkgrel = 1 + url = https://github.com/agronholm/typeguard + arch = any + license = MIT + checkdepends = mypy + checkdepends = python-pytest + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools-scm + makedepends = python-wheel + depends = python-typing_extensions + source = git+https://github.com/agronholm/typeguard.git#commit=3110420f2706fc1871d6cd2f1d0cefc0a529491d + sha512sums = SKIP + +pkgname = python-typeguard ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=python-typeguard -pkgver=4.1.2 -_commit=d7a705e329529456898265d94adbdafed0c4c22c +pkgver=4.1.3 +_commit=3110420f2706fc1871d6cd2f1d0cefc0a529491d pkgrel=1 pkgdesc="Run-time type checker for Python" url="https://github.com/agronholm/typeguard" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-typeguard/-/commit/10bffc62fb716533e0ba817c84ea34ce4a0483a1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-typeguard/-/commit/10bffc62fb716533e0ba817c84ea34ce4a0483a1 You're receiving this email because of your account on gitlab.archlinux.org.
