diff options
author | Karel Kočí <cynerd@email.cz> | 2020-10-20 13:55:31 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-10-20 13:56:13 +0200 |
commit | 72bca83451349332f7f421b41d886bc12603eebc (patch) | |
tree | b70bba32567ca281616cedb5a4d60b625040e5d9 /lang/python | |
parent | 5027b80bab17b324159a3f36eee1cb9924a97553 (diff) |
python-contextlib2: bump to version 0.6.0.post1
Signed-off-by: Karel Kočí <cynerd@email.cz>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-contextlib2/Makefile | 6 |
1 files 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čí <cynerd@email.cz> PYPI_NAME:=contextlib2 -PKG_HASH:=509f9419ee91cdd00ba34443217d5ca51f5a364a404e1dce9e8979cea969ca48 +PKG_HASH:=01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e include ../pypi.mk include $(INCLUDE_DIR)/package.mk |