Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-deepdiff


Commits:
21ff534e by Jelle van der Waa at 2024-12-03T18:02:32+01:00
upgpkg: 7.0.1-2: Rebuild for Python 3.13

- - - - -


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 = 7.0.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/seperman/deepdiff
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=python-deepdiff
 pkgver=7.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Deep Difference and Search of any Python object/data."
 url="https://github.com/seperman/deepdiff";
 license=('MIT')
@@ -27,7 +27,8 @@ build() {
 
 check() {
   cd deepdiff-$pkgver
-  pytest tests
+  # json.decoder.JSONDecodeError: Illegal trailing comma before end of object: 
line 3 column 21 (char 45)
+  pytest tests --deselect 
"tests/test_command.py::TestCommands::test_diff_command[t1_corrupt.json-t2.json-Expecting
 property name enclosed in double quotes-1]"
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-deepdiff/-/commit/21ff534e24464ab25bce694e6a381ef9e118e108

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-deepdiff/-/commit/21ff534e24464ab25bce694e6a381ef9e118e108
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to