Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-testfixtures
Commits:
dd01a225 by Felix Yan at 2026-07-09T19:43:14+00:00
upgpkg: 12.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-testfixtures
pkgdesc = A collection of helpers and mock objects that are useful when
writing unit tests or doc tests
- pkgver = 12.2.0
+ pkgver = 12.3.0
pkgrel = 1
url = https://github.com/Simplistix/testfixtures
arch = any
@@ -14,6 +14,7 @@ pkgbase = python-testfixtures
checkdepends = python-numpy
checkdepends = python-pandas
checkdepends = python-polars
+ checkdepends = python-pydantic
checkdepends = python-structlog
checkdepends = python-twisted
makedepends = git
@@ -21,7 +22,7 @@ pkgbase = python-testfixtures
makedepends = python-installer
makedepends = python-hatchling
depends = python
- source = git+https://github.com/Simplistix/testfixtures.git#tag=12.2.0
- sha512sums =
69d9fe2be350abcc6523162d8adc25cd728ac168d8818c22a271427ccf6f555d0f9e6a7d69393f3c6e10a8654faca3ac4c29d671997c33634015e22b59ce9ca9
+ source = git+https://github.com/Simplistix/testfixtures.git#tag=12.3.0
+ sha512sums =
a511400328c63f08c1849a9cb767b451f74657a5e1dc058dd77c048879c2e2305e20d3bac084d7902408bf494abc49caba792c75d70be834761d77cea5f68c4c
pkgname = python-testfixtures
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-testfixtures
-pkgver=12.2.0
+pkgver=12.3.0
pkgrel=1
pkgdesc="A collection of helpers and mock objects that are useful when writing
unit tests or doc tests"
arch=('any')
@@ -11,9 +11,9 @@ depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-hatchling')
checkdepends=('python-pytest' 'python-sybil' 'python-pytest-django'
'python-click'
'python-django' 'python-loguru' 'python-numpy' 'python-pandas'
- 'python-polars' 'python-structlog' 'python-twisted')
+ 'python-polars' 'python-pydantic' 'python-structlog'
'python-twisted')
source=("git+https://github.com/Simplistix/testfixtures.git#tag=$pkgver")
-sha512sums=('69d9fe2be350abcc6523162d8adc25cd728ac168d8818c22a271427ccf6f555d0f9e6a7d69393f3c6e10a8654faca3ac4c29d671997c33634015e22b59ce9ca9')
+sha512sums=('a511400328c63f08c1849a9cb767b451f74657a5e1dc058dd77c048879c2e2305e20d3bac084d7902408bf494abc49caba792c75d70be834761d77cea5f68c4c')
build() {
cd testfixtures
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testfixtures/-/commit/dd01a2258d26305410556712c5a7e808da1828aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testfixtures/-/commit/dd01a2258d26305410556712c5a7e808da1828aa
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