Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update GNS3 to work with latest python3-psutil
@ 2022-02-21 13:39 tsndqst
  2022-02-21 15:01 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tsndqst @ 2022-02-21 13:39 UTC (permalink / raw)
  To: ml

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

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

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

Update GNS3 to work with latest python3-psutil
<!-- 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, (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/35729.patch is attached

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

From a9091b5ac72a99a82d5254cedc13608398d0c349 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Mon, 21 Feb 2022 07:37:55 -0600
Subject: [PATCH 1/2] gns3-server: update to 2.2.29.

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

diff --git a/srcpkgs/gns3-server/patches/requirements.patch b/srcpkgs/gns3-server/patches/requirements.patch
index 0f108f5d4b8b..1c61d2dd6ae1 100644
--- a/srcpkgs/gns3-server/patches/requirements.patch
+++ b/srcpkgs/gns3-server/patches/requirements.patch
@@ -12,6 +12,7 @@ diff --git a/requirements.txt b/requirements.txt
 -Jinja2==3.0.1
 +Jinja2>=3.0.1
 -sentry-sdk==1.3.1
- psutil==5.8.0
+-psutil==5.8.0
++psutil>=5.9.0
  async-timeout==3.0.1
  distro==1.6.0
diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index 7441ffbcf050..1845cc2e3fcf 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.29
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From b881a555acd854244895d4e28f083be11e4fbe68 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Mon, 21 Feb 2022 07:38:01 -0600
Subject: [PATCH 2/2] gns3-gui: update to 2.2.29.

---
 srcpkgs/gns3-gui/patches/requirements.patch | 3 ++-
 srcpkgs/gns3-gui/template                   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/patches/requirements.patch b/srcpkgs/gns3-gui/patches/requirements.patch
index 624664192a4d..d594ea77de5b 100644
--- a/srcpkgs/gns3-gui/patches/requirements.patch
+++ b/srcpkgs/gns3-gui/patches/requirements.patch
@@ -5,5 +5,6 @@ diff --git a/requirements.txt b/requirements.txt
 -jsonschema==3.2.0
 +jsonschema>=3.2.0
 -sentry-sdk==1.3.1
- psutil==5.8.0
+-psutil==5.8.0
++psutil>=5.9.0
  distro==1.6.0
diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 64a25d1c80b6..a4d9d410e3fc 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.29
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema

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

* Re: Update GNS3 to work with latest python3-psutil
  2022-02-21 13:39 [PR PATCH] Update GNS3 to work with latest python3-psutil tsndqst
@ 2022-02-21 15:01 ` paper42
  2022-02-21 15:03 ` tsndqst
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-21 15:01 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35729#issuecomment-1046967759

Comment:
The commit messages should be different, this is not an update.

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

* Re: Update GNS3 to work with latest python3-psutil
  2022-02-21 13:39 [PR PATCH] Update GNS3 to work with latest python3-psutil tsndqst
  2022-02-21 15:01 ` paper42
@ 2022-02-21 15:03 ` tsndqst
  2022-02-21 15:06 ` [PR PATCH] [Updated] " tsndqst
  2022-02-21 19:29 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tsndqst @ 2022-02-21 15:03 UTC (permalink / raw)
  To: ml

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

New comment by tsndqst on void-packages repository

https://github.com/void-linux/void-packages/pull/35729#issuecomment-1046970205

Comment:
I used the default options from xbump.  I'll fix the commit messages.

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

* Re: [PR PATCH] [Updated] Update GNS3 to work with latest python3-psutil
  2022-02-21 13:39 [PR PATCH] Update GNS3 to work with latest python3-psutil tsndqst
  2022-02-21 15:01 ` paper42
  2022-02-21 15:03 ` tsndqst
@ 2022-02-21 15:06 ` tsndqst
  2022-02-21 19:29 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tsndqst @ 2022-02-21 15:06 UTC (permalink / raw)
  To: ml

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

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

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

Update GNS3 to work with latest python3-psutil
<!-- 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, (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/35729.patch is attached

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

From c46cb27ee36471271492b00da2cbb938c75698d1 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Mon, 21 Feb 2022 07:37:55 -0600
Subject: [PATCH 1/2] gns3-server: loosen restriction on psutil requirement

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

diff --git a/srcpkgs/gns3-server/patches/requirements.patch b/srcpkgs/gns3-server/patches/requirements.patch
index 0f108f5d4b8b..1c61d2dd6ae1 100644
--- a/srcpkgs/gns3-server/patches/requirements.patch
+++ b/srcpkgs/gns3-server/patches/requirements.patch
@@ -12,6 +12,7 @@ diff --git a/requirements.txt b/requirements.txt
 -Jinja2==3.0.1
 +Jinja2>=3.0.1
 -sentry-sdk==1.3.1
- psutil==5.8.0
+-psutil==5.8.0
++psutil>=5.9.0
  async-timeout==3.0.1
  distro==1.6.0
diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index 7441ffbcf050..1845cc2e3fcf 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.29
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From c5c65dc22f2a3825d288f913c08ed15ae683a63a Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Mon, 21 Feb 2022 07:38:01 -0600
Subject: [PATCH 2/2] gns3-gui: loosen restriction on psutil requirement

---
 srcpkgs/gns3-gui/patches/requirements.patch | 3 ++-
 srcpkgs/gns3-gui/template                   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/patches/requirements.patch b/srcpkgs/gns3-gui/patches/requirements.patch
index 624664192a4d..d594ea77de5b 100644
--- a/srcpkgs/gns3-gui/patches/requirements.patch
+++ b/srcpkgs/gns3-gui/patches/requirements.patch
@@ -5,5 +5,6 @@ diff --git a/requirements.txt b/requirements.txt
 -jsonschema==3.2.0
 +jsonschema>=3.2.0
 -sentry-sdk==1.3.1
- psutil==5.8.0
+-psutil==5.8.0
++psutil>=5.9.0
  distro==1.6.0
diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 64a25d1c80b6..a4d9d410e3fc 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.29
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema

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

* Re: [PR PATCH] [Merged]: Update GNS3 to work with latest python3-psutil
  2022-02-21 13:39 [PR PATCH] Update GNS3 to work with latest python3-psutil tsndqst
                   ` (2 preceding siblings ...)
  2022-02-21 15:06 ` [PR PATCH] [Updated] " tsndqst
@ 2022-02-21 19:29 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-21 19:29 UTC (permalink / raw)
  To: ml

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

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

Update GNS3 to work with latest python3-psutil
https://github.com/void-linux/void-packages/pull/35729

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


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

end of thread, other threads:[~2022-02-21 19:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 13:39 [PR PATCH] Update GNS3 to work with latest python3-psutil tsndqst
2022-02-21 15:01 ` paper42
2022-02-21 15:03 ` tsndqst
2022-02-21 15:06 ` [PR PATCH] [Updated] " tsndqst
2022-02-21 19:29 ` [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).