Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update gns3-server and gns3-gui to 2.2.17
@ 2020-12-08  2:21 tsndqst
  2020-12-08 14:24 ` ahesford
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tsndqst @ 2020-12-08  2:21 UTC (permalink / raw)
  To: ml

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

Update gns3-server and gns3-gui to 2.2.17
Update gns3-server and gns3-gui to 2.2.17


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gns3_2.2.17-27028.patch --]
[-- Type: text/x-diff, Size: 3106 bytes --]

From cdd9111eb7ac60bd9bbe3a8c2f8403e3105f4b6d Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Mon, 7 Dec 2020 20:20:01 -0600
Subject: [PATCH 1/2] gns3-server: update to 2.2.17, adopt

---
 srcpkgs/gns3-server/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e4eeb2de3af..6187c37e47b 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.10
-revision=2
+version=2.2.17
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
@@ -9,16 +9,17 @@ depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
  python3-py-cpuinfo python3-distro python3-async-timeout dynamips"
 checkdepends="${depends}"
 short_desc="Graphical Network Simulator 3 - Server"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+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=4388974043680e877533564cb5a2efe2ed215a59a13abcabb3ac29d9b92f86e0
+checksum=@476c23fc41c0f92c816557f56e8a8184009b4cf0477c4d94156d9ff06db9256b
 
 pre_build() {
 	# relax requirements
 	vsed -e 's|aiofiles.*|aiofiles>=0.4.0|' \
 		-e 's|aiohttp-cors.*|aiohttp-cors>=0.7.0|' \
+		-e 's|aiohttp=.*|aiohttp>=3.6.2|' \
 		-e 's|jsonschema.*|jsonschema>=2.6.0|' \
 		-e 's|psutil.*|psutil>=5.6.7|' \
 		-e 's|py-cpuinfo.*|py-cpuinfo>=5.0.0|' -i requirements.txt

From 255b163b41787483633b9ffc6f6ea0f71f92cb9a Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Mon, 7 Dec 2020 20:20:40 -0600
Subject: [PATCH 2/2] gns3-gui: update to 2.2.17, adopt

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

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 0dff36e945d..06fd0b1c5ff 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.10
-revision=2
+version=2.2.17
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry
@@ -9,11 +9,11 @@ depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry
  gns3-net-converter python3-distro"
 checkdepends="${depends}"
 short_desc="Graphical Network Simulator 3 - GUI"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+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=0f04fe1b3b328bab5ee80755ea90e18e0d25828fbf4a644f3fbec29189f19bc8
+checksum=@2200216046969000e6f076707d2ea3938a0777dc82e3d940cc41dc26c7fd46b5
 
 pre_build() {
 	# relax requirements

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

* Re: Update gns3-server and gns3-gui to 2.2.17
  2020-12-08  2:21 [PR PATCH] Update gns3-server and gns3-gui to 2.2.17 tsndqst
@ 2020-12-08 14:24 ` ahesford
  2020-12-08 14:59 ` ericonr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-12-08 14:24 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/27028#issuecomment-740649987

Comment:
@the-maldridge: Do you approve of these maintainer changes?

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

* Re: Update gns3-server and gns3-gui to 2.2.17
  2020-12-08  2:21 [PR PATCH] Update gns3-server and gns3-gui to 2.2.17 tsndqst
  2020-12-08 14:24 ` ahesford
@ 2020-12-08 14:59 ` ericonr
  2020-12-08 14:59 ` ericonr
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-12-08 14:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27028#issuecomment-740670750

Comment:
@ahesford The maintainer changes were discussed in another PR. #26971 

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

* Re: Update gns3-server and gns3-gui to 2.2.17
  2020-12-08  2:21 [PR PATCH] Update gns3-server and gns3-gui to 2.2.17 tsndqst
  2020-12-08 14:24 ` ahesford
  2020-12-08 14:59 ` ericonr
@ 2020-12-08 14:59 ` ericonr
  2020-12-08 15:10 ` [PR REVIEW] " ahesford
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-12-08 14:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27028#issuecomment-740670750

Comment:
@ahesford The maintainer changes were discussed in another PR. #26972

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

* Re: [PR REVIEW] Update gns3-server and gns3-gui to 2.2.17
  2020-12-08  2:21 [PR PATCH] Update gns3-server and gns3-gui to 2.2.17 tsndqst
                   ` (3 preceding siblings ...)
  2020-12-08 15:10 ` [PR REVIEW] " ahesford
@ 2020-12-08 15:10 ` ahesford
  2020-12-09 21:48 ` [PR PATCH] [Updated] " tsndqst
  2020-12-10  3:33 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-12-08 15:10 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/27028#discussion_r538478753

Comment:
As above, please change `pre_build` to `post_patch`.

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

* Re: [PR REVIEW] Update gns3-server and gns3-gui to 2.2.17
  2020-12-08  2:21 [PR PATCH] Update gns3-server and gns3-gui to 2.2.17 tsndqst
                   ` (2 preceding siblings ...)
  2020-12-08 14:59 ` ericonr
@ 2020-12-08 15:10 ` ahesford
  2020-12-08 15:10 ` ahesford
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-12-08 15:10 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/27028#discussion_r538478240

