Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] GNS3: upgrade to 2.2.27
@ 2021-11-13 21:30 tsndqst
  2021-11-14  3:18 ` [PR PATCH] [Updated] " tsndqst
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tsndqst @ 2021-11-13 21:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1341 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.27
https://github.com/void-linux/void-packages/pull/34057

GNS3: upgrade to 2.2.27
<!-- Uncomment relevant sections and delete options which are not applicable -->

This change upgrades gns3-server and gns3-gui to 2.2.27.  It also updates requirements to work latest python3-Jinja2 package.

#### 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, (ARCH-LIBC)
- 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/34057.patch is attached

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

From 11e46500454b74ff70448c9507481ee60f8f4c89 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Sat, 13 Nov 2021 15:05:31 -0600
Subject: [PATCH 1/2] gns3-server: update to 2.2.27.

---
 srcpkgs/gns3-server/patches/requirements.patch | 2 +-
 srcpkgs/gns3-server/template                   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gns3-server/patches/requirements.patch b/srcpkgs/gns3-server/patches/requirements.patch
index 84ee86596b92..bf1fea9499b7 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 81fbf1db472a..34ea61f9b8b9 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
-version=2.2.26
-revision=2
+version=2.2.27
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
@@ -13,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=6d89d91f74d2891de3c7ebec93880af662f835580d2f18a797794eb8e2350bc0
+checksum=ed45ab788ee976474289e9e73c5bbe78cab26ebfcdcc5d2eee086908d14d0c9f
 
 # The source archive contains statically linked artifacts for x86_64
 # glibc, since this is the only architecture supported by upstream, we

From 7668756cdbdd8bb874ed4f1b2617a3d918546ebd Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Sat, 13 Nov 2021 15:06:10 -0600
Subject: [PATCH 2/2] gns3-gui: update to 2.2.27.

---
 srcpkgs/gns3-gui/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 8a6aabcc2157..c87eea8af28a 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
-version=2.2.26
-revision=2
+version=2.2.27
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema
@@ -13,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/${pkgname}/archive/v${version}.tar.gz"
-checksum=b97084e1024dfc23255fa0bdd1023a9b145ba610322a8363cd15d9153837333d
+checksum=c5afadd2932703c38fb6d479be6966af65787ddc6abcb3f9b7c0b3f5722e0fd5
 
 post_install() {
 	vinstall gns3-gui.desktop 644 usr/share/applications

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

* Re: [PR PATCH] [Updated] GNS3: upgrade to 2.2.27
  2021-11-13 21:30 [PR PATCH] GNS3: upgrade to 2.2.27 tsndqst
@ 2021-11-14  3:18 ` tsndqst
  2021-11-14  4:34 ` tsndqst
  2021-11-14  7:03 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: tsndqst @ 2021-11-14  3:18 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tsndqst against master on the void-packages repository

https://github.com/tsndqst/void-packages gns3-2.2.27
https://github.com/void-linux/void-packages/pull/34057

GNS3: upgrade to 2.2.27
<!-- Uncomment relevant sections and delete options which are not applicable -->

This change upgrades gns3-server and gns3-gui to 2.2.27.  It also updates requirements to work latest python3-Jinja2 package.

#### 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, (ARCH-LIBC)
- 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/34057.patch is attached

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

From b665645d16d21f406cb3dd75cb075ac591c3e01b Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Sat, 13 Nov 2021 15:05:31 -0600
Subject: [PATCH 1/2] 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 84ee86596b92..bf1fea9499b7 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 81fbf1db472a..ada70f593a86 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 <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=6d89d91f74d2891de3c7ebec93880af662f835580d2f18a797794eb8e2350bc0
+checksum=ed45ab788ee976474289e9e73c5bbe78cab26ebfcdcc5d2eee086908d14d0c9f
 
 # The source archive contains statically linked artifacts for x86_64
 # glibc, since this is the only architecture supported by upstream, we

From 81c0ed4cc9cea3cb2ff58acc12eeb4140f290836 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Sat, 13 Nov 2021 15:06:10 -0600
Subject: [PATCH 2/2] gns3-gui: update to 2.2.27.

---
 srcpkgs/gns3-gui/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 8a6aabcc2157..c87eea8af28a 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
-version=2.2.26
-revision=2
+version=2.2.27
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema
@@ -13,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/${pkgname}/archive/v${version}.tar.gz"
-checksum=b97084e1024dfc23255fa0bdd1023a9b145ba610322a8363cd15d9153837333d
+checksum=c5afadd2932703c38fb6d479be6966af65787ddc6abcb3f9b7c0b3f5722e0fd5
 
 post_install() {
 	vinstall gns3-gui.desktop 644 usr/share/applications

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

* Re: [PR PATCH] [Updated] GNS3: upgrade to 2.2.27
  2021-11-13 21:30 [PR PATCH] GNS3: upgrade to 2.2.27 tsndqst
  2021-11-14  3:18 ` [PR PATCH] [Updated] " tsndqst
