Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-inline-snapshot


Commits:
1e2bdd3f by Carl Smedstad at 2024-11-15T10:11:53+01:00
upgpkg: 0.14.0-1: Upstream release

https://github.com/15r10nk/inline-snapshot/releases/tag/v0.14.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = python-inline-snapshot
        pkgdesc = Create and update inline snapshots in your python tests
-       pkgver = 0.13.3
+       pkgver = 0.14.0
        pkgrel = 1
        url = https://github.com/15r10nk/inline-snapshot
        arch = any
        license = MIT
        checkdepends = python-hypothesis
+       checkdepends = python-pytest-freezer
        checkdepends = python-pytest-subtests
        checkdepends = python-pytest-xdist
        checkdepends = python-time-machine
@@ -23,7 +24,7 @@ pkgbase = python-inline-snapshot
        depends = python-pytest
        depends = python-rich
        depends = python-typing_extensions
-       source = 
python-inline-snapshot-0.13.3.tar.gz::https://github.com/15r10nk/inline-snapshot/archive/v0.13.3.tar.gz
-       sha256sums = 
3e0b58f9941efcc201832ac152cdbea14ba100e291d802c0751821f577720a14
+       source = 
python-inline-snapshot-0.14.0.tar.gz::https://github.com/15r10nk/inline-snapshot/archive/v0.14.0.tar.gz
+       sha256sums = 
16fe682ce88939baddc399f44c5c82d032bd7899fe5ba3d04b7b1fffaca81104
 
 pkgname = python-inline-snapshot


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=python-inline-snapshot
 _pkgname=${pkgname#python-}
-pkgver=0.13.3
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="Create and update inline snapshots in your python tests"
 arch=(any)
@@ -28,12 +28,13 @@ makedepends=(
 )
 checkdepends=(
   python-hypothesis
+  python-pytest-freezer
   python-pytest-subtests
   python-pytest-xdist
   python-time-machine
 )
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3e0b58f9941efcc201832ac152cdbea14ba100e291d802c0751821f577720a14')
+sha256sums=('16fe682ce88939baddc399f44c5c82d032bd7899fe5ba3d04b7b1fffaca81104')
 
 build() {
   cd "$_pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/1e2bdd3f9f2a74fd52e60abc0189bc13fb34f714

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-inline-snapshot/-/commit/1e2bdd3f9f2a74fd52e60abc0189bc13fb34f714
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to