Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-mypy-testing
Commits:
383b1e56 by Antonio Rojas at 2024-02-27T08:56:34+01:00
upgpkg: 0.1.2-1: Update to 0.1.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pytest-mypy-testing
pkgdesc = Plugin to test mypy output with pytest
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/davidfritzsche/pytest-mypy-testing
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-pytest-mypy-testing
depends = mypy
depends = python
depends = python-pytest
- source =
https://github.com/davidfritzsche/pytest-mypy-testing/archive/v0.1.1/python-pytest-mypy-testing-0.1.1.tar.gz
- sha256sums =
f3f9ba2f674f31155b11a128a8c9f9f662ec8d7230e9755adc4b063c9951ceab
+ source =
https://github.com/davidfritzsche/pytest-mypy-testing/archive/v0.1.2/python-pytest-mypy-testing-0.1.2.tar.gz
+ sha256sums =
368606c83271423fde44bba52e559f5cc2374fd2364bf63baf6898d84ca41d39
pkgname = python-pytest-mypy-testing
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=pytest-mypy-testing
pkgname=python-$_pyname
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc='Plugin to test mypy output with pytest'
arch=(any)
@@ -17,7 +17,7 @@ makedepends=(python-build
python-installer)
checkdepends=(python-pytest)
source=(https://github.com/davidfritzsche/pytest-mypy-testing/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f3f9ba2f674f31155b11a128a8c9f9f662ec8d7230e9755adc4b063c9951ceab')
+sha256sums=('368606c83271423fde44bba52e559f5cc2374fd2364bf63baf6898d84ca41d39')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mypy-testing/-/commit/383b1e56e61b1c23dde92d332655daa5bd2dad12
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mypy-testing/-/commit/383b1e56e61b1c23dde92d332655daa5bd2dad12
You're receiving this email because of your account on gitlab.archlinux.org.