From 72bca83451349332f7f421b41d886bc12603eebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 20 Oct 2020 13:55:31 +0200 Subject: [PATCH] python-contextlib2: bump to version 0.6.0.post1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Karel Kočí --- lang/python/python-contextlib2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-contextlib2/Makefile b/lang/python/python-contextlib2/Makefile index d5e110a85..df8d1ee9b 100644 --- a/lang/python/python-contextlib2/Makefile +++ b/lang/python/python-contextlib2/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-contextlib2 -PKG_VERSION:=0.5.5 -PKG_RELEASE:=2 +PKG_VERSION:=0.6.0.post1 +PKG_RELEASE:=1 PKG_MAINTAINER:=Karel Kočí PYPI_NAME:=contextlib2 -PKG_HASH:=509f9419ee91cdd00ba34443217d5ca51f5a364a404e1dce9e8979cea969ca48 +PKG_HASH:=01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e include ../pypi.mk include $(INCLUDE_DIR)/package.mk