[arch-commits] Commit in python-black/trunk (PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Tue Dec 7 03:07:39 UTC 2021
Date: Tuesday, December 7, 2021 @ 03:07:38
Author: polyzen
Revision: 1065441
upgpkg: python-black 21.12b0-1
Modified:
python-black/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-07 02:58:05 UTC (rev 1065440)
+++ PKGBUILD 2021-12-07 03:07:38 UTC (rev 1065441)
@@ -3,15 +3,14 @@
# Contributor: James Zhu <jameszhu at berkeley.edu>
pkgname=python-black
-pkgver=21.11b1
-pkgrel=3
+pkgver=21.12b0
+pkgrel=1
pkgdesc='Uncompromising Python code formatter'
arch=('any')
url=https://github.com/psf/black
license=('MIT')
depends=('python' 'python-click' 'python-mypy_extensions' 'python-pathspec'
- 'python-platformdirs' 'python-regex' 'python-tomli'
- 'python-typing_extensions')
+ 'python-platformdirs' 'python-tomli' 'python-typing_extensions')
makedepends=('python-build' 'python-install' 'python-setuptools-scm'
'python-wheel')
checkdepends=('ipython' 'python-aiohttp' 'python-parameterized' 'python-pytest'
@@ -22,8 +21,8 @@
'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=('a042adbb18b3262faad5aff4e834ff186bb893f95ba3a8013f09de1e5569def2')
-b2sums=('cf0bcca299a3f1739650c52c0e3d86ade9810a8d907083f77a5329c9458b7f74a0331a7a6fb48247e64b204722217611607a606832b0888480a5661857663d6d')
+sha256sums=('77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3')
+b2sums=('95a00f89ba76a49050a5699531dac54fb08023337b69ee6c65eadf36e29e8389a7546dadb0e8a9e64e31ee551b22822ecc2507f3f57a816589784689114c567e')
build() {
cd "black-$pkgver"
More information about the arch-commits
mailing list