Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-mockito
Commits:
6c5521f4 by Felix Yan at 2026-03-11T17:36:18+00:00
upgpkg: 1.5.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-mockito
pkgdesc = Spying framework
- pkgver = 1.5.4
- pkgrel = 2
+ pkgver = 1.5.5
+ pkgrel = 1
url = https://github.com/kaste/mockito-python
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-mockito
makedepends = python-installer
makedepends = python-hatchling
depends = python
- source = git+https://github.com/kaste/mockito-python.git#tag=1.5.4
- sha512sums =
56b3674679f4d3cee2028331420d275433f97b62e2a305e1e53ed732b5d20abffd60555dd81f32bfcb1e2b2e52523fba73b94fa44722bb2c256bb7434e0abea0
+ source = git+https://github.com/kaste/mockito-python.git#tag=1.5.5
+ sha512sums =
0ca93aa21148b7c5862447780e722b085c7fe120807666833a7933e508d5150ba61d6aab95207ee40e761da52e6f8fb5cd7c1890ddf483640d65345b48335222
pkgname = python-mockito
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Thomas S Hatch <[email protected]>
pkgname=python-mockito
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
pkgdesc='Spying framework'
arch=('any')
url='https://github.com/kaste/mockito-python'
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-hatchling')
checkdepends=('python-pytest' 'python-numpy')
source=("git+https://github.com/kaste/mockito-python.git#tag=$pkgver")
-sha512sums=('56b3674679f4d3cee2028331420d275433f97b62e2a305e1e53ed732b5d20abffd60555dd81f32bfcb1e2b2e52523fba73b94fa44722bb2c256bb7434e0abea0')
+sha512sums=('0ca93aa21148b7c5862447780e722b085c7fe120807666833a7933e508d5150ba61d6aab95207ee40e761da52e6f8fb5cd7c1890ddf483640d65345b48335222')
build() {
cd mockito-python
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mockito/-/commit/6c5521f42b480d2b19c16cec03e6fcf68d0b07fc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mockito/-/commit/6c5521f42b480d2b19c16cec03e6fcf68d0b07fc
You're receiving this email because of your account on gitlab.archlinux.org.