diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 08:14:05 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 08:17:51 +0100 |
commit | 2514a4f6baf145ce642c0cf2220567e9696c12b1 (patch) | |
tree | 61667e862f48437eea958936289e7bea7edfa1e9 | |
parent | 7aea7823e33ea6faf0e43471a25fdeb2f058efe3 (diff) | |
download | aports-2514a4f6baf145ce642c0cf2220567e9696c12b1.tar.bz2 aports-2514a4f6baf145ce642c0cf2220567e9696c12b1.tar.xz |
main/py3-pytest: upgrade to 5.3.2
-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 1fce8d6b76..6966ea7b9a 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.1 +pkgver=5.3.2 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="e949a516c064a7050a0ad15356cc0bf25e4840e830f03e1925530c8a2dd9903d7632e55535894474422ba86fd9ed7a397c483d98dad297990b7b49456147189e pytest-5.3.1.tar.gz" +sha512sums="2ab39973848d2d4693edd1dbd7ab2798b574026c9277bddd4a18e57aec65b3d93de201e87f58eb26030183b5c71818e6e56bcc1cda8c50892546cb1c04d6984a pytest-5.3.2.tar.gz" |