[arch-commits] Commit in python-black/trunk (PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Thu Jul 22 07:10:56 UTC 2021
Date: Thursday, July 22, 2021 @ 07:10:56
Author: polyzen
Revision: 982965
upgpkg: python-black 21.7b0-1
Modified:
python-black/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-22 07:08:37 UTC (rev 982964)
+++ PKGBUILD 2021-07-22 07:10:56 UTC (rev 982965)
@@ -3,15 +3,15 @@
# Contributor: James Zhu <jameszhu at berkeley.edu>
pkgname=python-black
-pkgver=21.6b0
-pkgrel=3
+pkgver=21.7b0
+pkgrel=1
pkgdesc='Uncompromising Python code formatter'
arch=('any')
url=https://github.com/psf/black
license=('MIT')
depends=('python' 'python-appdirs' 'python-click' 'python-mypy_extensions'
- 'python-pathspec' 'python-regex' 'python-toml')
-makedepends=('python-build' 'python-setuptools-scm' 'python-install'
+ 'python-pathspec' 'python-regex' 'python-tomli')
+makedepends=('python-build' 'python-install' 'python-setuptools-scm'
'python-wheel')
checkdepends=('python-aiohttp' 'python-aiohttp-cors' 'python-parameterized'
'python-pytest' 'python-typed-ast')
@@ -20,8 +20,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=('dc132348a88d103016726fe360cb9ede02cecf99b76e3660ce6c596be132ce04')
-b2sums=('eea45713453320667254c135cd2216357e4bddfde3626eaae0f47148548bebd1b0b7952f034bad6c2d3802687a6541fbdab660a21eefa5f113656da39006cdaf')
+sha256sums=('c8373c6491de9362e39271630b65b964607bc5c79c83783547d76c839b3aa219')
+b2sums=('136cfbcc10081616eafc858eae56c9f57af8fbf6a006fa567dd5f80fa57ac7ade7ec26333cf95d6a00330a6997201c119d80495d3800134f3e8508b883c3af90')
build() {
cd "black-$pkgver"
More information about the arch-commits
mailing list