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

Daniel M. Capella polyzen at archlinux.org
Mon Nov 11 20:20:55 UTC 2019


    Date: Monday, November 11, 2019 @ 20:20:54
  Author: polyzen
Revision: 526818

upgpkg: python-black 19.10b0-1

Modified:
  python-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-11 20:04:55 UTC (rev 526817)
+++ PKGBUILD	2019-11-11 20:20:54 UTC (rev 526818)
@@ -3,19 +3,20 @@
 # Contributor: James Zhu <jameszhu at berkeley.edu>
 
 pkgname=python-black
-pkgver=19.3b0
-pkgrel=4
+pkgver=19.10b0
+pkgrel=1
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
 url=https://github.com/psf/black
 license=('MIT')
-depends=('python' 'python-appdirs' 'python-attrs' 'python-click' 'python-setuptools'
-         'python-toml')
-checkdepends=('python-aiohttp')
+depends=('python' 'python-appdirs' 'python-attrs' 'python-click'
+         'python-pathspec' 'python-regex' 'python-setuptools' 'python-toml'
+         'python-typed-ast')
+checkdepends=('python-aiohttp' 'python-aiohttp-cors')
 optdepends=('python-aiohttp: for the blackd HTTP server'
             'python-aiohttp-cors: for the blackd HTTP server')
 source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz")
-sha256sums=('68950ffd4d9169716bcb8719a56c07a2f4485354fec061cdd5910aa07369731c')
+sha256sums=('c2edb73a08e9e0e6f65a0e6af18b059b8b1cdd5bef997d7a0b181df93dc81539')
 
 build() {
   cd "black-$pkgver"



More information about the arch-commits mailing list