Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-jsondiff
Commits:
e4606649 by Chih-Hsuan Yen at 2024-09-05T00:37:18+08:00
upgpkg: 2.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-jsondiff
pkgdesc = Diff JSON and JSON-like structures in Python
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/xlwings/jsondiff
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-jsondiff
makedepends = python-setuptools-scm
depends = python
depends = python-yaml
- source = git+https://github.com/xlwings/jsondiff.git#tag=2.2.0
- sha256sums =
b178ab7b912004730d32e9645f432a6baf5654ba4c2d09f0dc3b7ffa7a5e6e91
+ source = git+https://github.com/xlwings/jsondiff.git#tag=2.2.1
+ sha256sums =
a8a5e6340365f0e1268096e32c5c602ab7100778d0d3dc3ac6fc705102994308
pkgname = python-jsondiff
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-jsondiff
_pkgname=jsondiff
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='Diff JSON and JSON-like structures in Python'
arch=(any)
@@ -13,7 +13,7 @@ depends=(python python-yaml)
makedepends=(git python-build python-installer python-setuptools python-wheel
python-setuptools-scm)
checkdepends=(python-pytest python-hypothesis)
source=("git+https://github.com/xlwings/jsondiff.git#tag=$pkgver")
-sha256sums=('b178ab7b912004730d32e9645f432a6baf5654ba4c2d09f0dc3b7ffa7a5e6e91')
+sha256sums=('a8a5e6340365f0e1268096e32c5c602ab7100778d0d3dc3ac6fc705102994308')
build() {
cd $_pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsondiff/-/commit/e4606649c8e61d204c89bca7bbc754a93a840b27
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsondiff/-/commit/e4606649c8e61d204c89bca7bbc754a93a840b27
You're receiving this email because of your account on gitlab.archlinux.org.