Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-mypy-testing
Commits:
e653255f by Antonio Rojas at 2026-01-26T20:57:33+01:00
upgpkg: 0.2.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytest-mypy-testing
pkgdesc = Plugin to test mypy output with pytest
- pkgver = 0.1.3
- pkgrel = 5
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://github.com/davidfritzsche/pytest-mypy-testing
arch = any
license = Apache
@@ -14,7 +14,7 @@ pkgbase = python-pytest-mypy-testing
depends = mypy
depends = python
depends = python-pytest
- source =
git+https://github.com/davidfritzsche/pytest-mypy-testing#tag=v0.1.3
- sha256sums =
271794518463c32c25518ece5e1b95f3a30008e30e6349b150923e80f2e2abad
+ source =
git+https://github.com/davidfritzsche/pytest-mypy-testing#tag=v0.2.0
+ sha256sums =
bad69defa3ffe4d99a8cf748af7e86d738fc9be352ea1892e5e6c98664329ba7
pkgname = python-pytest-mypy-testing
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=pytest-mypy-testing
pkgname=python-$_pyname
-pkgver=0.1.3
-pkgrel=5
+pkgver=0.2.0
+pkgrel=1
pkgdesc='Plugin to test mypy output with pytest'
arch=(any)
license=(Apache
@@ -18,14 +18,7 @@ makedepends=(git
python-installer)
checkdepends=(python-pytest)
source=(git+https://github.com/davidfritzsche/pytest-mypy-testing#tag=v$pkgver)
-sha256sums=('271794518463c32c25518ece5e1b95f3a30008e30e6349b150923e80f2e2abad')
-
-prepare() {
- cd $_pyname
- git cherry-pick -n f50c95a607a1dc99f9cc91533499015fc16c5a73 \
- fd42a2631d8412add7f38b09494c7559abc66bbf \
- 5acc5fea13cab35bb7074fa93bfa0623bbb6fb52 # Support python
3.14
-}
+sha256sums=('bad69defa3ffe4d99a8cf748af7e86d738fc9be352ea1892e5e6c98664329ba7')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mypy-testing/-/commit/e653255f75edcc51707d7722f4b728735314e36b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mypy-testing/-/commit/e653255f75edcc51707d7722f4b728735314e36b
You're receiving this email because of your account on gitlab.archlinux.org.