Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-deepdiff
Commits:
691bc26e by Felix Yan at 2026-03-10T13:56:05+00:00
upgpkg: 8.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-deepdiff
pkgdesc = Deep Difference and Search of any Python object/data.
- pkgver = 8.0.0
- pkgrel = 2
+ pkgver = 8.0.1
+ pkgrel = 1
url = https://github.com/seperman/deepdiff
arch = any
license = MIT
@@ -29,7 +29,7 @@ pkgbase = python-deepdiff
optdepends = python-yaml: for YAML support
optdepends = python-clevercsv: for more robust CSV parsing
optdepends = python-orjson: for speed and memory optimized parsing
- source = git+https://github.com/seperman/deepdiff.git#tag=8.0.0
- sha512sums =
733ed89dc51469067d849fb9ef04ef50af27ec37a7add7120731aa259aa1de0e7087f37f12ae575b107eb2cd61a335d86eb0b0ad1a2a2150bd07cdf0a47ce310
+ source = git+https://github.com/seperman/deepdiff.git#tag=8.0.1
+ sha512sums =
bbe26527696b8230d91cbc738385c8a4fe51ee1fe46d675543a7d2591af749121efb4ea1807e51f239b8c84c63506d90be7d00b224bb149b989f2df7aa73d9a4
pkgname = python-deepdiff
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-deepdiff
-pkgver=8.0.0
-pkgrel=2
+pkgver=8.0.1
+pkgrel=1
pkgdesc="Deep Difference and Search of any Python object/data."
url="https://github.com/seperman/deepdiff"
license=('MIT')
@@ -18,7 +18,7 @@ checkdepends=('python-pytest' 'python-pytest-benchmark'
'python-clevercsv' 'pyth
'python-jsonpickle' 'python-numpy' 'python-tomli-w'
'python-yaml' 'python-orjson'
'python-pydantic' 'python-pandas' 'python-polars')
source=("git+https://github.com/seperman/deepdiff.git#tag=$pkgver")
-sha512sums=('733ed89dc51469067d849fb9ef04ef50af27ec37a7add7120731aa259aa1de0e7087f37f12ae575b107eb2cd61a335d86eb0b0ad1a2a2150bd07cdf0a47ce310')
+sha512sums=('bbe26527696b8230d91cbc738385c8a4fe51ee1fe46d675543a7d2591af749121efb4ea1807e51f239b8c84c63506d90be7d00b224bb149b989f2df7aa73d9a4')
build() {
cd deepdiff
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-deepdiff/-/commit/691bc26eedb5fdcb44d35d5a976dc8e50f755947
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-deepdiff/-/commit/691bc26eedb5fdcb44d35d5a976dc8e50f755947
You're receiving this email because of your account on gitlab.archlinux.org.