aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-09 16:01:36 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-10 02:18:46 +0000
commitdee38fbfef0d8567729743ed7b231ad62a3d452b (patch)
tree7f0cbe568594a6bdfcff5c74bc1bc6b6a6130d77
parent557a6cc1836ed350f96d56998cb7bfaad37dab51 (diff)
downloadalpine_aports-dee38fbfef0d8567729743ed7b231ad62a3d452b.tar.bz2
alpine_aports-dee38fbfef0d8567729743ed7b231ad62a3d452b.tar.xz
alpine_aports-dee38fbfef0d8567729743ed7b231ad62a3d452b.zip
community/py3-pytest-black: upgrade to 0.3.12
-rw-r--r--community/py3-pytest-black/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pytest-black/APKBUILD b/community/py3-pytest-black/APKBUILD
index 75755eb645..0317f78fb9 100644
--- a/community/py3-pytest-black/APKBUILD
+++ b/community/py3-pytest-black/APKBUILD
@@ -1,9 +1,9 @@
1# Contributor: Bart Ribbers <bribbers@disroot.org> 1# Contributor: Bart Ribbers <bribbers@disroot.org>
2# Maintainer: Bart Ribbers <bribbers@disroot.org> 2# Maintainer: Bart Ribbers <bribbers@disroot.org>
3pkgname=py3-pytest-black 3pkgname=py3-pytest-black
4pkgver=0.3.11 4pkgver=0.3.12
5pkgrel=0 5pkgrel=0
6pkgdesc="A pytest plugin to enable format checking with black" 6pkgdesc="pytest plugin to enable format checking with black"
7url="https://github.com/shopkeep/pytest-black" 7url="https://github.com/shopkeep/pytest-black"
8arch="noarch !mips !mips64 !s390x" # Blocked by black 8arch="noarch !mips !mips64 !s390x" # Blocked by black
9license="MIT" 9license="MIT"
@@ -26,4 +26,4 @@ package() {
26 python3 setup.py install --prefix=/usr --root="$pkgdir" 26 python3 setup.py install --prefix=/usr --root="$pkgdir"
27} 27}
28 28
29sha512sums="31a4038540e02c7bee4fde176997334643d76b2157635aa08245f1bc07070ff8839414c2d0ee8365d23c78316e3fd6ea75feec8cbc25a4458a35e4063de2b102 pytest-black-0.3.11.tar.gz" 29sha512sums="3bf6cc27a872f351ad1b49650d5b4758d14fea65627008204d2f45557c61e597def6aa6eb6f61fb439ebf783b4df997a3c4320ccbb65ee99d0dd9eaa6fde05bd pytest-black-0.3.12.tar.gz"