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

2020-05-26 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 27, 2020 @ 06:27:15
  Author: arojas
Revision: 635643

Update to 0.9.5

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-27 01:48:33 UTC (rev 635642)
+++ PKGBUILD2020-05-27 06:27:15 UTC (rev 635643)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 
source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('e5675f71cd6613adf53b629c947cf766e31d20dff696d574de294a94e55c7eae')
+sha256sums=('4631b8a6c61704b7942fe9d16a1e95f2b26a2bdcc38a1fdc3b5c984f2e861045')
 
 build() {
   cd pyjson5-$pkgver


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

2020-03-26 Thread Antonio Rojas via arch-commits
Date: Thursday, March 26, 2020 @ 23:26:22
  Author: arojas
Revision: 604920

Update to 0.9.4

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-26 23:19:54 UTC (rev 604919)
+++ PKGBUILD2020-03-26 23:26:22 UTC (rev 604920)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 
source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('ab8de77e43efee58c1de9251d06539c5324a64c2aca51e4afbdaff12729e6f53')
+sha256sums=('e5675f71cd6613adf53b629c947cf766e31d20dff696d574de294a94e55c7eae')
 
 build() {
   cd pyjson5-$pkgver


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

2020-03-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 18, 2020 @ 07:25:41
  Author: arojas
Revision: 600437

Update to 0.9.3

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 05:12:18 UTC (rev 600436)
+++ PKGBUILD2020-03-18 07:25:41 UTC (rev 600437)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 
source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('2c163327282d220d16b3110e608a17e47577f87eba42afdced8b5adcf5a381ae')
+sha256sums=('ab8de77e43efee58c1de9251d06539c5324a64c2aca51e4afbdaff12729e6f53')
 
 build() {
   cd pyjson5-$pkgver
@@ -22,5 +22,4 @@
   cd pyjson5-$pkgver
 
   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-  rm -r "$pkgdir"/usr/lib/*/site-packages/tests # Don't ship tests
 }


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

2020-03-02 Thread Antonio Rojas via arch-commits
Date: Monday, March 2, 2020 @ 20:51:48
  Author: arojas
Revision: 589031

Update to 0.9.2

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-02 20:51:48 UTC (rev 589030)
+++ PKGBUILD2020-03-02 20:51:48 UTC (rev 589031)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 
source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('800060bebe3ec61b9b26bb956858c18a400e82856b06a0b9b19a76f5e6dff576')
+sha256sums=('2c163327282d220d16b3110e608a17e47577f87eba42afdced8b5adcf5a381ae')
 
 build() {
   cd pyjson5-$pkgver


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

2020-02-09 Thread Antonio Rojas via arch-commits
Date: Sunday, February 9, 2020 @ 18:38:44
  Author: arojas
Revision: 565521

Update to 0.9.1

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-09 18:37:54 UTC (rev 565520)
+++ PKGBUILD2020-02-09 18:38:44 UTC (rev 565521)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 
source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('170a0cc78ebe35475397ec9d4f29beb6a304de581774506cc0562b557618e7c7')
+sha256sums=('800060bebe3ec61b9b26bb956858c18a400e82856b06a0b9b19a76f5e6dff576')
 
 build() {
   cd pyjson5-$pkgver


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

2020-01-31 Thread Antonio Rojas via arch-commits
Date: Friday, January 31, 2020 @ 09:10:31
  Author: arojas
Revision: 560577

Update to 0.9.0

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-31 09:03:09 UTC (rev 560576)
+++ PKGBUILD2020-01-31 09:10:31 UTC (rev 560577)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.8.5
-pkgrel=4
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
 url="https://pypi.org/project/json5/";
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 
source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('b6fccabcdc609899b0eb69a1c8d790b722c054b4aae0fc4b95cc63fd9a72ceb6')
+sha256sums=('170a0cc78ebe35475397ec9d4f29beb6a304de581774506cc0562b557618e7c7')
 
 build() {
   cd pyjson5-$pkgver
@@ -22,5 +22,5 @@
   cd pyjson5-$pkgver
 
   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-  rm -r "$pkgdir"/usr/lib/*/site-packages/{README.md,tests} # Don't ship tests
+  rm -r "$pkgdir"/usr/lib/*/site-packages/tests # Don't ship tests
 }


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 17:05:38
  Author: foutrelis
Revision: 521256

Python 3.8 rebuild

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 17:05:37 UTC (rev 521255)
+++ PKGBUILD2019-10-31 17:05:38 UTC (rev 521256)
@@ -2,7 +2,7 @@
 
 pkgname=python-json5
 pkgver=0.8.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
 url="https://pypi.org/project/json5/";


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 16:06:20
  Author: felixonmars
Revision: 519375

Python 3.8 rebuild

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:06:17 UTC (rev 519374)
+++ PKGBUILD2019-10-25 16:06:20 UTC (rev 519375)
@@ -2,7 +2,7 @@
 
 pkgname=python-json5
 pkgver=0.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
 url="https://pypi.org/project/json5/";


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

2019-07-25 Thread Antonio Rojas via arch-commits
Date: Thursday, July 25, 2019 @ 08:37:26
  Author: arojas
Revision: 492771

Remove README from top-level python libdir (FS#63275)

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 08:06:25 UTC (rev 492770)
+++ PKGBUILD2019-07-25 08:37:26 UTC (rev 492771)
@@ -2,7 +2,7 @@
 
 pkgname=python-json5
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
 url="https://pypi.org/project/json5/";
@@ -22,5 +22,5 @@
   cd pyjson5-$pkgver
 
   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-  rm -r "$pkgdir"/usr/lib/*/site-packages/tests/ # Don't ship tests
+  rm -r "$pkgdir"/usr/lib/*/site-packages/{README.md,tests} # Don't ship tests
 }


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

2019-07-04 Thread Antonio Rojas via arch-commits
Date: Friday, July 5, 2019 @ 06:21:23
  Author: arojas
Revision: 487465

Update to 0.8.5

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 23:25:34 UTC (rev 487464)
+++ PKGBUILD2019-07-05 06:21:23 UTC (rev 487465)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.8.4
-pkgrel=2
+pkgver=0.8.5
+pkgrel=1
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
 url="https://pypi.org/project/json5/";
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 
source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('6dde0c13f8db8c1c6271b39adddceeada684926b5720a78ca744e25e30bd223f')
+sha256sums=('b6fccabcdc609899b0eb69a1c8d790b722c054b4aae0fc4b95cc63fd9a72ceb6')
 
 build() {
   cd pyjson5-$pkgver


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

2019-06-29 Thread Antonio Rojas via arch-commits
Date: Saturday, June 29, 2019 @ 08:30:18
  Author: arojas
Revision: 485722

Remove tests

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-29 07:56:05 UTC (rev 485721)
+++ PKGBUILD2019-06-29 08:30:18 UTC (rev 485722)
@@ -2,7 +2,7 @@
 
 pkgname=python-json5
 pkgver=0.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
 url="https://pypi.org/project/json5/";
@@ -22,4 +22,5 @@
   cd pyjson5-$pkgver
 
   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+  rm -r "$pkgdir"/usr/lib/*/site-packages/tests/ # Don't ship tests
 }