diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-02-22 14:33:14 +0100 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-02-22 14:33:33 +0100 |
commit | 919292837346c86f9028ac73244d87a1d868ebfb (patch) | |
tree | 6dff89157b9c87fd9df27285e1d8c0bdc16e85ed /lang/python/python-pytest-xdist | |
parent | 39d976ba877f8dc8cf9e5cdef1fce02bb8876810 (diff) |
python-pytest-xdist: update to version 2.2.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'lang/python/python-pytest-xdist')
-rw-r--r-- | lang/python/python-pytest-xdist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-pytest-xdist/Makefile b/lang/python/python-pytest-xdist/Makefile index 634c38dc8..a872a9c45 100644 --- a/lang/python/python-pytest-xdist/Makefile +++ b/lang/python/python-pytest-xdist/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest-xdist -PKG_VERSION:=2.2.0 +PKG_VERSION:=2.2.1 PKG_RELEASE:=1 PYPI_NAME:=pytest-xdist -PKG_HASH:=1d8edbb1a45e8e1f8e44b1260583107fc23f8bc8da6d18cb331ff61d41258ecf +PKG_HASH:=718887296892f92683f6a51f25a3ae584993b06f7076ce1e1fd482e59a8220a2 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=MIT |