package/crudini: bump to version 0.9.3
authorTitouan Christophe <titouan.christophe@railnova.eu>
Wed, 5 Feb 2020 14:11:48 +0000 (15:11 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 5 Feb 2020 15:23:42 +0000 (16:23 +0100)
This release hasn't been published to pypi, so we switch to the Github
release archive instead. This new version is Python 3.x compatible.

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/crudini/Config.in
package/crudini/crudini.hash
package/crudini/crudini.mk

index e4e26e52daadc480c2a6e562b5c65d923874ce6a..240848dffc05cf4e573bd1d379675b9f429faa99 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_CRUDINI
        bool "crudini"
-       depends on BR2_PACKAGE_PYTHON
+       depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
        select BR2_PACKAGE_PYTHON_INIPARSE # runtime
        help
          A utility for handling ini files from the command line and
index 6c08223b83f755c43b85b7db848a652f1823710d..6f2563dfdd65f407db6f58bc0e601b934dd8c5ae 100644 (file)
@@ -1,6 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=9b8500c90467f0a61c714fbe852c2a66
-md5    9b8500c90467f0a61c714fbe852c2a66 crudini-0.9.tar.gz
-
 # locally computed
-sha256  10512a5a2f7b54b42e48a1d00f0c6398947c2ba6c264b9fdef86677f0e949fd3  crudini-0.9.tar.gz
+sha256  e1b8125ac4373ece3bb0bb047ba9336e5bd55ed5d56b9729968058c9385ab546  crudini-0.9.3.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
index c03f55c374dbdca0a403e2aa571963663fd31907..7141e2b2a0b243863f67f4b87f1321f03aed6ec5 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-CRUDINI_VERSION = 0.9
-CRUDINI_SITE = https://pypi.python.org/packages/b5/65/5588903472f30fa01ca4951be00c03a317b27bac4cd1e945bd16b2c1b6d3
+CRUDINI_VERSION = 0.9.3
+CRUDINI_SITE = $(call github,pixelb,crudini,$(CRUDINI_VERSION))
 CRUDINI_SETUP_TYPE = setuptools
 CRUDINI_LICENSE = GPL-2.0
 CRUDINI_LICENSE_FILES = COPYING