Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-inline-snapshot
Commits: cf2e9059 by Carl Smedstad at 2024-09-25T10:14:35+02:00 upgpkg: 0.13.3-1: Upstream release https://github.com/15r10nk/inline-snapshot/releases/tag/v0.13.3 - - - - - 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.13.2 + pkgver = 0.13.3 pkgrel = 1 url = https://github.com/15r10nk/inline-snapshot arch = any @@ -23,7 +23,7 @@ pkgbase = python-inline-snapshot depends = python-pytest depends = python-rich depends = python-typing_extensions - source = python-inline-snapshot-0.13.2.tar.gz::https://github.com/15r10nk/inline-snapshot/archive/v0.13.2.tar.gz - sha256sums = 242558fcff241af1323cd47d53ee39ef4cbef081f44bff66ba7ed4fb0656bdb6 + source = python-inline-snapshot-0.13.3.tar.gz::https://github.com/15r10nk/inline-snapshot/archive/v0.13.3.tar.gz + sha256sums = 3e0b58f9941efcc201832ac152cdbea14ba100e291d802c0751821f577720a14 pkgname = python-inline-snapshot ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-inline-snapshot _pkgname=${pkgname#python-} -pkgver=0.13.2 +pkgver=0.13.3 pkgrel=1 pkgdesc="Create and update inline snapshots in your python tests" arch=(any) @@ -33,7 +33,7 @@ checkdepends=( python-time-machine ) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('242558fcff241af1323cd47d53ee39ef4cbef081f44bff66ba7ed4fb0656bdb6') +sha256sums=('3e0b58f9941efcc201832ac152cdbea14ba100e291d802c0751821f577720a14') build() { cd "$_pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/cf2e905920ffd2cc744387a5a004f2d2cc21be42 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/cf2e905920ffd2cc744387a5a004f2d2cc21be42 You're receiving this email because of your account on gitlab.archlinux.org.
