Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pycodestyle
Commits:
20055f3a by Jelle van der Waa at 2024-10-06T19:21:58+02:00
upgpkg: 2.12.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pycodestyle
pkgdesc = Python style guide checker
- pkgver = 2.11.1
- pkgrel = 2
+ pkgver = 2.12.1
+ pkgrel = 1
url = https://pycodestyle.pycqa.org
arch = any
license = custom:Expat
@@ -11,7 +11,7 @@ pkgbase = python-pycodestyle
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
https://github.com/PyCQA/pycodestyle/archive/2.11.1/python-pycodestyle-2.11.1.tar.gz
- sha512sums =
8e1f302d7e26d56edd924202435caef32369ea13eb4a0fdfb48c06bb5d77fd7a5aef92d470eef3e6fdd9c3b298751a52a83317e9ddf8b2aa7e3fedc75fb5151a
+ source =
https://github.com/PyCQA/pycodestyle/archive/2.12.1/python-pycodestyle-2.12.1.tar.gz
+ sha512sums =
7709c0611812c3294a55a5e6dde00d5affc67c4273ab1d37dec507a424b618b2736a6976d27872903fa448f208fe2ba4529f2bfbefc2902dcf947cb6bca5b09a
pkgname = python-pycodestyle
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
pkgname=python-pycodestyle
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.12.1
+pkgrel=1
pkgdesc="Python style guide checker"
arch=('any')
url="https://pycodestyle.pycqa.org"
@@ -19,7 +19,7 @@ makedepends=(
)
checkdepends=('python-pytest')
source=("https://github.com/PyCQA/pycodestyle/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('8e1f302d7e26d56edd924202435caef32369ea13eb4a0fdfb48c06bb5d77fd7a5aef92d470eef3e6fdd9c3b298751a52a83317e9ddf8b2aa7e3fedc75fb5151a')
+sha512sums=('7709c0611812c3294a55a5e6dde00d5affc67c4273ab1d37dec507a424b618b2736a6976d27872903fa448f208fe2ba4529f2bfbefc2902dcf947cb6bca5b09a')
build() {
cd pycodestyle-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycodestyle/-/commit/20055f3af52c91f79435b19c2c32de49a6fe9d32
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycodestyle/-/commit/20055f3af52c91f79435b19c2c32de49a6fe9d32
You're receiving this email because of your account on gitlab.archlinux.org.