mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
gns3-server: update to 2.1.8
This commit is contained in:
parent
523343a122
commit
f3ba64b780
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
--- requirements.txt 2018-05-22 14:11:48.000000000 +0200
|
--- requirements.txt.orig 2018-06-16 17:35:19.069681399 -0700
|
||||||
+++ - 2018-05-27 14:37:55.136872861 +0200
|
+++ requirements.txt 2018-06-16 17:35:29.289966118 -0700
|
||||||
@@ -8,4 +8,4 @@
|
@@ -8,4 +8,4 @@
|
||||||
zipstream>=1.1.4
|
zipstream>=1.1.4
|
||||||
typing>=3.5.3.0 # Otherwise yarl fails with python 3.4
|
typing>=3.5.3.0 # Otherwise yarl fails with python 3.4
|
||||||
prompt-toolkit
|
prompt-toolkit==1.0.15
|
||||||
-async-timeout<3.0.0 # pyup: ignore; 3.0 drops support for python 3.4
|
-async-timeout<3.0.0 # pyup: ignore; 3.0 drops support for python 3.4
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
+async-timeout
|
+async-timeout
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gns3-server'
|
# Template file for 'gns3-server'
|
||||||
pkgname=gns3-server
|
pkgname=gns3-server
|
||||||
version=2.1.6
|
version=2.1.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gns3server"
|
pycompile_module="gns3server"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://gns3.com"
|
homepage="https://gns3.com"
|
||||||
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=a292be8f0a4ea970e43ea980383f046b2417e7412ff00e171a44453bde8f3463
|
checksum=8bccf2ba16832743e0743f11fe19f506172af07c68d2eae156ea1b946415b1a0
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# relax requirements
|
# relax requirements
|
||||||
|
|
Loading…
Add table
Reference in a new issue