From 42b50c1da0449df568c85aef106e4dc636d7d48c Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Mon, 1 Feb 2021 15:38:35 +0100 Subject: [PATCH] python-execnet: update to version 1.8.0 Signed-off-by: Jan Pavlinec --- lang/python/python-execnet/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/python-execnet/Makefile b/lang/python/python-execnet/Makefile index 77d88ef60a..76b5d0f062 100644 --- a/lang/python/python-execnet/Makefile +++ b/lang/python/python-execnet/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-execnet -PKG_VERSION:=1.7.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.8.0 +PKG_RELEASE:=1 PYPI_NAME:=execnet -PKG_HASH:=cacb9df31c9680ec5f95553976c4da484d407e85e41c83cb812aa014f0eddc50 +PKG_HASH:=b73c5565e517f24b62dea8a5ceac178c661c4309d3aa0c3e420856c072c411b4 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT