diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2023-09-10 16:13:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-10 16:13:22 +0300 |
commit | 6cccbc74492c276653c2832eb08a09ee2b6e6b8f (patch) | |
tree | 6bfbc7bfc558116dd22a137ef5c49212092f69c5 /lang/python | |
parent | 5215f65cd3dcd7ab3c8c544ab912a3911ef24eed (diff) | |
parent | 60315a663884b9cf76f787eca10714bfc085335e (diff) |
Merge pull request #22035 from jefferyto/python-yaml-6.0.1
python-yaml: Update to 6.0.1
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-yaml/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-yaml/Makefile b/lang/python/python-yaml/Makefile index 26326d660..c7eafc98c 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:=6.0 -PKG_RELEASE:=4 +PKG_VERSION:=6.0.1 +PKG_RELEASE:=1 PYPI_NAME:=PyYAML -PKG_HASH:=68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2 +PKG_HASH:=bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_LICENSE:=MIT @@ -29,7 +29,7 @@ define Package/python3-yaml SECTION:=lang CATEGORY:=Languages SUBMENU:=Python - TITLE:=YAML parser and emitter for Python + TITLE:=YAML parser and emitter URL:=https://github.com/yaml/pyyaml DEPENDS:=+libyaml +python3-light endef |