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

Frederik Schwan freswa at archlinux.org
Tue Oct 27 13:54:45 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-10-27 13:53:27 UTC (rev 734415)
+++ PKGBUILD	2020-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
 }
 



More information about the arch-commits mailing list