Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-jsondiff
Commits:
4ab03250 by Chih-Hsuan Yen at 2024-07-21T19:48:04+08:00
upgpkg: 2.2.0-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.1.1
+ pkgver = 2.2.0
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.1.1
- sha256sums =
104e73a07fb4a4ad4495ace47d2554de37022b1e54da622e7de999dc81856f7a
+ source = git+https://github.com/xlwings/jsondiff.git#tag=2.2.0
+ sha256sums =
b178ab7b912004730d32e9645f432a6baf5654ba4c2d09f0dc3b7ffa7a5e6e91
pkgname = python-jsondiff
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-jsondiff
_pkgname=jsondiff
-pkgver=2.1.1
+pkgver=2.2.0
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=('104e73a07fb4a4ad4495ace47d2554de37022b1e54da622e7de999dc81856f7a')
+sha256sums=('b178ab7b912004730d32e9645f432a6baf5654ba4c2d09f0dc3b7ffa7a5e6e91')
build() {
cd $_pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsondiff/-/commit/4ab03250e8af9980bfb6578a43a18ca758c18719
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsondiff/-/commit/4ab03250e8af9980bfb6578a43a18ca758c18719
You're receiving this email because of your account on gitlab.archlinux.org.