[arch-commits] Commit in python-jsondiff/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sun Apr 10 17:02:35 UTC 2022


    Date: Sunday, April 10, 2022 @ 17:02:35
  Author: yan12125
Revision: 1185743

upgpkg: python-jsondiff 2.0.0-1

Removal of `/usr/bin/jsondiff` is no longer necessary after upstream
removes that: https://github.com/xlwings/jsondiff/pull/46

Modified:
  python-jsondiff/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-10 16:00:10 UTC (rev 1185742)
+++ PKGBUILD	2022-04-10 17:02:35 UTC (rev 1185743)
@@ -3,7 +3,7 @@
 
 pkgname=python-jsondiff
 _pkgname=jsondiff
-pkgver=1.3.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Diff JSON and JSON-like structures in Python'
 arch=(any)
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools)
 checkdepends=(python-nose python-nose-random)
 source=("https://github.com/xlwings/jsondiff/archive/$pkgver/jsondiff-$pkgver.tar.gz")
-sha256sums=('4c27f0618fedfa9bbae8880cee1120be4ea6e64a30165d64b0a4cd85ed4f93bb')
+sha256sums=('5cf3dfb212dcdc6ee104f40e30824a2f3ddaa05938d111ce0eea6646518b8339')
 
 build() {
   cd $_pkgname-$pkgver
@@ -29,6 +29,4 @@
   cd $_pkgname-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  # FS#60911, https://github.com/xlwings/jsondiff/issues/24
-  rm "$pkgdir"/usr/bin/jsondiff
 }



More information about the arch-commits mailing list