Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-codspeed
Commits:
091ca742 by Maxime Gauduin at 2026-05-29T00:18:05+02:00
upgpkg: 5.0.3-2: new upstream release
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pytest-codspeed
pkgdesc = Pytest plugin to create CodSpeed benchmarks
- pkgver = 3.2.0
+ pkgver = 5.0.3
pkgrel = 2
url = https://github.com/CodSpeedHQ/pytest-codspeed
arch = any
@@ -12,10 +12,12 @@ pkgbase = python-pytest-codspeed
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- depends = python-cffi
depends = python-pytest
depends = python-rich
- source =
git+https://github.com/CodSpeedHQ/pytest-codspeed.git#tag=253b1bea24e909d257c7650265ff34e22af6a3bc
- b2sums =
3802390c89f297de64205ea0317d984c8afeb856cc7123f94c90a9ef284fde40de8c4263617b70babbe028e114f011945aa52743f8cacfa061b4ffda395ab1f1
+ depends = python-typing_extensions
+ optdepends = python-pytest-benchmark: pytest compatibility mode
+ optdepends = python-pytest-xdist: parallel test execution
+ source =
git+https://github.com/CodSpeedHQ/pytest-codspeed.git#tag=v5.0.3
+ b2sums =
35ac7c15e962996c314ec01e753011458c80d399c93df7737aec0820d2c49582df4787bee50e203c97f3b2691325c818d70a767aa43b0f524cbe532329678638
pkgname = python-pytest-codspeed
=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,3 @@
[python-pytest-codspeed]
-source = "git"
-git = "https://github.com/CodSpeedHQ/pytest-codspeed.git"
-prefix = "v"
+source = "pypi"
+pypi = "pytest-codspeed"
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=python-pytest-codspeed
-pkgver=3.2.0
+pkgver=5.0.3
pkgrel=2
pkgdesc='Pytest plugin to create CodSpeed benchmarks'
arch=(any)
@@ -9,9 +9,13 @@ url=https://github.com/CodSpeedHQ/pytest-codspeed
license=(MIT)
depends=(
python
- python-cffi
python-pytest
python-rich
+ python-typing_extensions
+)
+optdepends=(
+ 'python-pytest-benchmark: pytest compatibility mode'
+ 'python-pytest-xdist: parallel test execution'
)
makedepends=(
git
@@ -20,19 +24,15 @@ makedepends=(
python-setuptools
python-wheel
)
-checkdepends=(python-pytest-cov)
-_tag=253b1bea24e909d257c7650265ff34e22af6a3bc
-source=(git+https://github.com/CodSpeedHQ/pytest-codspeed.git#tag=${_tag})
-b2sums=('3802390c89f297de64205ea0317d984c8afeb856cc7123f94c90a9ef284fde40de8c4263617b70babbe028e114f011945aa52743f8cacfa061b4ffda395ab1f1')
-
-pkgver() {
- cd pytest-codspeed
- git describe --tags | sed 's/^v//'
-}
+checkdepends=(
+ python-pytest-cov
+)
+source=(git+https://github.com/CodSpeedHQ/pytest-codspeed.git#tag=v${pkgver})
+b2sums=('35ac7c15e962996c314ec01e753011458c80d399c93df7737aec0820d2c49582df4787bee50e203c97f3b2691325c818d70a767aa43b0f524cbe532329678638')
build() {
cd pytest-codspeed
- python -m build --wheel --no-isolation
+ python -m build -wn
}
check() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-codspeed/-/commit/091ca7426efb119946c3becb3c4a6e0fcf48bacc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-codspeed/-/commit/091ca7426efb119946c3becb3c4a6e0fcf48bacc
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help