From b38bf0bd977469200639f20e6415579de4a5f97e Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Wed, 27 Jan 2021 13:32:50 +0100 Subject: [PATCH] python-pytest-xdist: update to version 2.2.0 Signed-off-by: Jan Pavlinec --- lang/python/python-pytest-xdist/Makefile | 6 +++--- 1 file 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 PKG_LICENSE:=MIT