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

Felix Yan felixonmars at gemini.archlinux.org
Wed Jun 8 08:31:06 UTC 2022


    Date: Wednesday, June 8, 2022 @ 08:31:06
  Author: felixonmars
Revision: 1228999

upgpkg: python-pytest-black 0.3.12-6: fix dependency on toml

Modified:
  python-pytest-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 08:30:58 UTC (rev 1228998)
+++ PKGBUILD	2022-06-08 08:31:06 UTC (rev 1228999)
@@ -2,12 +2,12 @@
 
 pkgname=python-pytest-black
 pkgver=0.3.12
-pkgrel=5
+pkgrel=6
 pkgdesc="A pytest plugin to enable format checking with black"
 arch=('any')
 license=('MIT')
 url="https://github.com/shopkeep/pytest-black/"
-depends=('python-black' 'python-pytest')
+depends=('python-black' 'python-pytest' 'python-toml')
 makedepends=('python-setuptools-scm')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/shopkeep/pytest-black/archive/$pkgver.tar.gz"
         $pkgname-pytest6.patch::https://github.com/shopkeep/pytest-black/pull/53.patch)



More information about the arch-commits mailing list