From 4a4850c9bed02444c2e323273e772c3825b9ff19 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 30 Jul 2019 22:25:09 -0700 Subject: [PATCH 1/2] python-tornado: update to 6.0.3. --- srcpkgs/python-tornado/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-tornado/template b/srcpkgs/python-tornado/template index e4c8c9e0b5d..6d5bc5dbcba 100644 --- a/srcpkgs/python-tornado/template +++ b/srcpkgs/python-tornado/template @@ -1,7 +1,7 @@ # Template file for 'python-tornado' pkgname=python-tornado -version=4.5.3 -revision=2 +version=6.0.3 +revision=1 wrksrc="tornado-${version}" build_style=python-module pycompile_module="tornado" @@ -13,7 +13,7 @@ maintainer="Alessio Sergi " homepage="http://www.tornadoweb.org/" license="Apache-2.0" distfiles="${PYPI_SITE}/t/tornado/tornado-${version}.tar.gz" -checksum=6d14e47eab0e15799cf3cdcc86b0b98279da68522caace2bd7ce644287685f0a +checksum=c845db36ba616912074c5b1ee897f8e0124df269468f25e4fe21fe72f6edd7a9 pre_build() { # use system ca-certificates From 361f871b758eb0545f1489ffe34187169cd22914 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 30 Jul 2019 22:25:41 -0700 Subject: [PATCH 2/2] salt: switch to python3 --- srcpkgs/salt/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template index 6328ac07e77..964855d8cbf 100644 --- a/srcpkgs/salt/template +++ b/srcpkgs/salt/template @@ -3,12 +3,11 @@ pkgname=salt version=2019.2.0 revision=1 archs=noarch -build_style=python2-module +build_style=python3-module pycompile_module="salt" -hostmakedepends="python-devel" -# XXX remove python-futures once tornado will be updated to 5 -depends="python-yaml python-Jinja2 python-requests python-pyzmq python-futures - python-M2Crypto python-tornado python-msgpack dmidecode pciutils" +hostmakedepends="python3-devel" +depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq + python3-M2Crypto python3-tornado python3-msgpack dmidecode pciutils" short_desc="Remote execution system, and configuration manager" maintainer="Toyam Cox " license="Apache-2.0"