diff options
author | Justin Berthault <justin.berthault@zaclys.net> | 2020-06-30 08:50:53 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-06-30 17:31:17 +0000 |
commit | 01b066452befc2584e8ecc7183c80e4309df4d2b (patch) | |
tree | ac7d18d0726b750e86b0e80df22287632628621e | |
parent | 94904b6128ad02b16440ed4dfca3e05f0bc78a74 (diff) | |
download | aports-01b066452befc2584e8ecc7183c80e4309df4d2b.zip |
testing/py3-pytest-black: upgrade to 0.3.10
-rw-r--r-- | testing/py3-pytest-black/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-pytest-black/APKBUILD b/testing/py3-pytest-black/APKBUILD index c088b37bdbe..9cd806fc578 100644 --- a/testing/py3-pytest-black/APKBUILD +++ b/testing/py3-pytest-black/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-pytest-black -pkgver=0.3.9 -pkgrel=1 +pkgver=0.3.10 +pkgrel=0 pkgdesc="A pytest plugin to enable format checking with black" url="https://github.com/shopkeep/pytest-black" arch="noarch !mips !mips64 !s390x" # Blocked by black @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="66e73927f7e0720b6f42b2798f6e4fd3697fe69892ca1d6402040ba5f9520bcfadff3d441b3799b013e35d150974e0cd9b4b433663802cc0b04520cb6c72b741 pytest-black-0.3.9.tar.gz" +sha512sums="0c7e4fd88b65bfd5c5c755ac150e83f0befe1ca0921a7f06e919c9267119f262a9ef97cd6c0b4b0fcb11dd08da50967e48e24d1cd1d91312fe7644d880ed328e pytest-black-0.3.10.tar.gz" |