summaryrefslogtreecommitdiff
path: root/package/python-sdnotify
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-06-16 11:34:50 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-16 15:50:54 +0200
commit76c1961145a95282b5af326c572d7f4364bae4d9 (patch)
tree63397b4fb32f38e3f7561614b6a8ef4e6a390a06 /package/python-sdnotify
parent9a0930a05aca0a5e31cba37551570e1f3174b903 (diff)
python-sdnotify: bump to version 0.3.1
LICENSE.txt is now part of the PyPi's archive. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-sdnotify')
-rw-r--r--package/python-sdnotify/python-sdnotify.hash4
-rw-r--r--package/python-sdnotify/python-sdnotify.mk5
2 files changed, 5 insertions, 4 deletions
diff --git a/package/python-sdnotify/python-sdnotify.hash b/package/python-sdnotify/python-sdnotify.hash
index 4339c8fd1..6d3ad6ba8 100644
--- a/package/python-sdnotify/python-sdnotify.hash
+++ b/package/python-sdnotify/python-sdnotify.hash
@@ -1,4 +1,4 @@
# md5 from https://pypi.python.org/pypi/sdnotify/json
-md5 8e6a6e25560162c113fa54fc3fad98f5 sdnotify-0.3.0.tar.gz
+md5 a182c1ef47e1c6c965771aa3029da16f sdnotify-0.3.1.tar.gz
# sha256 calculated by scanpypi
-sha256 55fcaffb239f392ecf5b2211ef65f858b8fbbc857be8ca2b6f27b011db9c2ce6 sdnotify-0.3.0.tar.gz
+sha256 e69220d4f6cbb02130f43f929350a80cf51033fde47dcb056fbda71e2dff2d5a sdnotify-0.3.1.tar.gz
diff --git a/package/python-sdnotify/python-sdnotify.mk b/package/python-sdnotify/python-sdnotify.mk
index aeeefd70e..7c24d3272 100644
--- a/package/python-sdnotify/python-sdnotify.mk
+++ b/package/python-sdnotify/python-sdnotify.mk
@@ -4,10 +4,11 @@
#
################################################################################
-PYTHON_SDNOTIFY_VERSION = 0.3.0
+PYTHON_SDNOTIFY_VERSION = 0.3.1
PYTHON_SDNOTIFY_SOURCE = sdnotify-$(PYTHON_SDNOTIFY_VERSION).tar.gz
-PYTHON_SDNOTIFY_SITE = https://pypi.python.org/packages/6f/ef/d57f930ba403b2e6440bd7ab14dbdd7ce1a1bfb5617bba62a950d04bfa34
+PYTHON_SDNOTIFY_SITE = https://pypi.python.org/packages/57/f9/ae03e3ebc83be0d501cde1f5d6d23dee74f5c2105f2cdb98bff4fa9ada9c
PYTHON_SDNOTIFY_SETUP_TYPE = distutils
PYTHON_SDNOTIFY_LICENSE = MIT
+PYTHON_SDNOTIFY_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))