diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-02-20 02:41:22 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-04-24 16:18:17 +0800 |
commit | 17d5bf224cd432bf0cb9c683f17fc9fb5415a6e4 (patch) | |
tree | 50458bd2d184b31d6bc79b14b2a7ee8f055d356a /lang/python/python-pytest-forked | |
parent | c7820e4fb134a11f91307e8a0645df6a2d986af9 (diff) |
python-pytest-forked: Update to 1.6.0
The overly-strict build requirements in 1.3.0[1] would cause a build
failure with pyproject.toml-based builds.
[1]: https://github.com/pytest-dev/pytest-forked/blob/v1.3.0/pyproject.toml#L2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-pytest-forked')
-rw-r--r-- | lang/python/python-pytest-forked/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-pytest-forked/Makefile b/lang/python/python-pytest-forked/Makefile index 55edae8f5..2b464337d 100644 --- a/lang/python/python-pytest-forked/Makefile +++ b/lang/python/python-pytest-forked/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest-forked -PKG_VERSION:=1.3.0 -PKG_RELEASE:=3 +PKG_VERSION:=1.6.0 +PKG_RELEASE:=1 PYPI_NAME:=pytest-forked -PKG_HASH:=6aa9ac7e00ad1a539c41bec6d21011332de671e938c7637378ec9710204e37ca +PKG_HASH:=4dafd46a9a600f65d822b8f605133ecf5b3e1941ebb3588e943b4e3eb71a5a3f PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=MIT |