Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-inline-snapshot
Commits: 529f9e93 by Carl Smedstad at 2026-02-14T21:50:53+01:00 upgpkg: 0.32.0-1: Upstream release https://github.com/15r10nk/inline-snapshot/releases/tag/v0.32.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,14 @@ pkgbase = python-inline-snapshot pkgdesc = Create and update inline snapshots in your python tests - pkgver = 0.31.1 - pkgrel = 2 + pkgver = 0.32.0 + pkgrel = 1 url = https://github.com/15r10nk/inline-snapshot arch = any license = MIT checkdepends = python-black checkdepends = python-dirty-equals checkdepends = python-hypothesis + checkdepends = python-isort checkdepends = python-pydantic checkdepends = python-pytest-freezer checkdepends = python-pytest-mock @@ -25,7 +26,7 @@ pkgbase = python-inline-snapshot depends = python-rich optdepends = python-black: retains black formatting optdepends = python-dirty-equals: snapshot comparison using dirty-equals - source = https://github.com/15r10nk/inline-snapshot/archive/v0.31.1/python-inline-snapshot-0.31.1.tar.gz - sha256sums = 8b77e2212dea2d481ecd1a8d18e494d91192a92082f217d6e5fb9e5e05ea2c0c + source = https://github.com/15r10nk/inline-snapshot/archive/v0.32.0/python-inline-snapshot-0.32.0.tar.gz + sha256sums = 4c9c3649829751c490302b0f4a539859ef18c25bb34dc1aa73921f230c648b64 pkgname = python-inline-snapshot ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-inline-snapshot -pkgver=0.31.1 -pkgrel=2 +pkgver=0.32.0 +pkgrel=1 pkgdesc="Create and update inline snapshots in your python tests" arch=(any) url="https://github.com/15r10nk/inline-snapshot" @@ -24,6 +24,7 @@ checkdepends=( python-black python-dirty-equals python-hypothesis + python-isort python-pydantic python-pytest-freezer python-pytest-mock @@ -36,7 +37,7 @@ optdepends=( 'python-dirty-equals: snapshot comparison using dirty-equals' ) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('8b77e2212dea2d481ecd1a8d18e494d91192a92082f217d6e5fb9e5e05ea2c0c') +sha256sums=('4c9c3649829751c490302b0f4a539859ef18c25bb34dc1aa73921f230c648b64') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/529f9e930de602b1d2b5499a55eaab13d7a0fe04 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/529f9e930de602b1d2b5499a55eaab13d7a0fe04 You're receiving this email because of your account on gitlab.archlinux.org.