Comment:
Please change `pre_build` to `post_patch`. `pre_build` only runs during the build stage, but sometimes it is nice to verify that the patching had the intended effect by running `xbps-src patch` without triggering the build stage.

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

* Re: [PR PATCH] [Updated] Update gns3-server and gns3-gui to 2.2.17
  2020-12-08  2:21 [PR PATCH] Update gns3-server and gns3-gui to 2.2.17 tsndqst
                   ` (4 preceding siblings ...)
  2020-12-08 15:10 ` ahesford
@ 2020-12-09 21:48 ` tsndqst
  2020-12-10  3:33 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: tsndqst @ 2020-12-09 21:48 UTC (permalink / raw)
  To: ml

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

Update gns3-server and gns3-gui to 2.2.17
Update gns3-server and gns3-gui to 2.2.17


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gns3_2.2.17-27028.patch --]
[-- Type: text/x-diff, Size: 3796 bytes --]

From cdd9111eb7ac60bd9bbe3a8c2f8403e3105f4b6d Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Mon, 7 Dec 2020 20:20:01 -0600
Subject: [PATCH 1/2] gns3-server: update to 2.2.17, adopt

---
 srcpkgs/gns3-server/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e4eeb2de3af..6187c37e47b 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.10
-revision=2
+version=2.2.17
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
@@ -9,16 +9,17 @@ depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
  python3-py-cpuinfo python3-distro python3-async-timeout dynamips"
 checkdepends="${depends}"
 short_desc="Graphical Network Simulator 3 - Server"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+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=4388974043680e877533564cb5a2efe2ed215a59a13abcabb3ac29d9b92f86e0
+checksum=@476c23fc41c0f92c816557f56e8a8184009b4cf0477c4d94156d9ff06db9256b
 
 pre_build() {
 	# relax requirements
 	vsed -e 's|aiofiles.*|aiofiles>=0.4.0|' \
 		-e 's|aiohttp-cors.*|aiohttp-cors>=0.7.0|' \
+		-e 's|aiohttp=.*|aiohttp>=3.6.2|' \
 		-e 's|jsonschema.*|jsonschema>=2.6.0|' \
 		-e 's|psutil.*|psutil>=5.6.7|' \
 		-e 's|py-cpuinfo.*|py-cpuinfo>=5.0.0|' -i requirements.txt

From 6d8ac77cca9f8640dfd2834f451f442abdca5b34 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Mon, 7 Dec 2020 20:20:40 -0600
Subject: [PATCH 2/2] gns3-gui: update to 2.2.17, adopt

---
 srcpkgs/gns3-gui/template    | 10 +++++-----
 srcpkgs/gns3-server/template |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 0dff36e945d..f7f51364548 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.10
-revision=2
+version=2.2.17
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry
@@ -9,13 +9,13 @@ depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry
  gns3-net-converter python3-distro"
 checkdepends="${depends}"
 short_desc="Graphical Network Simulator 3 - GUI"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+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=0f04fe1b3b328bab5ee80755ea90e18e0d25828fbf4a644f3fbec29189f19bc8
+checksum=@2200216046969000e6f076707d2ea3938a0777dc82e3d940cc41dc26c7fd46b5
 
-pre_build() {
+post_patch() {
 	# relax requirements
 	vsed -e 's|jsonschema.*|jsonschema>=2.6.0|' \
 		-e 's|psutil.*|psutil>=5.6.7|' -i requirements.txt
diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index 6187c37e47b..96ae642279e 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -15,7 +15,7 @@ homepage="https://gns3.com"
 distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
 checksum=@476c23fc41c0f92c816557f56e8a8184009b4cf0477c4d94156d9ff06db9256b
 
-pre_build() {
+post_patch() {
 	# relax requirements
 	vsed -e 's|aiofiles.*|aiofiles>=0.4.0|' \
 		-e 's|aiohttp-cors.*|aiohttp-cors>=0.7.0|' \

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

* Re: [PR PATCH] [Merged]: Update gns3-server and gns3-gui to 2.2.17
  2020-12-08  2:21 [PR PATCH] Update gns3-server and gns3-gui to 2.2.17 tsndqst
                   ` (5 preceding siblings ...)
  2020-12-09 21:48 ` [PR PATCH] [Updated] " tsndqst
@ 2020-12-10  3:33 ` ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-12-10  3:33 UTC (permalink / raw)
  To: ml

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

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

Update gns3-server and gns3-gui to 2.2.17
https://github.com/void-linux/void-packages/pull/27028

Description:
Update gns3-server and gns3-gui to 2.2.17


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

end of thread, other threads:[~2020-12-10  3:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08  2:21 [PR PATCH] Update gns3-server and gns3-gui to 2.2.17 tsndqst
2020-12-08 14:24 ` ahesford
2020-12-08 14:59 ` ericonr
2020-12-08 14:59 ` ericonr
2020-12-08 15:10 ` [PR REVIEW] " ahesford
2020-12-08 15:10 ` ahesford
2020-12-09 21:48 ` [PR PATCH] [Updated] " tsndqst
2020-12-10  3:33 ` [PR PATCH] [Merged]: " ahesford

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