Date: Wednesday, May 10, 2023 @ 20:28:09
  Author: polyzen
Revision: 1459821

upgpkg: python-black 23.3.0-4: Remove Tomli dep needed only for Python < 3.11

Modified:
  python-black/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-10 19:50:47 UTC (rev 1459820)
+++ PKGBUILD    2023-05-10 20:28:09 UTC (rev 1459821)
@@ -4,13 +4,13 @@
 
 pkgname=python-black
 pkgver=23.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
 url=https://github.com/psf/black
 license=('MIT')
 depends=('python' 'python-click' 'python-mypy_extensions' 'python-packaging'
-         'python-pathspec' 'python-platformdirs' 'python-tomli')
+         'python-pathspec' 'python-platformdirs')
 makedepends=('python-build' 'python-hatch-fancy-pypi-readme' 'python-hatch-vcs'
              'python-hatchling' 'python-installer')
 checkdepends=('ipython' 'python-aiohttp' 'python-parameterized' 'python-pytest'

Reply via email to