diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-05-28 11:28:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 11:28:55 -0700 |
commit | eb8ea687c299ba191d1cc775c634cb7604c39e5c (patch) | |
tree | 9922b852267050d96cdcdca1d4366a4aae8c32fd | |
parent | 7cfe56aa5dd606c9c47ac1ec82f8a2bdb8b90d6e (diff) | |
parent | e7654631b6fbb61795b9516085730639371daad1 (diff) |
Merge pull request #12349 from ja-pa/pytest-update-5.4.2
python-pytest: update to version 5.4.2
-rw-r--r-- | lang/python/python-pytest/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-pytest/Makefile b/lang/python/python-pytest/Makefile index f13a4ea22..df1aa0ade 100644 --- a/lang/python/python-pytest/Makefile +++ b/lang/python/python-pytest/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest -PKG_VERSION:=5.4.1 -PKG_RELEASE:=2 +PKG_VERSION:=5.4.2 +PKG_RELEASE:=1 PYPI_NAME:=pytest -PKG_HASH:=84dde37075b8805f3d1f392cc47e38a0e59518fb46a431cfdaf7cf1ce805f970 +PKG_HASH:=eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=MIT |