Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-jsondiff
Commits:
f4d3e511 by Chih-Hsuan Yen at 2024-06-30T12:00:16+08:00
upgpkg: 2.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-jsondiff
pkgdesc = Diff JSON and JSON-like structures in Python
- pkgver = 2.0.0
- pkgrel = 5
+ pkgver = 2.1.1
+ pkgrel = 1
url = https://github.com/xlwings/jsondiff
arch = any
license = MIT
@@ -12,8 +12,10 @@ pkgbase = python-jsondiff
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
+ makedepends = python-setuptools-scm
depends = python
- source = git+https://github.com/xlwings/jsondiff.git#tag=2.0.0
- sha256sums =
5f8ce672f038086ea71ffc0a89686c2ba0a484fa9b5814740a8e3ae66773e150
+ depends = python-yaml
+ source = git+https://github.com/xlwings/jsondiff.git#tag=2.1.1
+ sha256sums =
104e73a07fb4a4ad4495ace47d2554de37022b1e54da622e7de999dc81856f7a
pkgname = python-jsondiff
=====================================
PKGBUILD
=====================================
@@ -3,26 +3,17 @@
pkgname=python-jsondiff
_pkgname=jsondiff
-pkgver=2.0.0
-pkgrel=5
+pkgver=2.1.1
+pkgrel=1
pkgdesc='Diff JSON and JSON-like structures in Python'
arch=(any)
url='https://github.com/xlwings/jsondiff'
license=(MIT)
-depends=(python)
-makedepends=(git python-build python-installer python-setuptools python-wheel)
+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=('5f8ce672f038086ea71ffc0a89686c2ba0a484fa9b5814740a8e3ae66773e150')
-
-prepare() {
- cd $_pkgname
- # Backport commits for nose -> pytest migration
- # https://github.com/xlwings/jsondiff/pull/52
- git cherry-pick -n 8ab2bb125007c540782d06f30076221ef811248b \
- fc05b9d823eb6227ab15ad3294382ede63a970f2 \
- 82dfd88eccdc9ae620244c01651b7f3042761373
-}
+sha256sums=('104e73a07fb4a4ad4495ace47d2554de37022b1e54da622e7de999dc81856f7a')
build() {
cd $_pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsondiff/-/commit/f4d3e511a982edc43d3e33d49895d6532bd7956e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsondiff/-/commit/f4d3e511a982edc43d3e33d49895d6532bd7956e
You're receiving this email because of your account on gitlab.archlinux.org.