Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-inline-snapshot
Commits: 733e0713 by Carl Smedstad at 2024-12-22T00:48:13+01:00 upgpkg: 0.18.0-1: Upstream release https://github.com/15r10nk/inline-snapshot/releases/tag/0.18.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,18 @@ pkgbase = python-inline-snapshot pkgdesc = Create and update inline snapshots in your python tests - pkgver = 0.17.1 + pkgver = 0.18.0 pkgrel = 1 url = https://github.com/15r10nk/inline-snapshot arch = any license = MIT + checkdepends = python-dirty-equals checkdepends = python-hypothesis checkdepends = python-pytest-freezer checkdepends = python-pytest-mock checkdepends = python-pytest-subtests checkdepends = python-pytest-xdist checkdepends = python-time-machine + checkdepends = python-uv makedepends = python-build makedepends = python-hatchling makedepends = python-installer @@ -19,13 +21,11 @@ pkgbase = python-inline-snapshot depends = python-asttokens depends = python-black depends = python-click - depends = python-dirty-equals depends = python-executing - depends = python-pydantic depends = python-pytest depends = python-rich depends = python-typing_extensions - source = python-inline-snapshot-0.17.1.tar.gz::https://github.com/15r10nk/inline-snapshot/archive/v0.17.1.tar.gz - sha256sums = 5529d3d3cfacd2aa5d4487146ff20a8d697853ce2e732856040c623b1167eb3a + source = python-inline-snapshot-0.18.0.tar.gz::https://github.com/15r10nk/inline-snapshot/archive/v0.18.0.tar.gz + sha256sums = 298fec0167ae5581658a93278883298fb02d96623fc42103d6eb16600da51533 pkgname = python-inline-snapshot ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-inline-snapshot _pkgname=${pkgname#python-} -pkgver=0.17.1 +pkgver=0.18.0 pkgrel=1 pkgdesc="Create and update inline snapshots in your python tests" arch=(any) @@ -13,9 +13,7 @@ depends=( python-asttokens python-black python-click - python-dirty-equals python-executing - python-pydantic python-pytest python-rich python-typing_extensions @@ -27,15 +25,17 @@ makedepends=( python-wheel ) checkdepends=( + python-dirty-equals python-hypothesis python-pytest-freezer python-pytest-mock python-pytest-subtests python-pytest-xdist python-time-machine + python-uv ) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('5529d3d3cfacd2aa5d4487146ff20a8d697853ce2e732856040c623b1167eb3a') +sha256sums=('298fec0167ae5581658a93278883298fb02d96623fc42103d6eb16600da51533') build() { cd "$_pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/733e07137987b0fa842a7b2b99c32e940c8cdfc1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/733e07137987b0fa842a7b2b99c32e940c8cdfc1 You're receiving this email because of your account on gitlab.archlinux.org.