Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] GNS3 2.2.28
@ 2021-12-15 13:55 tsndqst
  2021-12-15 22:18 ` [PR REVIEW] " paper42
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: tsndqst @ 2021-12-15 13:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]

There is a new pull request by tsndqst against master on the void-packages repository

https://github.com/tsndqst/void-packages gns3-2.2.28
https://github.com/void-linux/void-packages/pull/34556

GNS3 2.2.28
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/34556.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gns3-2.2.28-34556.patch --]
[-- Type: text/x-diff, Size: 3208 bytes --]

From bed5cbcc7e9381453dbb6c297521b30a66235c38 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
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 <tim.sandquist@gmail.com>"
 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 <tim.sandquist@gmail.com>
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 <tim.sandquist@gmail.com>"
 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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-12-16 22:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-15 13:55 [PR PATCH] GNS3 2.2.28 tsndqst
2021-12-15 22:18 ` [PR REVIEW] " paper42
2021-12-15 22:20 ` paper42
2021-12-15 22:20 ` paper42
2021-12-15 22:22 ` [PR PATCH] [Updated] " tsndqst
2021-12-15 22:23 ` [PR REVIEW] " tsndqst
2021-12-15 22:31 ` tsndqst
2021-12-15 22:33 ` [PR PATCH] [Updated] " tsndqst
2021-12-15 22:33 ` [PR REVIEW] " tsndqst
2021-12-15 22:34 ` tsndqst
2021-12-15 23:03 ` paper42
2021-12-16  1:05 ` tsndqst
2021-12-16  1:08 ` [PR PATCH] [Updated] " tsndqst
2021-12-16  5:03 ` [PR REVIEW] " tsndqst
2021-12-16 10:46 ` paper42
2021-12-16 12:39 ` tsndqst
2021-12-16 22:15 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).