Browse Source
Merge pull request #17144 from commodo/ruamel.yaml
ruamel.yaml: bump to version 0.17.17
lilik-openwrt-22.03
Alexandru Ardelean
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
lang/python/ruamel-yaml/Makefile
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=ruamel-yaml |
|
|
|
PKG_VERSION:=0.15.100 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=0.17.17 |
|
|
|
PKG_RELEASE:=$(AUTORELEASE) |
|
|
|
|
|
|
|
PYPI_NAME:=ruamel.yaml |
|
|
|
PKG_HASH:=8e42f3067a59e819935a2926e247170ed93c8f0b2ab64526f888e026854db2e4 |
|
|
|
PKG_HASH:=9751de4cbb57d4bfbf8fc394e125ed4a2f170fbff3dc3d78abf50be85924f8be |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|