George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-cython-lint
Commits:
213d752e by George Rawlinson at 2025-10-03T21:15:21+00:00
reuse: simplify conf
- - - - -
a1e0f946 by George Rawlinson at 2025-10-03T21:16:19+00:00
upgpkg: 0.17.0-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cython-lint
pkgdesc = A tool to lint Cython files
- pkgver = 0.16.7
+ pkgver = 0.17.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.16.7
- sha512sums =
30cd69e1123da3be532337d2d95d905cc1603272212b62811904aaa0d992c052a911d2c1694f933e7052989924b1a18df824edf24dad8a2b45acf2b9ba66f6dd
- b2sums =
66b8c0e27100a2cff00015d36c4c8e5ef225e283c1853607426423e236aca98955ea5063cdbb5d7a059e70b23444081a495f49ab0ece9a9bc2b283da5d0b87d6
+ source =
python-cython-lint::git+https://github.com/MarcoGorelli/cython-lint#tag=v0.17.0
+ sha512sums =
b6782dd797f00d34d23501cdd96bbde15f1815d9094df15ad3fc7f1ce5a2e9776fd9b8dfc6f9fef9c31f9e2deb87e75884e0e98e4910a389227dfba7fc3dca4e
+ b2sums =
d455f55b589d8161a63ec0a3438d849f03f40e4e28ec9062b849e77d991dbaa89c30f2e892b03aa939d93273473f8a0734acd9cd6a58bccadc7cc424020ca355
pkgname = python-cython-lint
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=python-cython-lint
-pkgver=0.16.7
+pkgver=0.17.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=('30cd69e1123da3be532337d2d95d905cc1603272212b62811904aaa0d992c052a911d2c1694f933e7052989924b1a18df824edf24dad8a2b45acf2b9ba66f6dd')
-b2sums=('66b8c0e27100a2cff00015d36c4c8e5ef225e283c1853607426423e236aca98955ea5063cdbb5d7a059e70b23444081a495f49ab0ece9a9bc2b283da5d0b87d6')
+sha512sums=('b6782dd797f00d34d23501cdd96bbde15f1815d9094df15ad3fc7f1ce5a2e9776fd9b8dfc6f9fef9c31f9e2deb87e75884e0e98e4910a389227dfba7fc3dca4e')
+b2sums=('d455f55b589d8161a63ec0a3438d849f03f40e4e28ec9062b849e77d991dbaa89c30f2e892b03aa939d93273473f8a0734acd9cd6a58bccadc7cc424020ca355')
build() {
cd "$pkgname"
=====================================
REUSE.toml
=====================================
@@ -7,16 +7,6 @@ path = [
"keys/**",
".SRCINFO",
".nvchecker.toml",
- "*.install",
- "*.sysusers",
- "*.tmpfiles",
- "*.logrotate",
- "*.pam",
- "*.service",
- "*.socket",
- "*.timer",
- "*.desktop",
- "*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cython-lint/-/compare/74090ae14547aa168d7ff8a0395ed63aec14204b...a1e0f946c28794f5bbcca5c31c4d8faeb8f7a534
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cython-lint/-/compare/74090ae14547aa168d7ff8a0395ed63aec14204b...a1e0f946c28794f5bbcca5c31c4d8faeb8f7a534
You're receiving this email because of your account on gitlab.archlinux.org.