From ef0ecf10de7fbef41f448a006b8098de13cef997 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Sat, 13 Nov 2021 15:05:31 -0600 Subject: [PATCH] gns3-server: update to 2.2.27. --- srcpkgs/gns3-server/patches/requirements.patch | 2 +- srcpkgs/gns3-server/template | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gns3-server/patches/requirements.patch b/srcpkgs/gns3-server/patches/requirements.patch index 84ee86596b9..bf1fea9499b 100644 --- a/srcpkgs/gns3-server/patches/requirements.patch +++ b/srcpkgs/gns3-server/patches/requirements.patch @@ -9,7 +9,7 @@ diff --git a/requirements.txt b/requirements.txt aiohttp-cors==0.7.0 aiofiles==0.7.0 -Jinja2==3.0.1 -+Jinja2>=2.0.0<3.0.0 ++Jinja2>=3.0.1 -sentry-sdk==1.3.1 psutil==5.8.0 async-timeout==3.0.1 diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template index 81fbf1db472..ada70f593a8 100644 --- a/srcpkgs/gns3-server/template +++ b/srcpkgs/gns3-server/template @@ -1,8 +1,10 @@ # Template file for 'gns3-server' pkgname=gns3-server -version=2.2.26 -revision=2 +version=2.2.27 +revision=1 build_style=python3-module +# Skip tests/compute/docker/test_docker_vm.py::test_stop test that wasn't updated with the code https://github.com/GNS3/gns3-server/commit/b1a62dfd +make_check_args="-k-test_stop" hostmakedepends="python3-setuptools" depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl python3-Jinja2 python3-psutil python3-aiofiles @@ -13,7 +15,7 @@ maintainer="Tim Sandquist " license="GPL-3.0-or-later" homepage="https://gns3.com" distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz" -checksum=6d89d91f74d2891de3c7ebec93880af662f835580d2f18a797794eb8e2350bc0 +checksum=ed45ab788ee976474289e9e73c5bbe78cab26ebfcdcc5d2eee086908d14d0c9f # The source archive contains statically linked artifacts for x86_64 # glibc, since this is the only architecture supported by upstream, we