Merge pull request #7178 from neheb/setser
authorJo-Philipp Wich <jo@mein.io>
Fri, 12 Oct 2018 05:03:02 +0000 (07:03 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Oct 2018 05:03:02 +0000 (07:03 +0200)
setserial: Don't build docs to remove nroff dependency

lang/python/python-yaml/Makefile

index 7846ce26710b4af71e5bdf4120c8ccaeee0a0a90..4a4245bb21f1f71d7a0cc51ea6f49a308b88a169 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=PyYAML
-PKG_VERSION:=3.12
+PKG_VERSION:=3.13
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://pyyaml.org/download/pyyaml/
-PKG_HASH:=592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab
+PKG_SOURCE_URL:=https://pypi.python.org/packages/source/P/PyYAML
+PKG_HASH:=3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING
@@ -30,7 +30,7 @@ define Package/python-yaml/Default
   SUBMENU:=Python
   SECTION:=lang
   CATEGORY:=Languages
-  URL:=http://pyyaml.org/wiki/PyYAML
+  URL:=https://pyyaml.org/wiki/PyYAML
   DEPENDS:=+libyaml
 endef