From fe6215b2f1aa1fe3ffc0cd88ffde6d170eda2e51 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Tue, 3 Nov 2020 11:34:45 +0100 Subject: [PATCH] python-toml: update to version 0.10.2 Changes: -bump package -update host-pip-requirements Signed-off-by: Jan Pavlinec --- lang/python/host-pip-requirements/toml.txt | 2 +- lang/python/python-toml/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/host-pip-requirements/toml.txt b/lang/python/host-pip-requirements/toml.txt index abff6752a..108bf1007 100644 --- a/lang/python/host-pip-requirements/toml.txt +++ b/lang/python/host-pip-requirements/toml.txt @@ -1 +1 @@ -toml==0.10.1 --hash=sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f +toml==0.10.2 --hash=sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f diff --git a/lang/python/python-toml/Makefile b/lang/python/python-toml/Makefile index 5ee5c5411..aecc9bd64 100644 --- a/lang/python/python-toml/Makefile +++ b/lang/python/python-toml/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-toml -PKG_VERSION:=0.10.1 +PKG_VERSION:=0.10.2 PKG_RELEASE:=1 PYPI_NAME:=toml -PKG_HASH:=926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f +PKG_HASH:=b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT