Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
flake8
Commits:
188a3bce by Jelle van der Waa at 2023-08-02T14:18:56+02:00
upgpkg: 1:6.1.0-1
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Allen Li <darkfeline at abagofapples.com>
pkgname=flake8
-pkgver=6.0.0
-pkgrel=3
+pkgver=6.1.0
+pkgrel=1
epoch=1
pkgdesc="The modular source code checker: pep8, pyflakes and co"
arch=('any')
@@ -15,7 +15,7 @@ depends=('python-pyflakes' 'python-mccabe'
'python-pycodestyle' 'python-entrypoi
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("https://github.com/PyCQA/flake8/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('27de4632332ee72bb5deedfcb7ea59e31a3e7fbfd6c165adf019b06cccaba51b776f4310219d8b27cf4894ed2597330fe9c0e381187353d4dc239f102eedd26a')
+sha512sums=('a44d245b023acbb89e64071f6cb76f5543e538472a8815fa329a3b3671133cc6f96f246d83877a2a9ac91c32ecdf65858f8edf996efba77906af74b1632b74c8')
prepare() {
sed -i -e 's/,<[0-9=.]*//' flake8-$pkgver/setup.cfg
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/flake8/-/commit/188a3bce4071ff140ce88b02fffefc6328fa1ea0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/flake8/-/commit/188a3bce4071ff140ce88b02fffefc6328fa1ea0
You're receiving this email because of your account on gitlab.archlinux.org.