Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-mypy
Commits: d8359aef by Jelle van der Waa at 2025-08-15T12:29:12+02:00 upgpkg: 1.0.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pytest-mypy pkgdesc = Mypy static type checker plugin for Pytest - pkgver = 0.10.3 - pkgrel = 7 + pkgver = 1.0.1 + pkgrel = 1 url = https://github.com/dbader/pytest-mypy arch = any license = MIT @@ -18,6 +18,6 @@ pkgbase = python-pytest-mypy depends = python-pytest depends = mypy source = git+https://github.com/dbader/pytest-mypy.git#commit=62c03db621543896ff6166dddd9e9e4f7c78ad7a - sha512sums = SKIP + sha512sums = 9294a2c3bace6f298443a5d9e25004acbd3f5d24186931d4878c067fe0a21d9a65a618167124936289317aa7e1d37b40e305125078f2cf619eae5ae972e31e85 pkgname = python-pytest-mypy ===================================== PKGBUILD ===================================== @@ -1,9 +1,9 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-pytest-mypy -pkgver=0.10.3 +pkgver=1.0.1 _commit=62c03db621543896ff6166dddd9e9e4f7c78ad7a -pkgrel=7 +pkgrel=1 pkgdesc='Mypy static type checker plugin for Pytest' arch=('any') license=('MIT') @@ -12,7 +12,7 @@ depends=('python-attrs' 'python-filelock' 'python-pytest' 'mypy') makedepends=('git' 'python-setuptools-scm' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel') checkdepends=('python-pytest-xdist' 'python-pexpect') source=("git+https://github.com/dbader/pytest-mypy.git#commit=$_commit") -sha512sums=('SKIP') +sha512sums=('9294a2c3bace6f298443a5d9e25004acbd3f5d24186931d4878c067fe0a21d9a65a618167124936289317aa7e1d37b40e305125078f2cf619eae5ae972e31e85') build() { cd pytest-mypy View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mypy/-/commit/d8359aef9dd86284144a1e279c9de420173ac925 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mypy/-/commit/d8359aef9dd86284144a1e279c9de420173ac925 You're receiving this email because of your account on gitlab.archlinux.org.