python-toml: update to version 0.10.2
authorJan Pavlinec <jan.pavlinec@nic.cz>
Tue, 3 Nov 2020 10:34:45 +0000 (11:34 +0100)
committerJan Pavlinec <jan.pavlinec@nic.cz>
Tue, 10 Nov 2020 11:35:25 +0000 (12:35 +0100)
Changes:
-bump package
-update host-pip-requirements

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lang/python/host-pip-requirements/toml.txt
lang/python/python-toml/Makefile

index abff6752afa4a996279bc66fc313de7b77642b35..108bf1007e00cf4db10e9220af004fbc20e13238 100644 (file)
@@ -1 +1 @@
-toml==0.10.1 --hash=sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f
+toml==0.10.2 --hash=sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
index 5ee5c5411e263f066573f382f75ae013f9b2627f..aecc9bd643f4b9d6a928d587cfeb45042fb1d5bf 100644 (file)
@@ -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 <jan.pavlinec@nic.cz>
 PKG_LICENSE:=MIT