Merge pull request #6801 from neheb/patch-29
python-yaml: Update to 3.13
This commit is contained in:
commit
0ecf61d51d
1 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=PyYAML
|
PKG_NAME:=PyYAML
|
||||||
PKG_VERSION:=3.12
|
PKG_VERSION:=3.13
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://pyyaml.org/download/pyyaml/
|
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/P/PyYAML
|
||||||
PKG_HASH:=592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab
|
PKG_HASH:=3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
@ -30,7 +30,7 @@ define Package/python-yaml/Default
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
URL:=http://pyyaml.org/wiki/PyYAML
|
URL:=https://pyyaml.org/wiki/PyYAML
|
||||||
DEPENDS:=+libyaml
|
DEPENDS:=+libyaml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue