Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-ruff
Commits:
63cd11b0 by Jelle van der Waa at 2024-12-07T13:52:35+01:00
upgpkg: 0.4.1-2: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytest-ruff
pkgdesc = Pytest plugin to check ruff requirements
- pkgver = 0.3.2
- pkgrel = 1
+ pkgver = 0.4.1
+ pkgrel = 2
url = https://github.com/businho/pytest-ruff
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-pytest-ruff
depends = python
depends = python-pytest
depends = python-ruff
- source = git+https://github.com/businho/pytest-ruff.git#tag=v0.3.2
- sha512sums =
07cc4bdf18a8d1ad5b3a7e218adab64586e097a1f73de8baa0662fab45cfe60d0fb3ec7c055e2d9666f6714577208529ccd0a541b3c391c6f84f8be8d5c7de9d
+ source = git+https://github.com/businho/pytest-ruff.git#tag=v0.4.1
+ sha512sums =
0e98174c7a1680330258adb42650d74cb2549685f88471178b2d98088f09e5f462cd2e3e09c4749f6e7916d828668cf4201ccf87a62875d81c5a3f516969da58
pkgname = python-pytest-ruff
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-pytest-ruff
-pkgver=0.3.2
-pkgrel=1
+pkgver=0.4.1
+pkgrel=2
pkgdesc="Pytest plugin to check ruff requirements"
url="https://github.com/businho/pytest-ruff"
license=('MIT')
@@ -12,7 +12,7 @@ makedepends=('git' 'python-build' 'python-installer'
'python-poetry-core'
'python-poetry-dynamic-versioning')
checkdepends=('python-pytest-mock')
source=("git+https://github.com/businho/pytest-ruff.git#tag=v$pkgver")
-sha512sums=('07cc4bdf18a8d1ad5b3a7e218adab64586e097a1f73de8baa0662fab45cfe60d0fb3ec7c055e2d9666f6714577208529ccd0a541b3c391c6f84f8be8d5c7de9d')
+sha512sums=('0e98174c7a1680330258adb42650d74cb2549685f88471178b2d98088f09e5f462cd2e3e09c4749f6e7916d828668cf4201ccf87a62875d81c5a3f516969da58')
build() {
cd pytest-ruff
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-ruff/-/commit/63cd11b0d862dcf589a19f92b285d27300031965
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-ruff/-/commit/63cd11b0d862dcf589a19f92b285d27300031965
You're receiving this email because of your account on gitlab.archlinux.org.