Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-mock
Commits:
1c736c5a by Felix Yan at 2026-03-04T05:58:01+08:00
upgpkg: 3.14.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = python-pytest-mock
pkgdesc = Thin-wrapper around the mock package for easier use with
py.test
- pkgver = 3.14.0
- pkgrel = 5
+ pkgver = 3.14.1
+ pkgrel = 1
url = https://github.com/pytest-dev/pytest-mock/
arch = any
- license = LGPL3
+ license = MIT
checkdepends = python-pytest-asyncio
makedepends = git
makedepends = python-build
@@ -13,7 +13,7 @@ pkgbase = python-pytest-mock
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python-pytest
- source = git+https://github.com/pytest-dev/pytest-mock.git#tag=v3.14.0
- sha512sums =
081693752c306ad7d8740a476f2f7bcc31393cccd45b0b2db8daa31972c685737d05048a9afcace9c3c918d8b0bd0333c6b9291033a3624f53584166bb3fe54e
+ source = git+https://github.com/pytest-dev/pytest-mock.git#tag=v3.14.1
+ sha512sums =
aba45b0bbea6d2b4ab074377d8d84a598644afde479dfcfade1ecb490e8d5d930b1a0791f215a5ecb7afa410d7965b54694769aec3e13de11cce72b99a6ea53f
pkgname = python-pytest-mock
=====================================
PKGBUILD
=====================================
@@ -1,18 +1,18 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-pytest-mock
-pkgver=3.14.0
-pkgrel=5
+pkgver=3.14.1
+pkgrel=1
pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
arch=('any')
-license=('LGPL3')
+license=('MIT')
url="https://github.com/pytest-dev/pytest-mock/"
depends=('python-pytest')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel'
'python-setuptools-scm')
checkdepends=('python-pytest-asyncio')
source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver")
-sha512sums=('081693752c306ad7d8740a476f2f7bcc31393cccd45b0b2db8daa31972c685737d05048a9afcace9c3c918d8b0bd0333c6b9291033a3624f53584166bb3fe54e')
+sha512sums=('aba45b0bbea6d2b4ab074377d8d84a598644afde479dfcfade1ecb490e8d5d930b1a0791f215a5ecb7afa410d7965b54694769aec3e13de11cce72b99a6ea53f')
build() {
cd pytest-mock
@@ -29,4 +29,5 @@ check() {
package() {
cd pytest-mock
python -m installer -d "$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mock/-/commit/1c736c5a1decf777b1b2a3cdec1830be7e93bd9e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mock/-/commit/1c736c5a1decf777b1b2a3cdec1830be7e93bd9e
You're receiving this email because of your account on gitlab.archlinux.org.