Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-syrupy
Commits:
40c24444 by Felix Yan at 2026-05-17T14:47:51+08:00
upgpkg: 5.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,21 +1,22 @@
pkgbase = python-syrupy
pkgdesc = Pytest Snapshot Test Utility
- pkgver = 5.1.0
+ pkgver = 5.2.0
pkgrel = 1
url = https://github.com/tophat/syrupy
arch = any
license = MIT
checkdepends = python-attrs
+ checkdepends = python-hypothesis
checkdepends = python-pydantic
checkdepends = python-pytest-xdist
makedepends = git
makedepends = python-build
+ makedepends = python-hatchling
makedepends = python-installer
- makedepends = python-poetry-core
depends = python-pytest
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
+ source = git+https://github.com/tophat/syrupy.git#tag=v5.2.0
+ sha512sums =
61552460b151ae5d7305446bc5f40152d9e2cd291acd874db85dcad58a576b072394f92997ba5cedfd36abc4b922f18120faf043e21d770df936a1d6a1e3935d
pkgname = python-syrupy
=====================================
PKGBUILD
=====================================
@@ -1,21 +1,26 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-syrupy
-pkgver=5.1.0
+pkgver=5.2.0
pkgrel=1
pkgdesc="Pytest Snapshot Test Utility"
arch=('any')
license=('MIT')
url="https://github.com/tophat/syrupy"
depends=('python-pytest')
-makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
-checkdepends=('python-attrs' 'python-pydantic' 'python-pytest-xdist')
+makedepends=('git' 'python-build' 'python-hatchling' 'python-installer')
+checkdepends=('python-attrs' 'python-hypothesis' '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=('b5f82ff3b6e15ecfbad99902e844ec1c4d94aafd2e6cd3832851369202690c39785714a68b951bde3be1a40d7ea90a4966e7ce3b54982909a08a7b26d3282a5b')
+sha512sums=('61552460b151ae5d7305446bc5f40152d9e2cd291acd874db85dcad58a576b072394f92997ba5cedfd36abc4b922f18120faf043e21d770df936a1d6a1e3935d')
+
+prepare() {
+ cd syrupy
+ sed -i "s/^version = .*/version = \"$pkgver\"/" pyproject.toml
+}
build() {
cd syrupy
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-syrupy/-/commit/40c24444438f192d88f0e2faea5f36a191754dec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-syrupy/-/commit/40c24444438f192d88f0e2faea5f36a191754dec
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