From e628a061431afc222cd1ecd780d7199c4a1c0792 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Thu, 13 Feb 2020 12:28:33 +0100 Subject: [PATCH] python-py: update to version 1.8.1 Signed-off-by: Jan Pavlinec --- lang/python/python-py/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-py/Makefile b/lang/python/python-py/Makefile index 40b629ca9..d6264fe14 100644 --- a/lang/python/python-py/Makefile +++ b/lang/python/python-py/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2019 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2019-2020 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-py -PKG_VERSION:=1.8.0 +PKG_VERSION:=1.8.1 PKG_RELEASE:=1 PYPI_NAME:=py -PKG_HASH:=dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53 +PKG_HASH:=5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT