From bed5cbcc7e9381453dbb6c297521b30a66235c38 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Wed, 15 Dec 2021 07:51:41 -0600 Subject: [PATCH 1/2] gns3-server: update to 2.2.28. --- srcpkgs/gns3-server/patches/requirements.patch | 3 ++- srcpkgs/gns3-server/template | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/gns3-server/patches/requirements.patch b/srcpkgs/gns3-server/patches/requirements.patch index bf1fea9499b7..c6928da140e7 100644 --- a/srcpkgs/gns3-server/patches/requirements.patch +++ b/srcpkgs/gns3-server/patches/requirements.patch @@ -7,7 +7,8 @@ diff --git a/requirements.txt b/requirements.txt -aiohttp==3.7.4.post0 +aiohttp>=3.7.4 aiohttp-cors==0.7.0 - aiofiles==0.7.0 +-aiofiles==0.7.0 ++aiofiles==0.8.0 -Jinja2==3.0.1 +Jinja2>=3.0.1 -sentry-sdk==1.3.1 diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template index ada70f593a86..bbeb199f7bb1 100644 --- a/srcpkgs/gns3-server/template +++ b/srcpkgs/gns3-server/template @@ -1,10 +1,8 @@ # Template file for 'gns3-server' pkgname=gns3-server -version=2.2.27 +version=2.2.28 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 @@ -15,7 +13,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=ed45ab788ee976474289e9e73c5bbe78cab26ebfcdcc5d2eee086908d14d0c9f +checksum=bd37601f2924fc00a9a1690478896566911e466699d68af0abadd097dd1e314b # The source archive contains statically linked artifacts for x86_64 # glibc, since this is the only architecture supported by upstream, we From 7dba3df475aaa36da1b26ffe51270cb7d32158bb Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Wed, 15 Dec 2021 07:51:51 -0600 Subject: [PATCH 2/2] gns3-gui: update to 2.2.28. --- srcpkgs/gns3-gui/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template index fb0b5d198308..91e5055ffa1d 100644 --- a/srcpkgs/gns3-gui/template +++ b/srcpkgs/gns3-gui/template @@ -1,6 +1,6 @@ # Template file for 'gns3-gui' pkgname=gns3-gui -version=2.2.27 +version=2.2.28 revision=1 build_style=python3-module # Skip tests/test_link.py::test_create_link test that wasn't updated with the code https://github.com/GNS3/gns3-gui/commit/545a9f53 @@ -15,7 +15,7 @@ maintainer="Tim Sandquist " license="GPL-3.0-or-later" homepage="https://gns3.com" distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz" -checksum=c5afadd2932703c38fb6d479be6966af65787ddc6abcb3f9b7c0b3f5722e0fd5 +checksum=8b6e5df17ae472bf3525e1adbb1a0d2c6f170df270f802163c00c02d75cc4ced post_install() { vinstall gns3-gui.desktop 644 usr/share/applications