diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-01-27 13:32:50 +0100 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-01-27 17:51:41 +0200 |
commit | b38bf0bd977469200639f20e6415579de4a5f97e (patch) | |
tree | be81dc12256a00c5321137dd722b1f6528300308 /lang/python/python-pytest-xdist | |
parent | da7858204b1da3e0ee837f8498724da89a0aa1ae (diff) |
python-pytest-xdist: update to version 2.2.0
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-pytest-xdist/Makefile b/lang/python/python-pytest-xdist/Makefile index 25cba7a9e..634c38dc8 100644 --- a/lang/python/python-pytest-xdist/Makefile +++ b/lang/python/python-pytest-xdist/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2020-2021 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest-xdist -PKG_VERSION:=2.1.0 +PKG_VERSION:=2.2.0 PKG_RELEASE:=1 PYPI_NAME:=pytest-xdist -PKG_HASH:=82d938f1a24186520e2d9d3a64ef7d9ac7ecdf1a0659e095d18e596b8cbd0672 +PKG_HASH:=1d8edbb1a45e8e1f8e44b1260583107fc23f8bc8da6d18cb331ff61d41258ecf PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=MIT |