Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / codespell
Commits: 0fe9d027 by Robin Candau at 2026-07-15T13:56:03+02:00 upgpkg: 2.4.3-1: New upstream release https://github.com/codespell-project/codespell/releases/tag/v2.4.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = codespell pkgdesc = check code for common misspellings - pkgver = 2.4.2 + pkgver = 2.4.3 pkgrel = 1 url = https://github.com/codespell-project/codespell arch = any @@ -12,9 +12,9 @@ pkgbase = codespell makedepends = python-wheel makedepends = python-setuptools-scm depends = python-chardet - source = git+https://github.com/codespell-project/codespell.git#tag=v2.4.2 + source = git+https://github.com/codespell-project/codespell.git#tag=v2.4.3 source = remove-check-test_command.patch - sha256sums = 9a2cefdf45e19041cca62c685e47fce9b3b611735e98822c057b3213de43e904 + sha256sums = 8497ba71437cf25167b849c4ee60cfab345a6c4cc675156ea4d07c7db938c745 sha256sums = 17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833 pkgname = codespell ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=codespell -pkgver=2.4.2 +pkgver=2.4.3 pkgrel=1 pkgdesc='check code for common misspellings' arch=('any') @@ -13,7 +13,7 @@ makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setu checkdepends=('python-pytest-dependency') source=("git+${url}.git#tag=v${pkgver}" "remove-check-test_command.patch") -sha256sums=('9a2cefdf45e19041cca62c685e47fce9b3b611735e98822c057b3213de43e904' +sha256sums=('8497ba71437cf25167b849c4ee60cfab345a6c4cc675156ea4d07c7db938c745' '17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/codespell/-/commit/0fe9d0275b3c5ba9b4e2a00c8a0d3bc8bfcf87fa -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/codespell/-/commit/0fe9d0275b3c5ba9b4e2a00c8a0d3bc8bfcf87fa You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