@ 2021-11-14  4:34 ` tsndqst
  2021-11-14  7:03 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: tsndqst @ 2021-11-14  4:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tsndqst against master on the void-packages repository

https://github.com/tsndqst/void-packages gns3-2.2.27
https://github.com/void-linux/void-packages/pull/34057

GNS3: upgrade to 2.2.27
<!-- Uncomment relevant sections and delete options which are not applicable -->

This change upgrades gns3-server and gns3-gui to 2.2.27.  It also updates requirements to work latest python3-Jinja2 package.

#### 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, (ARCH-LIBC)
- 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/34057.patch is attached

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

From b665645d16d21f406cb3dd75cb075ac591c3e01b Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Sat, 13 Nov 2021 15:05:31 -0600
Subject: [PATCH 1/2] 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 84ee86596b92..bf1fea9499b7 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 81fbf1db472a..ada70f593a86 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 <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=6d89d91f74d2891de3c7ebec93880af662f835580d2f18a797794eb8e2350bc0
+checksum=ed45ab788ee976474289e9e73c5bbe78cab26ebfcdcc5d2eee086908d14d0c9f
 
 # The source archive contains statically linked artifacts for x86_64
 # glibc, since this is the only architecture supported by upstream, we

From f01725eac2eda01ab1ee7523a67c7e54789c7cb5 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Sat, 13 Nov 2021 15:06:10 -0600
Subject: [PATCH 2/2] gns3-gui: update to 2.2.27.

---
 srcpkgs/gns3-gui/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 8a6aabcc2157..fb0b5d198308 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,10 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
-version=2.2.26
-revision=2
+version=2.2.27
+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
+make_check_args="-k-test_create_link"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema
  python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
@@ -13,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=b97084e1024dfc23255fa0bdd1023a9b145ba610322a8363cd15d9153837333d
+checksum=c5afadd2932703c38fb6d479be6966af65787ddc6abcb3f9b7c0b3f5722e0fd5
 
 post_install() {
 	vinstall gns3-gui.desktop 644 usr/share/applications

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

* Re: [PR PATCH] [Merged]: GNS3: upgrade to 2.2.27
  2021-11-13 21:30 [PR PATCH] GNS3: upgrade to 2.2.27 tsndqst
  2021-11-14  3:18 ` [PR PATCH] [Updated] " tsndqst
  2021-11-14  4:34 ` tsndqst
@ 2021-11-14  7:03 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-11-14  7:03 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

GNS3: upgrade to 2.2.27
https://github.com/void-linux/void-packages/pull/34057

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

This change upgrades gns3-server and gns3-gui to 2.2.27.  It also updates requirements to work latest python3-Jinja2 package.

#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2021-11-14  7:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-13 21:30 [PR PATCH] GNS3: upgrade to 2.2.27 tsndqst
2021-11-14  3:18 ` [PR PATCH] [Updated] " tsndqst
2021-11-14  4:34 ` tsndqst
2021-11-14  7:03 ` [PR PATCH] [Merged]: " ericonr

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).