Date: Saturday, October 8, 2022 @ 00:34:05
  Author: polyzen
Revision: 1324319

upgpkg: python-black 22.10.0-1

Modified:
  python-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-08 00:09:59 UTC (rev 1324318)
+++ PKGBUILD    2022-10-08 00:34:05 UTC (rev 1324319)
@@ -3,16 +3,16 @@
 # Contributor: James Zhu <[email protected]>
 
 pkgname=python-black
-pkgver=22.8.0
-pkgrel=3
+pkgver=22.10.0
+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-tomli' 'python-typing_extensions')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
-             'python-wheel')
+         'python-platformdirs' 'python-tomli')
+makedepends=('python-build' 'python-hatch-fancy-pypi-readme' 'python-hatch-vcs'
+             'python-hatchling' 'python-installer')
 checkdepends=('ipython' 'python-aiohttp' 'python-parameterized' 'python-pytest'
               'python-typed-ast' 'python-tokenize-rt')
 optdepends=('ipython: for Jupyter notebook support'
@@ -20,8 +20,8 @@
             'python-aiohttp: for the blackd HTTP server'
             'python-colorama: for colored diffs')
 
source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz";)
-sha256sums=('792f7eb540ba9a17e8656538701d3eb1afcb134e3b45b71f20b25c77a8db7e6e')
-b2sums=('47f449896b26fb7a5ae2ed7ca4d8cddc1b918078b922723a66b021aabf5496f15348a0f911ed900ddb57562986f7abe08a3f4dd5800d95820f1f1d19da2d8c6e')
+sha256sums=('f513588da599943e0cde4e32cc9879e825d58720d6557062d1098c5ad80080e1')
+b2sums=('3ad40e89792eeae6a3959b5e23c5edc78a062e8453d9b1892fc2447ad4b86de90c6764d8424729b9ed0af7907544739f1a03e575caa658d23b442dd9190e8570')
 
 build() {
   cd "black-$pkgver"

Reply via email to