diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-01-20 19:52:16 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-01-20 19:52:16 +0100 |
commit | 683de0a44e13de04b6c3f744e65fb8d0292109f0 (patch) | |
tree | 72140abca64216fe45483f32bcec5f2d2a0d3db2 /lang/python/python-yaml | |
parent | 12dbedb9f85c37d5f74630c58d5b420e416e4e89 (diff) |
python-yaml: update to version 5.3
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang/python/python-yaml')
-rw-r--r-- | lang/python/python-yaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-yaml/Makefile b/lang/python/python-yaml/Makefile index 73a9e4703..46eaeaeb1 100644 --- a/lang/python/python-yaml/Makefile +++ b/lang/python/python-yaml/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-yaml -PKG_VERSION:=5.1.2 +PKG_VERSION:=5.3 PKG_RELEASE:=1 PYPI_NAME:=PyYAML -PKG_HASH:=01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4 +PKG_HASH:=e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=MIT |