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

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Nov 1 17:40:03 UTC 2021


    Date: Monday, November 1, 2021 @ 17:40:02
  Author: polyzen
Revision: 1035212

upgpkg: python-black 21.10b0-1

Modified:
  python-black/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-01 17:34:46 UTC (rev 1035211)
+++ PKGBUILD	2021-11-01 17:40:02 UTC (rev 1035212)
@@ -3,7 +3,7 @@
 # Contributor: James Zhu <jameszhu at berkeley.edu>
 
 pkgname=python-black
-pkgver=21.9b0
+pkgver=21.10b0
 pkgrel=1
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
@@ -14,18 +14,16 @@
          'python-typing_extensions')
 makedepends=('python-build' 'python-install' 'python-setuptools-scm'
              'python-wheel')
-checkdepends=('ipython' 'python-aiohttp' 'python-aiohttp-cors'
-              'python-parameterized' 'python-pytest' 'python-typed-ast'
-              'python-tokenize-rt')
+checkdepends=('ipython' 'python-aiohttp' 'python-parameterized' 'python-pytest'
+              'python-typed-ast' 'python-tokenize-rt')
 optdepends=('ipython: for Jupyter notebook support'
             'python-tokenize-rt: for Jupyter notebook support'
             'python-aiohttp: for the blackd HTTP server'
-            'python-aiohttp-cors: for the blackd HTTP server'
             'python-colorama: for colored diffs'
             'python-typed-ast: to format Python 2 code')
 source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz")
-sha256sums=('7de4cfc7eb6b710de325712d40125689101d21d25283eed7e9998722cf10eb91')
-b2sums=('1605393a0d830b6a270b7e4696ebbcf883d0273551910ac7e04b81e87d104d5340e78e29af67f6e3b99c7fa853a0578cc347bc9668c91e173adf40c774f301bd')
+sha256sums=('a9952229092e325fe5f3dae56d81f639b23f7131eb840781947e4b2886030f33')
+b2sums=('3ebd557b8fd26675f808cbb35cbcc586b86f3d432fb24196b423adcb50f5095b1e0c3eb938b1b5c06a73727fcf348110c9a5a7e7548503124640a25894795e5e')
 
 build() {
   cd "black-$pkgver"



More information about the arch-commits mailing list