summaryrefslogtreecommitdiff
path: root/package/python-serial
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-06-02 16:05:27 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-03 09:51:43 +0200
commitc0397f8b8a396c459c565fe40e18507d5b4c4df9 (patch)
treee6c361de37350948ceebd5a7afa25ff4548fed8b /package/python-serial
parent946249ff02f2d67c1625267c18806bd6f32ac82b (diff)
python-serial: bump to version 3.1
Change download location. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-serial')
-rw-r--r--package/python-serial/python-serial.hash6
-rw-r--r--package/python-serial/python-serial.mk4
2 files changed, 5 insertions, 5 deletions
diff --git a/package/python-serial/python-serial.hash b/package/python-serial/python-serial.hash
index 74006243a..f98a8b91b 100644
--- a/package/python-serial/python-serial.hash
+++ b/package/python-serial/python-serial.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=f94bc6e141d60f17edc7bf8757c4d922, sha256 locally computed
-md5 f94bc6e141d60f17edc7bf8757c4d922 pyserial-3.0.tar.gz
-sha256 056c2d96c83c009d8d04aad43a90f91f10f6a97d42c0d9656c2655c63fb8ff07 pyserial-3.0.tar.gz
+# md5 from http://pypi.python.org/pypi?:action=show_md5&digest=e849af7f8b7ec75cbc7a53da67c51a51, sha256 locally computed
+md5 e849af7f8b7ec75cbc7a53da67c51a51 pyserial-3.1.tar.gz
+sha256 c8ffdcbd8bfd308842409e558848c32aa3499a1bfe95a591e4210072b9520f1e pyserial-3.1.tar.gz
diff --git a/package/python-serial/python-serial.mk b/package/python-serial/python-serial.mk
index ba871eade..696e20794 100644
--- a/package/python-serial/python-serial.mk
+++ b/package/python-serial/python-serial.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_SERIAL_VERSION = 3.0
+PYTHON_SERIAL_VERSION = 3.1
PYTHON_SERIAL_SOURCE = pyserial-$(PYTHON_SERIAL_VERSION).tar.gz
-PYTHON_SERIAL_SITE = http://pypi.python.org/packages/source/p/pyserial
+PYTHON_SERIAL_SITE = https://pypi.python.org/packages/ce/9c/694ce79a9d4a164e109aeba1a40fba23336f3b7554978553e22a5d41d54d
PYTHON_SERIAL_LICENSE = Python Software Foundation License
PYTHON_SERIAL_LICENSE_FILES = LICENSE.txt
PYTHON_SERIAL_SETUP_TYPE = setuptools