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>
This commit is contained in:
Yegor Yefremov
2016-06-02 16:05:27 +02:00
committed by Thomas Petazzoni
parent 946249ff02
commit c0397f8b8a
2 changed files with 5 additions and 5 deletions

View File

@@ -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