George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-flake8-isort
Commits:
f6ea7358 by George Rawlinson at 2025-10-26T07:57:31+00:00
reuse: simplify conf
- - - - -
3ddd08d2 by George Rawlinson at 2025-10-26T07:58:23+00:00
upgpkg: 7.0.0-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-flake8-isort
pkgdesc = Flake8 plugin to validate annotations complexity
- pkgver = 6.1.2
+ pkgver = 7.0.0
pkgrel = 1
url = https://github.com/gforcada/flake8-isort
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-flake8-isort
depends = python
depends = flake8
depends = python-isort
- source =
python-flake8-isort::git+https://github.com/gforcada/flake8-isort#tag=6.1.2
- sha512sums =
c83f15fc753fea8a05b4c536aec6cc8cdc2582bdd733a60cd2d693d98a1a4264d76d815dc6ce6750dd2590dc60a03129f87f564ed04a74bfdbf54bfd02908456
- b2sums =
59898002f7650d9e364370f823cb7a278bb7e49f39f8502be97536ab8d85644f1c440d5ef90829c05acc1e281324df4baf037e44c13fb45f709041c7802d2d44
+ source =
python-flake8-isort::git+https://github.com/gforcada/flake8-isort#tag=7.0.0
+ sha512sums =
9c0a38d4356a70ccdbdd1854ffab5af147dd8a206cbd28195d983267b1aa29b724175f2a072a566b996e02c0f5f4610d173b64ba795651aeb26de9d580d46881
+ b2sums =
d45a2c6d72a2c994cec1f0fae8b996e56b1f08d66c18ac029b5db82bfd485853e0b6c9a4cd28b2d010555b9268b37cb2f60ad55df41a78fac9360118b61654b8
pkgname = python-flake8-isort
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: neodarz <neodarz at neodarz dot net>
pkgname=python-flake8-isort
-pkgver=6.1.2
+pkgver=7.0.0
pkgrel=1
pkgdesc='Flake8 plugin to validate annotations complexity'
arch=(any)
@@ -23,8 +23,8 @@ makedepends=(
)
checkdepends=(python-pytest python-toml)
source=("$pkgname::git+$url#tag=$pkgver")
-sha512sums=('c83f15fc753fea8a05b4c536aec6cc8cdc2582bdd733a60cd2d693d98a1a4264d76d815dc6ce6750dd2590dc60a03129f87f564ed04a74bfdbf54bfd02908456')
-b2sums=('59898002f7650d9e364370f823cb7a278bb7e49f39f8502be97536ab8d85644f1c440d5ef90829c05acc1e281324df4baf037e44c13fb45f709041c7802d2d44')
+sha512sums=('9c0a38d4356a70ccdbdd1854ffab5af147dd8a206cbd28195d983267b1aa29b724175f2a072a566b996e02c0f5f4610d173b64ba795651aeb26de9d580d46881')
+b2sums=('d45a2c6d72a2c994cec1f0fae8b996e56b1f08d66c18ac029b5db82bfd485853e0b6c9a4cd28b2d010555b9268b37cb2f60ad55df41a78fac9360118b61654b8')
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-flake8-isort/-/compare/051d8d9c5e5725d9f8e41f4aecd0033dfdb9d2d1...3ddd08d292a450284ee7bc8fc316702c448c3ad6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flake8-isort/-/compare/051d8d9c5e5725d9f8e41f4aecd0033dfdb9d2d1...3ddd08d292a450284ee7bc8fc316702c448c3ad6
You're receiving this email because of your account on gitlab.archlinux.org.