Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-inline-snapshot
Commits: 2fc96689 by Carl Smedstad at 2025-03-22T16:23:25+01:00 upgpkg: 0.20.8-1: Upstream release https://github.com/15r10nk/inline-snapshot/releases/tag/0.20.8 - - - - - 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.20.7 + pkgver = 0.20.8 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.20.7.tar.gz::https://github.com/15r10nk/inline-snapshot/archive/v0.20.7.tar.gz - sha256sums = 63303cf127cb30ce9addf2e2a485d57b9c9e8ebb7ded9b07fd65a1a1055de977 + source = python-inline-snapshot-0.20.8.tar.gz::https://github.com/15r10nk/inline-snapshot/archive/v0.20.8.tar.gz + sha256sums = ed7f95d5f73e0d2f69e08501a1baa028422d439694050c00cd5f894ddf68a612 pkgname = python-inline-snapshot ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-inline-snapshot _pkgname=${pkgname#python-} -pkgver=0.20.7 +pkgver=0.20.8 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=('63303cf127cb30ce9addf2e2a485d57b9c9e8ebb7ded9b07fd65a1a1055de977') +sha256sums=('ed7f95d5f73e0d2f69e08501a1baa028422d439694050c00cd5f894ddf68a612') build() { cd "$_pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/2fc9668985cbc64afcd24b509e591546d4a77517 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/2fc9668985cbc64afcd24b509e591546d4a77517 You're receiving this email because of your account on gitlab.archlinux.org.
