mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
gns3-server: update to 2.2.28.
This commit is contained in:
parent
84a29bddf5
commit
858de11832
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,8 @@ diff --git a/requirements.txt b/requirements.txt
|
||||||
-aiohttp==3.7.4.post0
|
-aiohttp==3.7.4.post0
|
||||||
+aiohttp>=3.7.4
|
+aiohttp>=3.7.4
|
||||||
aiohttp-cors==0.7.0
|
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
|
||||||
+Jinja2>=3.0.1
|
+Jinja2>=3.0.1
|
||||||
-sentry-sdk==1.3.1
|
-sentry-sdk==1.3.1
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'gns3-server'
|
# Template file for 'gns3-server'
|
||||||
pkgname=gns3-server
|
pkgname=gns3-server
|
||||||
version=2.2.27
|
version=2.2.28
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
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"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
|
depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
|
||||||
python3-Jinja2 python3-psutil python3-aiofiles
|
python3-Jinja2 python3-psutil python3-aiofiles
|
||||||
|
@ -14,8 +12,9 @@ short_desc="Graphical Network Simulator 3 - Server"
|
||||||
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://gns3.com"
|
homepage="https://gns3.com"
|
||||||
|
changelog="https://raw.githubusercontent.com/GNS3/gns3-server/master/CHANGELOG"
|
||||||
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
|
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
|
# The source archive contains statically linked artifacts for x86_64
|
||||||
# glibc, since this is the only architecture supported by upstream, we
|
# glibc, since this is the only architecture supported by upstream, we
|
||||||
|
|
Loading…
Add table
Reference in a new issue