George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-cython-lint
Commits:
ea8aed4e by George Rawlinson at 2025-10-15T07:54:42+00:00
upgpkg: 0.18.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cython-lint
pkgdesc = A tool to lint Cython files
- pkgver = 0.17.0
+ pkgver = 0.18.0
pkgrel = 1
url = https://github.com/MarcoGorelli/cython-lint
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-cython-lint
depends = cython
depends = python-tokenize-rt
depends = python-pycodestyle
- source =
python-cython-lint::git+https://github.com/MarcoGorelli/cython-lint#tag=v0.17.0
- sha512sums =
b6782dd797f00d34d23501cdd96bbde15f1815d9094df15ad3fc7f1ce5a2e9776fd9b8dfc6f9fef9c31f9e2deb87e75884e0e98e4910a389227dfba7fc3dca4e
- b2sums =
d455f55b589d8161a63ec0a3438d849f03f40e4e28ec9062b849e77d991dbaa89c30f2e892b03aa939d93273473f8a0734acd9cd6a58bccadc7cc424020ca355
+ source =
python-cython-lint::git+https://github.com/MarcoGorelli/cython-lint#tag=v0.18.0
+ sha512sums =
77c02bad59e43a8f23dbec6123bbaa894874ccd181b3ea39569764f8a5eb832123594f08678d1c0f7b34f9322165f3803f0fcf34028ce578105d3d07714d9047
+ b2sums =
bfae8e062e2365b79b3362888e278083630963e2cf18cc339a12af6daa29b890626b76ac10217304a04fd8154fa6829477eed35998932c4f1ef28b79f47ab417
pkgname = python-cython-lint
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=python-cython-lint
-pkgver=0.17.0
+pkgver=0.18.0
pkgrel=1
pkgdesc='A tool to lint Cython files'
arch=(any)
@@ -23,8 +23,8 @@ makedepends=(
)
checkdepends=(python-pytest)
source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('b6782dd797f00d34d23501cdd96bbde15f1815d9094df15ad3fc7f1ce5a2e9776fd9b8dfc6f9fef9c31f9e2deb87e75884e0e98e4910a389227dfba7fc3dca4e')
-b2sums=('d455f55b589d8161a63ec0a3438d849f03f40e4e28ec9062b849e77d991dbaa89c30f2e892b03aa939d93273473f8a0734acd9cd6a58bccadc7cc424020ca355')
+sha512sums=('77c02bad59e43a8f23dbec6123bbaa894874ccd181b3ea39569764f8a5eb832123594f08678d1c0f7b34f9322165f3803f0fcf34028ce578105d3d07714d9047')
+b2sums=('bfae8e062e2365b79b3362888e278083630963e2cf18cc339a12af6daa29b890626b76ac10217304a04fd8154fa6829477eed35998932c4f1ef28b79f47ab417')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cython-lint/-/commit/ea8aed4e6791993324ca9f12486768ddaf0f5978
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cython-lint/-/commit/ea8aed4e6791993324ca9f12486768ddaf0f5978
You're receiving this email because of your account on gitlab.archlinux.org.