Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / mypy
Commits: d149152a by Carl Smedstad at 2025-06-16T21:08:02+02:00 upgpkg: 1.16.1-1: Upstream release https://github.com/python/mypy/releases/tag/v1.16.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = mypy pkgdesc = Optional static typing for Python (PEP484) - pkgver = 1.16.0 + pkgver = 1.16.1 pkgrel = 1 url = http://www.mypy-lang.org/ arch = any @@ -23,9 +23,9 @@ pkgbase = mypy optdepends = python-pip: for installing missing types optdepends = python-psutil: for dmypy optdepends = python-setuptools: for mypyc - source = mypy-1.16.0.tar.gz::https://github.com/python/mypy/archive/v1.16.0.tar.gz + source = mypy-1.16.1.tar.gz::https://github.com/python/mypy/archive/v1.16.1.tar.gz source = mypy-exclude-tests.patch - sha256sums = b2bf9faec28adae0a06df04fe5357c369c9703f8ae3bd4a8c5633c183fe90a9a + sha256sums = c92779a6f0215c913442f2abf1fca615b253fe6d671f8de857fc34321c269ff2 sha256sums = 4f270a2ab4e20366ae2ebc912c2589edd070f488a224d2a6b3209c731c3a28f9 pkgname = mypy ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: hexchain <i...@hexchain.org> pkgname=mypy -pkgver=1.16.0 +pkgver=1.16.1 pkgrel=1 pkgdesc='Optional static typing for Python (PEP484)' arch=('any') @@ -41,7 +41,7 @@ source=( "$pkgname-$pkgver.tar.gz::https://github.com/python/mypy/archive/v$pkgver.tar.gz" "$pkgname-exclude-tests.patch" ) -sha256sums=('b2bf9faec28adae0a06df04fe5357c369c9703f8ae3bd4a8c5633c183fe90a9a' +sha256sums=('c92779a6f0215c913442f2abf1fca615b253fe6d671f8de857fc34321c269ff2' '4f270a2ab4e20366ae2ebc912c2589edd070f488a224d2a6b3209c731c3a28f9') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/commit/d149152a867bfab3536d33170e74191fa5a8e72f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/commit/d149152a867bfab3536d33170e74191fa5a8e72f You're receiving this email because of your account on gitlab.archlinux.org.