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

2020-12-18 Thread Frederik Schwan via arch-commits
Date: Saturday, December 19, 2020 @ 01:43:40
  Author: freswa
Revision: 779733

upgpkg: python-rich 9.5.1-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 01:39:20 UTC (rev 779732)
+++ PKGBUILD2020-12-19 01:43:40 UTC (rev 779733)
@@ -2,7 +2,7 @@
 # Contributor: Hao Long 
 
 pkgname=python-rich
-pkgver=9.4.0
+pkgver=9.5.1
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('4c046c0b1a025eacb49e88c7e4a09a85380a90ce95e30847f130f93d977be846c116363d886783248c53448fea767ba7dee54051f291d0e1830eb1d57a302595')
+b2sums=('9f32aa2a6acb9a18f7c69f74187d953a56212ace10af4d0372a86ad66cc4f5b9a1008d5cb8b34348ef8c9fe66ca236ae533eb875bc4cecd21a1c3f65d34bafac')
 
 prepare() {
   cd rich-${pkgver}


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

2020-12-14 Thread Frederik Schwan via arch-commits
Date: Monday, December 14, 2020 @ 13:55:32
  Author: freswa
Revision: 775003

upgpkg: python-rich 9.4.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 13:26:25 UTC (rev 775002)
+++ PKGBUILD2020-12-14 13:55:32 UTC (rev 775003)
@@ -2,7 +2,7 @@
 # Contributor: Hao Long 
 
 pkgname=python-rich
-pkgver=9.3.0
+pkgver=9.4.0
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('839f95902ede956461605e7472663adeb1377dab10651c94b080bb23e10d84a17ccff9cb93d115b7caf110d2647658d1355999e10bdfd2bc64ace1328370')
+b2sums=('4c046c0b1a025eacb49e88c7e4a09a85380a90ce95e30847f130f93d977be846c116363d886783248c53448fea767ba7dee54051f291d0e1830eb1d57a302595')
 
 prepare() {
   cd rich-${pkgver}


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

2020-12-02 Thread Frederik Schwan via arch-commits
Date: Wednesday, December 2, 2020 @ 13:53:30
  Author: freswa
Revision: 769154

upgpkg: python-rich 9.3.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-02 13:00:34 UTC (rev 769153)
+++ PKGBUILD2020-12-02 13:53:30 UTC (rev 769154)
@@ -2,9 +2,8 @@
 # Contributor: Hao Long 
 
 pkgname=python-rich
-_name=rich
-pkgver=9.2.0
-pkgrel=2
+pkgver=9.3.0
+pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
 url='https://github.com/willmcgugan/rich'
@@ -12,7 +11,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('d041962ef1281f1f2bb071a29c96c26d36de042ad8531cf0e44408eb3cb0f9d745f69cae408ee9d296f83e3037cae973b86903c6c9a85202207f67828f601637')
+b2sums=('839f95902ede956461605e7472663adeb1377dab10651c94b080bb23e10d84a17ccff9cb93d115b7caf110d2647658d1355999e10bdfd2bc64ace1328370')
 
 prepare() {
   cd rich-${pkgver}


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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 14:28:56
  Author: foutrelis
Revision: 751928

upgpkg: python-rich 9.2.0-2: Python 3.9 rebuild

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 14:28:53 UTC (rev 751927)
+++ PKGBUILD2020-11-12 14:28:56 UTC (rev 751928)
@@ -4,7 +4,7 @@
 pkgname=python-rich
 _name=rich
 pkgver=9.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
 url='https://github.com/willmcgugan/rich'


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

2020-11-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, November 10, 2020 @ 14:33:01
  Author: freswa
Revision: 749541

upgpkg: python-rich 9.2.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 14:31:13 UTC (rev 749540)
+++ PKGBUILD2020-11-10 14:33:01 UTC (rev 749541)
@@ -3,8 +3,8 @@
 
 pkgname=python-rich
 _name=rich
-pkgver=9.1.0
-pkgrel=2
+pkgver=9.2.0
+pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
 url='https://github.com/willmcgugan/rich'
@@ -12,7 +12,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('d1bc9b854b840125316d396bdff79476db8fe98e731cc2f2bc734236122c600e7133bbf4626c9fe1cbdf1aed6e4ac7b16a0af81fd24d8da302895c3fd0b8e3de')
+b2sums=('d041962ef1281f1f2bb071a29c96c26d36de042ad8531cf0e44408eb3cb0f9d745f69cae408ee9d296f83e3037cae973b86903c6c9a85202207f67828f601637')
 
 prepare() {
   cd rich-${pkgver}


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 19:53:17
  Author: foutrelis
Revision: 748099

upgpkg: python-rich 9.1.0-2: Python 3.9 rebuild

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 19:53:16 UTC (rev 748098)
+++ PKGBUILD2020-11-09 19:53:17 UTC (rev 748099)
@@ -4,7 +4,7 @@
 pkgname=python-rich
 _name=rich
 pkgver=9.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
 url='https://github.com/willmcgugan/rich'


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

2020-10-27 Thread Frederik Schwan via arch-commits
Date: Tuesday, October 27, 2020 @ 13:54:44
  Author: freswa
Revision: 734416

upgpkg: python-rich 9.1.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-27 13:53:27 UTC (rev 734415)
+++ PKGBUILD2020-10-27 13:54:44 UTC (rev 734416)
@@ -3,8 +3,8 @@
 
 pkgname=python-rich
 _name=rich
-pkgver=9.0.1
-pkgrel=2
+pkgver=9.1.0
+pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
 url='https://github.com/willmcgugan/rich'
@@ -11,14 +11,11 @@
 license=('MIT')
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
-source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";
-
"https://github.com/willmcgugan/rich/commit/cbac633ab30f3b3e4e836ff87a3a88a28bffca48.patch";)
-b2sums=('03304eab96beb683833efcacf3b15548d23850210bb06275fab78b8e76e4351f0b2d5e00e87ea8c4c3d8281a050c63ad636e214ce38b11d3906641071163bd46'
-
'9a7e358673c9c051f040beb96b5a85ac4718f7bc9ff820c04ebee7c84b0646361096c439b4fc86e91d67af31017a25dd6d1103f5f7657e545b86b89b85a6b65c')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
+b2sums=('d1bc9b854b840125316d396bdff79476db8fe98e731cc2f2bc734236122c600e7133bbf4626c9fe1cbdf1aed6e4ac7b16a0af81fd24d8da302895c3fd0b8e3de')
 
 prepare() {
   cd rich-${pkgver}
-  patch -Np1 < ../cbac633ab30f3b3e4e836ff87a3a88a28bffca48.patch
   dephell deps convert --from pyproject.toml --to setup.py
 }
 


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

2020-10-22 Thread Frederik Schwan via arch-commits
Date: Thursday, October 22, 2020 @ 13:43:16
  Author: freswa
Revision: 729136

fix version reporting

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-22 13:34:46 UTC (rev 729135)
+++ PKGBUILD2020-10-22 13:43:16 UTC (rev 729136)
@@ -4,7 +4,7 @@
 pkgname=python-rich
 _name=rich
 pkgver=9.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
 url='https://github.com/willmcgugan/rich'
@@ -11,11 +11,14 @@
 license=('MIT')
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
-source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('03304eab96beb683833efcacf3b15548d23850210bb06275fab78b8e76e4351f0b2d5e00e87ea8c4c3d8281a050c63ad636e214ce38b11d3906641071163bd46')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";
+
"https://github.com/willmcgugan/rich/commit/cbac633ab30f3b3e4e836ff87a3a88a28bffca48.patch";)
+b2sums=('03304eab96beb683833efcacf3b15548d23850210bb06275fab78b8e76e4351f0b2d5e00e87ea8c4c3d8281a050c63ad636e214ce38b11d3906641071163bd46'
+
'9a7e358673c9c051f040beb96b5a85ac4718f7bc9ff820c04ebee7c84b0646361096c439b4fc86e91d67af31017a25dd6d1103f5f7657e545b86b89b85a6b65c')
 
 prepare() {
   cd rich-${pkgver}
+  patch -Np1 < ../cbac633ab30f3b3e4e836ff87a3a88a28bffca48.patch
   dephell deps convert --from pyproject.toml --to setup.py
 }
 


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

2020-10-22 Thread Frederik Schwan via arch-commits
Date: Thursday, October 22, 2020 @ 11:21:45
  Author: freswa
Revision: 729037

upgpkg: python-rich 9.0.1-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-22 11:21:41 UTC (rev 729036)
+++ PKGBUILD2020-10-22 11:21:45 UTC (rev 729037)
@@ -3,7 +3,7 @@
 
 pkgname=python-rich
 _name=rich
-pkgver=8.0.0
+pkgver=9.0.1
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('a9241ed92dfd88634bc7196612df27a34cae9cd491fec0da4eb610765460675c9ba4f344740c9acfed8932578173c3a1579e143ea6736667f4286976be1102c3')
+b2sums=('03304eab96beb683833efcacf3b15548d23850210bb06275fab78b8e76e4351f0b2d5e00e87ea8c4c3d8281a050c63ad636e214ce38b11d3906641071163bd46')
 
 prepare() {
   cd rich-${pkgver}


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

2020-10-05 Thread Frederik Schwan via arch-commits
Date: Monday, October 5, 2020 @ 21:39:35
  Author: freswa
Revision: 719146

upgpkg: python-rich 8.0.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-05 21:38:31 UTC (rev 719145)
+++ PKGBUILD2020-10-05 21:39:35 UTC (rev 719146)
@@ -3,7 +3,7 @@
 
 pkgname=python-rich
 _name=rich
-pkgver=7.1.0
+pkgver=8.0.0
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('609d07d00d08efab5bab0ee397c83435b14f93006933323189d923213acb1cfd39a5ad1479802cf3908cb7e5637c7ee51ad419fd5a7e68e3d95a9ff12bc6e81d')
+b2sums=('a9241ed92dfd88634bc7196612df27a34cae9cd491fec0da4eb610765460675c9ba4f344740c9acfed8932578173c3a1579e143ea6736667f4286976be1102c3')
 
 prepare() {
   cd rich-${pkgver}


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

2020-09-26 Thread Frederik Schwan via arch-commits
Date: Saturday, September 26, 2020 @ 16:48:04
  Author: freswa
Revision: 712485

upgpkg: python-rich 7.1.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-26 16:36:13 UTC (rev 712484)
+++ PKGBUILD2020-09-26 16:48:04 UTC (rev 712485)
@@ -3,7 +3,7 @@
 
 pkgname=python-rich
 _name=rich
-pkgver=7.0.0
+pkgver=7.1.0
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('f8e706eb72ad699b0cfce7153f7e08b7a83997dae4a1406eb9646ecb8766e307b3c24b73aa0ade1115fa0eee1f22a29db18e6e07eaf585119f2537c793598f37')
+b2sums=('609d07d00d08efab5bab0ee397c83435b14f93006933323189d923213acb1cfd39a5ad1479802cf3908cb7e5637c7ee51ad419fd5a7e68e3d95a9ff12bc6e81d')
 
 prepare() {
   cd rich-${pkgver}


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

2020-09-19 Thread Frederik Schwan via arch-commits
Date: Saturday, September 19, 2020 @ 10:37:17
  Author: freswa
Revision: 710868

upgpkg: python-rich 7.0.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-19 09:59:58 UTC (rev 710867)
+++ PKGBUILD2020-09-19 10:37:17 UTC (rev 710868)
@@ -3,7 +3,7 @@
 
 pkgname=python-rich
 _name=rich
-pkgver=6.2.0
+pkgver=7.0.0
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('ad3e41e3c56314a272b94da7e0fd2c801dd0e8b39e37c2f17e9087b23b78c2c0cd5e3426c20b046301cc12d4c449df652f8502f0621bf3852f60b1a21706bde0')
+b2sums=('f8e706eb72ad699b0cfce7153f7e08b7a83997dae4a1406eb9646ecb8766e307b3c24b73aa0ade1115fa0eee1f22a29db18e6e07eaf585119f2537c793598f37')
 
 prepare() {
   cd rich-${pkgver}


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

2020-09-16 Thread Frederik Schwan via arch-commits
Date: Thursday, September 17, 2020 @ 00:08:32
  Author: freswa
Revision: 708423

upgpkg: python-rich 6.2.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-16 23:33:49 UTC (rev 708422)
+++ PKGBUILD2020-09-17 00:08:32 UTC (rev 708423)
@@ -3,7 +3,7 @@
 
 pkgname=python-rich
 _name=rich
-pkgver=6.1.2
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('f0d8f2f52ea88af40c92929ccb55d696eab82678bf81c705af4022c8105182e2b1d595b60ac3fec35832a6d0766f830de35e91bf3e3e7f05094ce936275e696b')
+b2sums=('ad3e41e3c56314a272b94da7e0fd2c801dd0e8b39e37c2f17e9087b23b78c2c0cd5e3426c20b046301cc12d4c449df652f8502f0621bf3852f60b1a21706bde0')
 
 prepare() {
   cd rich-${pkgver}


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

2020-09-12 Thread Frederik Schwan via arch-commits
Date: Saturday, September 12, 2020 @ 16:32:17
  Author: freswa
Revision: 704299

upgpkg: python-rich 6.1.2-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-12 16:32:13 UTC (rev 704298)
+++ PKGBUILD2020-09-12 16:32:17 UTC (rev 704299)
@@ -3,7 +3,7 @@
 
 pkgname=python-rich
 _name=rich
-pkgver=6.1.1
+pkgver=6.1.2
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('ac73c2727c3077e310c1b6117158f1a0e9480ef6c8fe745cba934b5018cb303a94237110a2392764b5a25e51228f75e3396f4c7de3c1f151c0c6f95b6b49db4d')
+b2sums=('f0d8f2f52ea88af40c92929ccb55d696eab82678bf81c705af4022c8105182e2b1d595b60ac3fec35832a6d0766f830de35e91bf3e3e7f05094ce936275e696b')
 
 prepare() {
   cd rich-${pkgver}


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

2020-09-10 Thread Frederik Schwan via arch-commits
Date: Thursday, September 10, 2020 @ 15:30:45
  Author: freswa
Revision: 701803

upgpkg: python-rich 6.1.1-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-10 15:30:36 UTC (rev 701802)
+++ PKGBUILD2020-09-10 15:30:45 UTC (rev 701803)
@@ -3,7 +3,7 @@
 
 pkgname=python-rich
 _name=rich
-pkgver=6.0.0
+pkgver=6.1.1
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('8d44bd8c2976532df0675307ed2ecbfdcd5c4d90561d05fbde23cd30e563ec6b4b9de98898e41750a2ec5b031c4b4fa656517100437cba2cce6a08b93a7f4ca5')
+b2sums=('ac73c2727c3077e310c1b6117158f1a0e9480ef6c8fe745cba934b5018cb303a94237110a2392764b5a25e51228f75e3396f4c7de3c1f151c0c6f95b6b49db4d')
 
 prepare() {
   cd rich-${pkgver}


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

2020-08-27 Thread Frederik Schwan via arch-commits
Date: Thursday, August 27, 2020 @ 22:17:04
  Author: freswa
Revision: 690104

upgpkg: python-rich 6.0.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:12:35 UTC (rev 690103)
+++ PKGBUILD2020-08-27 22:17:04 UTC (rev 690104)
@@ -3,7 +3,7 @@
 
 pkgname=python-rich
 _name=rich
-pkgver=5.2.1
+pkgver=6.0.0
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -10,10 +10,15 @@
 url='https://github.com/willmcgugan/rich'
 license=('MIT')
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('f294517c324a3c75c0c0e7fc3c52024e2ef39a1e70c7ebefc2eafec4212f628b6b5d1cf3e51eb1f9c6335ac082aec679276e1e4b51ff7adab9422bb5689103d2')
+b2sums=('8d44bd8c2976532df0675307ed2ecbfdcd5c4d90561d05fbde23cd30e563ec6b4b9de98898e41750a2ec5b031c4b4fa656517100437cba2cce6a08b93a7f4ca5')
 
+prepare() {
+  cd rich-${pkgver}
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
 build() {
   cd rich-${pkgver}
   python3 setup.py build


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

2020-08-22 Thread Frederik Schwan via arch-commits
Date: Saturday, August 22, 2020 @ 23:13:36
  Author: freswa
Revision: 686899

use github archive

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-22 23:09:11 UTC (rev 686898)
+++ PKGBUILD2020-08-22 23:13:36 UTC (rev 686899)
@@ -11,8 +11,8 @@
 license=('MIT')
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/r/rich/rich-${pkgver}.tar.gz";)
-b2sums=('a9ff2857c4e1174421257c40dbe82419015ec63977b34329525415d509ffa80de868b7562041543946dde1d37ed698ef4de0596f33a42fdc7716a2c1711f81f2')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
+b2sums=('f294517c324a3c75c0c0e7fc3c52024e2ef39a1e70c7ebefc2eafec4212f628b6b5d1cf3e51eb1f9c6335ac082aec679276e1e4b51ff7adab9422bb5689103d2')
 
 build() {
   cd rich-${pkgver}