Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-inline-snapshot
Commits: 4a9119ea by Carl Smedstad at 2025-05-27T06:31:44+02:00 upgpkg: 0.23.1-1: Upstream release https://github.com/15r10nk/inline-snapshot/releases/tag/0.23.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-inline-snapshot pkgdesc = Create and update inline snapshots in your python tests - pkgver = 0.23.0 + pkgver = 0.23.1 pkgrel = 1 url = https://github.com/15r10nk/inline-snapshot arch = any @@ -24,7 +24,7 @@ pkgbase = python-inline-snapshot depends = python-pytest depends = python-rich depends = python-typing_extensions - source = python-inline-snapshot-0.23.0.tar.gz::https://github.com/15r10nk/inline-snapshot/archive/v0.23.0.tar.gz - sha256sums = 912b54f2ce0e7fbe1c5f9883b134291296b531f2e6af13f6ac3a5d6b385cb896 + source = python-inline-snapshot-0.23.1.tar.gz::https://github.com/15r10nk/inline-snapshot/archive/v0.23.1.tar.gz + sha256sums = 80d756b11c9925baabe8de3080b7e1c11d3872f09de9f3a5fdc7bd25b15b91dd pkgname = python-inline-snapshot ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-inline-snapshot _pkgname=${pkgname#python-} -pkgver=0.23.0 +pkgver=0.23.1 pkgrel=1 pkgdesc="Create and update inline snapshots in your python tests" arch=(any) @@ -34,7 +34,7 @@ checkdepends=( python-time-machine ) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('912b54f2ce0e7fbe1c5f9883b134291296b531f2e6af13f6ac3a5d6b385cb896') +sha256sums=('80d756b11c9925baabe8de3080b7e1c11d3872f09de9f3a5fdc7bd25b15b91dd') build() { cd "$_pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/4a9119eab29e1ac28ec9dc58031c3c3fe76a33c6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/4a9119eab29e1ac28ec9dc58031c3c3fe76a33c6 You're receiving this email because of your account on gitlab.archlinux.org.
