From d480b08d900d27b364101a40345948499e37b6a5 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Thu, 2 Nov 2023 21:05:42 +0000 Subject: [PATCH] python3-pyserial: update to 3.5. --- srcpkgs/python3-pyserial/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pyserial/template b/srcpkgs/python3-pyserial/template index 2f33a8ed44599e..e7645fccbee816 100644 --- a/srcpkgs/python3-pyserial/template +++ b/srcpkgs/python3-pyserial/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyserial' pkgname=python3-pyserial -version=3.4 -revision=8 +version=3.5 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" @@ -10,11 +10,11 @@ short_desc="Python3 module providing access for the serial port" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/pyserial/pyserial" +changelog="https://raw.githubusercontent.com/pyserial/pyserial/master/CHANGES.rst" distfiles="${PYPI_SITE}/p/pyserial/pyserial-${version}.tar.gz" -checksum=6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627 +checksum=3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb alternatives="pyserial:miniterm:/usr/bin/miniterm.py3" post_install() { - mv ${DESTDIR}/usr/bin/miniterm.py{,3} vlicense LICENSE.txt LICENSE }