mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pyserial3: version bump: 2.7 -> 3.4
@ 2018-03-29  8:07 Boerje Sewing
  0 siblings, 0 replies; only message in thread
From: Boerje Sewing @ 2018-03-29  8:07 UTC (permalink / raw)
  To: ptxdist; +Cc: Boerje Sewing

This uses the latest version of PySerial compatible with Python 3.4 and up.

Signed-off-by: Boerje Sewing <Boerje.Sewing@who-ing.de>
---
 rules/pyserial3.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/pyserial3.make b/rules/pyserial3.make
index e64e5cf4c..b770c086a 100644
--- a/rules/pyserial3.make
+++ b/rules/pyserial3.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_PYSERIAL3) += pyserial3
 #
 # Paths and names
 #
-PYSERIAL3_VERSION	:= 2.7
-PYSERIAL3_MD5		:= 794506184df83ef2290de0d18803dd11
-PYSERIAL3		:= pyserial3-$(PYSERIAL3_VERSION)
+PYSERIAL3_VERSION	:= 3.4
+PYSERIAL3_MD5		:= fc00727ed9cf3a31b7a296a4d42f6afc
+PYSERIAL3		:= v$(PYSERIAL3_VERSION)
 PYSERIAL3_SUFFIX	:= tar.gz
-PYSERIAL3_URL		:= https://pypi.python.org/packages/source/p/pyserial/pyserial-$(PYSERIAL3_VERSION).$(PYSERIAL3_SUFFIX)
+PYSERIAL3_URL		:= https://github.com/pyserial/pyserial/archive/v$(PYSERIAL3_VERSION).$(PYSERIAL3_SUFFIX)
 PYSERIAL3_SOURCE	:= $(SRCDIR)/$(PYSERIAL3).$(PYSERIAL3_SUFFIX)
 PYSERIAL3_DIR		:= $(BUILDDIR)/$(PYSERIAL3)
 PYSERIAL3_LICENSE	:= BSD
-- 
2.16.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-29  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29  8:07 [ptxdist] [PATCH] pyserial3: version bump: 2.7 -> 3.4 Boerje Sewing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox