diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-02-13 12:28:33 +0100 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-02-13 12:28:48 +0100 |
commit | e628a061431afc222cd1ecd780d7199c4a1c0792 (patch) | |
tree | 0e3c6e4efdfdf7472b8767570c5ef622788d24a2 /lang/python/python-py | |
parent | 43fd0476529fa1eae4f824d55018267f03f68ce3 (diff) |
python-py: update to version 1.8.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'lang/python/python-py')
-rw-r--r-- | lang/python/python-py/Makefile | 6 |
1 files 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 <jan.pavlinec@nic.cz> PKG_LICENSE:=MIT |