@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/python-daemon/json
-md5 4c369b8c6d3de956d8f9dfb2c872c284 python-daemon-3.0.1.tar.gz
-sha256 6c57452372f7eaff40934a1c03ad1826bf5e793558e87fef49131e6464b4dae5 python-daemon-3.0.1.tar.gz
+md5 d42ee28735506ea1cb51c348530d6d94 python_daemon-3.1.2.tar.gz
+sha256 f7b04335adc473de877f5117e26d5f1142f4c9f7cd765408f0877757be5afbf4 python_daemon-3.1.2.tar.gz
# Locally computed sha256
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.ASF-2
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.GPL-3
@@ -4,11 +4,12 @@
#
################################################################################
-PYTHON_DAEMON_VERSION = 3.0.1
-PYTHON_DAEMON_SITE = https://files.pythonhosted.org/packages/84/50/97b81327fccbb70eb99f3c95bd05a0c9d7f13fb3f4cfd975885110d1205a
+PYTHON_DAEMON_VERSION = 3.1.2
+PYTHON_DAEMON_SOURCE = python_daemon-$(PYTHON_DAEMON_VERSION).tar.gz
+PYTHON_DAEMON_SITE = https://files.pythonhosted.org/packages/3d/37/4f10e37bdabc058a32989da2daf29e57dc59dbc5395497f3d36d5f5e2694
PYTHON_DAEMON_LICENSE = Apache-2.0 (library), GPL-3.0+ (test, build)
PYTHON_DAEMON_LICENSE_FILES = LICENSE.ASF-2 LICENSE.GPL-3
PYTHON_DAEMON_SETUP_TYPE = setuptools
-PYTHON_DAEMON_DEPENDENCIES = host-python-docutils
+PYTHON_DAEMON_DEPENDENCIES = host-python-changelog-chug host-python-docutils
$(eval $(python-package))