Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / codespell
Commits: b6ddf50c by Robin Candau at 2025-01-29T09:22:34+01:00 upgpkg: 2.4.1-1: New upstream release https://github.com/codespell-project/codespell/releases/tag/v2.4.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = codespell pkgdesc = check code for common misspellings - pkgver = 2.4.0 + pkgver = 2.4.1 pkgrel = 1 url = https://github.com/codespell-project/codespell arch = any @@ -11,9 +11,9 @@ pkgbase = codespell makedepends = python-wheel makedepends = python-setuptools-scm depends = python-chardet - source = https://pypi.io/packages/source/c/codespell/codespell-2.4.0.tar.gz + source = https://pypi.io/packages/source/c/codespell/codespell-2.4.1.tar.gz source = remove-check-test_command.patch - sha256sums = 587d45b14707fb8ce51339ba4cce50ae0e98ce228ef61f3c5e160e34f681be58 + sha256sums = 299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5 sha256sums = 17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833 pkgname = codespell ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=codespell -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1 pkgdesc='check code for common misspellings' arch=('any') @@ -13,7 +13,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools checkdepends=('python-pytest-dependency') source=("https://pypi.io/packages/source/c/codespell/${pkgname}-${pkgver}.tar.gz" "remove-check-test_command.patch") -sha256sums=('587d45b14707fb8ce51339ba4cce50ae0e98ce228ef61f3c5e160e34f681be58' +sha256sums=('299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5' '17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/codespell/-/commit/b6ddf50c7b7bc18baa16f0be79f5c03f9faa543a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/codespell/-/commit/b6ddf50c7b7bc18baa16f0be79f5c03f9faa543a You're receiving this email because of your account on gitlab.archlinux.org.
