diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-11-03 11:34:45 +0100 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-11-10 12:35:25 +0100 |
commit | fe6215b2f1aa1fe3ffc0cd88ffde6d170eda2e51 (patch) | |
tree | 51dcfcd5d3c266902f11b072c4cbdcc8797b814c /lang/python/python-toml | |
parent | 6e3c3c4b7c487b7f62821ad5bb7c74af014a9108 (diff) |
python-toml: update to version 0.10.2
Changes:
-bump package
-update host-pip-requirements
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'lang/python/python-toml')
-rw-r--r-- | lang/python/python-toml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <jan.pavlinec@nic.cz> PKG_LICENSE:=MIT |