Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gns3-server: update aiofiles version constraint
@ 2021-12-11  3:11 tsndqst
  2021-12-15 13:56 ` tsndqst
  2021-12-15 13:56 ` [PR PATCH] [Closed]: " tsndqst
  0 siblings, 2 replies; 3+ messages in thread
From: tsndqst @ 2021-12-11  3:11 UTC (permalink / raw)
  To: ml

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

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

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

gns3-server: update aiofiles version constraint
<!-- 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/34475.patch is attached

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

From a8894e669d50b246e02c589a4f501a00d683ecba Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Fri, 10 Dec 2021 21:09:40 -0600
Subject: [PATCH] gns3-server: update aiofiles version constraint

---
 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 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..86b513d9cfd3 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.27
-revision=1
+revision=2
 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"

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

* Re: gns3-server: update aiofiles version constraint
  2021-12-11  3:11 [PR PATCH] gns3-server: update aiofiles version constraint tsndqst
@ 2021-12-15 13:56 ` tsndqst
  2021-12-15 13:56 ` [PR PATCH] [Closed]: " tsndqst
  1 sibling, 0 replies; 3+ messages in thread
From: tsndqst @ 2021-12-15 13:56 UTC (permalink / raw)
  To: ml

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

New comment by tsndqst on void-packages repository

https://github.com/void-linux/void-packages/pull/34475#issuecomment-994814594

Comment:
Closing in favor of https://github.com/void-linux/void-packages/pull/34556

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

* Re: [PR PATCH] [Closed]: gns3-server: update aiofiles version constraint
  2021-12-11  3:11 [PR PATCH] gns3-server: update aiofiles version constraint tsndqst
  2021-12-15 13:56 ` tsndqst
@ 2021-12-15 13:56 ` tsndqst
  1 sibling, 0 replies; 3+ messages in thread
From: tsndqst @ 2021-12-15 13:56 UTC (permalink / raw)
  To: ml

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

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

gns3-server: update aiofiles version constraint
https://github.com/void-linux/void-packages/pull/34475

Description:
python3-aiofiles was recently updated to [0.8.0](https://github.com/void-linux/void-packages/commit/8c12849a806f36ef6f54a9ddb491f42ff91b777b).  This change updates the version in requirements.txt to allow gns3-server to use the new version of aiofiles.

<!-- 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-11  3:11 [PR PATCH] gns3-server: update aiofiles version constraint tsndqst
2021-12-15 13:56 ` tsndqst
2021-12-15 13:56 ` [PR PATCH] [Closed]: " tsndqst

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