diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-22 02:00:14 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-22 05:39:25 -0300 |
commit | 12e8eca843091a82f116f7e9670e16c100f02bf7 (patch) | |
tree | 955819cb1dd4a133808e19af4a3574ecdd4eb069 /community/py3-pytest-forked/APKBUILD | |
parent | 66a2b956c3eafcd875c343da3e395acacef7f37b (diff) | |
download | aports-12e8eca843091a82f116f7e9670e16c100f02bf7.tar.bz2 aports-12e8eca843091a82f116f7e9670e16c100f02bf7.tar.xz |
community/py3-pytest-forked: upgrade to 1.1.1
Diffstat (limited to 'community/py3-pytest-forked/APKBUILD')
-rw-r--r-- | community/py3-pytest-forked/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pytest-forked/APKBUILD b/community/py3-pytest-forked/APKBUILD index d5fde6c7f6..54789ab7a8 100644 --- a/community/py3-pytest-forked/APKBUILD +++ b/community/py3-pytest-forked/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Dmitry Romanenko <dmitry@romanenko.in> pkgname=py3-pytest-forked _pkgname=pytest-forked -pkgver=1.0.2 -pkgrel=2 +pkgver=1.1.1 +pkgrel=0 pkgdesc="extracted --boxed from pytest-xdist to ensure backward compat" url="https://github.com/pytest-dev/pytest-forked" arch="noarch" @@ -30,4 +30,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c48819a0434be5d9f9b49c7bc976969551479629e904f99f6dfd80fb9cde95a8a5a9bc2412b38828c1e303832b81fea0d8b7228d336983aebe21cb96b8a02b03 pytest-forked-1.0.2.tar.gz" +sha512sums="4158a5354f749e4bc7497506ab42c43da682ebd93860b1b0a8df5f8f9efe64c4c495cf61457244622c42e18cc119851b81f53e7da9b2ebfb4a8e1db6dddf4c2e pytest-forked-1.1.1.tar.gz" |