diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 14:08:20 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 14:14:56 +0100 |
commit | c7edf5338b4f6655bf84885a02cc02dd28aefc94 (patch) | |
tree | bdf79688a5f32e8054c8a2925277a6f4df5e9fdc /main | |
parent | df9e84958f854d21f6ca97166e878c9ab28f5666 (diff) | |
download | aports-c7edf5338b4f6655bf84885a02cc02dd28aefc94.tar.bz2 aports-c7edf5338b4f6655bf84885a02cc02dd28aefc94.tar.xz |
main/py3-pytest: upgrade to 5.3.1
Diffstat (limited to 'main')
-rw-r--r-- | main/py3-pytest/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-pytest/APKBUILD b/main/py3-pytest/APKBUILD index b3b1767dfb..1fce8d6b76 100644 --- a/main/py3-pytest/APKBUILD +++ b/main/py3-pytest/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-pytest -pkgver=5.3.0 +pkgver=5.3.1 pkgrel=0 pkgdesc="A python test library" url="https://docs.pytest.org/en/latest/" @@ -33,4 +33,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="285d0b4f6b87b141d6d5dac368dc46eb80dd025d7ed4ad0db937fcc76efc1f8cf251ca9b0786ab1bdadd89c07ad8ddd74f2b3496f97326e9d7fccfd004b98aff pytest-5.3.0.tar.gz" +sha512sums="e949a516c064a7050a0ad15356cc0bf25e4840e830f03e1925530c8a2dd9903d7632e55535894474422ba86fd9ed7a397c483d98dad297990b7b49456147189e pytest-5.3.1.tar.gz" |