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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 17:49:10
  Author: felixonmars
Revision: 752826

upgpkg: python-commentjson 0.9.0-3: Python 3.9 rebuild

Modified:
  python-commentjson/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:49:08 UTC (rev 752825)
+++ PKGBUILD2020-11-12 17:49:10 UTC (rev 752826)
@@ -2,7 +2,7 @@
 
 pkgname=python-commentjson
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Add Python and JavaScript style comments in your JSON files"
 url="https://github.com/vaidik/commentjson;
 license=('MIT')


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 05:14:14
  Author: foutrelis
Revision: 749377

upgpkg: python-commentjson 0.9.0-2: Python 3.9 rebuild

Modified:
  python-commentjson/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 05:14:09 UTC (rev 749376)
+++ PKGBUILD2020-11-10 05:14:14 UTC (rev 749377)
@@ -2,7 +2,7 @@
 
 pkgname=python-commentjson
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Add Python and JavaScript style comments in your JSON files"
 url="https://github.com/vaidik/commentjson;
 license=('MIT')


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

2020-10-07 Thread Felix Yan via arch-commits
Date: Wednesday, October 7, 2020 @ 08:04:29
  Author: felixonmars
Revision: 720184

upgpkg: python-commentjson 0.9.0-1

Modified:
  python-commentjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 08:04:17 UTC (rev 720183)
+++ PKGBUILD2020-10-07 08:04:29 UTC (rev 720184)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-commentjson
-pkgver=0.8.3
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="Add Python and JavaScript style comments in your JSON files"
 url="https://github.com/vaidik/commentjson;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-tests')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/vaidik/commentjson/archive/v$pkgver.tar.gz;)
-sha512sums=('407f6a04d1200f92a64dfa0a93cefc5bb9429b215d2623c1d9c2e1f73f192844215fc2133db8d6fd927be90c86834a3cb9c472af1b8d71e855eecda7dfd58427')
+sha512sums=('cd3d28adecbc445ed3faed7847c65a23829f408cf8aa3fa85544a0f0cf9fa5544b8aff560725cf51921f249123daf9ce9953069e99ca64a312bb4bff652512fe')
 
 prepare() {
   cd commentjson-$pkgver