Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-syrupy
Commits:
c1e6d0c0 by Felix Yan at 2026-05-05T06:51:24+00:00
upgpkg: 5.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,21 @@
pkgbase = python-syrupy
pkgdesc = Pytest Snapshot Test Utility
- pkgver = 5.0.0
+ pkgver = 5.1.0
pkgrel = 1
url = https://github.com/tophat/syrupy
arch = any
license = MIT
+ checkdepends = python-attrs
+ checkdepends = python-pydantic
checkdepends = python-pytest-xdist
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
depends = python-pytest
- source = git+https://github.com/tophat/syrupy.git#tag=v5.0.0
- sha512sums =
515174ddd4f7b418bf2cec1c92bc57f555da4abd8daf21e4be70482f240145fd58b09da0bd3c548c4b170315bfeb602006cc0818e4c086fb157c06c888607a4d
+ optdepends = python-attrs: attrs serializer plugin
+ optdepends = python-pydantic: Pydantic serializer plugin
+ source = git+https://github.com/tophat/syrupy.git#tag=v5.1.0
+ sha512sums =
b5f82ff3b6e15ecfbad99902e844ec1c4d94aafd2e6cd3832851369202690c39785714a68b951bde3be1a40d7ea90a4966e7ce3b54982909a08a7b26d3282a5b
pkgname = python-syrupy
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-syrupy
-pkgver=5.0.0
+pkgver=5.1.0
pkgrel=1
pkgdesc="Pytest Snapshot Test Utility"
arch=('any')
@@ -9,9 +9,13 @@ license=('MIT')
url="https://github.com/tophat/syrupy"
depends=('python-pytest')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
-checkdepends=('python-pytest-xdist')
+checkdepends=('python-attrs' 'python-pydantic' 'python-pytest-xdist')
+optdepends=(
+ 'python-attrs: attrs serializer plugin'
+ 'python-pydantic: Pydantic serializer plugin'
+)
source=("git+https://github.com/tophat/syrupy.git#tag=v$pkgver")
-sha512sums=('515174ddd4f7b418bf2cec1c92bc57f555da4abd8daf21e4be70482f240145fd58b09da0bd3c548c4b170315bfeb602006cc0818e4c086fb157c06c888607a4d')
+sha512sums=('b5f82ff3b6e15ecfbad99902e844ec1c4d94aafd2e6cd3832851369202690c39785714a68b951bde3be1a40d7ea90a4966e7ce3b54982909a08a7b26d3282a5b')
build() {
cd syrupy
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-syrupy/-/commit/c1e6d0c078c265a9469788e50b8885b07bb1fa49
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-syrupy/-/commit/c1e6d0c078c265a9469788e50b8885b07bb1fa49
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