Natanael Copa
3d2bc16402
community/gns3-server: rebuild against python 3.8
2019-11-05 15:33:56 +00:00
Francesco Colista
ccf5818041
community/gns3-server: fixed further dependencies
2019-10-03 14:54:09 +00:00
Francesco Colista
cef9727820
community/gns3-server: added missing dep (not explicit in requirements.txt)
2019-10-03 09:29:38 +00:00
Francesco Colista
92c3df930d
community/gns3-server: upgrade to 2.2.0
2019-10-03 07:21:10 +00:00
Francesco Colista
d5d3463bab
community/gns3-server: upgrade to 2.1.21
2019-06-17 06:46:10 +00:00
Francesco Colista
88bf0a62b2
community/gns3-server: added last missing dependency introduced with the upgrade
2019-05-30 07:02:03 +00:00
Francesco Colista
fdfc21f416
community/gns3-server: added new dependency
2019-05-30 05:34:03 +00:00
Francesco Colista
f6f81ef37e
community/gns3-server: some dependencies are still hardcoded in requirements.txt
...
Because of this i had to put back the packages with -gns3 extensions
2019-05-29 12:44:42 +00:00
Francesco Colista
34bbc5abd0
community/gns3-server: updated dependencies
2019-05-29 11:39:52 +00:00
Francesco Colista
c3d46c2d99
community/gns3-server: upgrade to 2.1.20
2019-05-29 11:39:52 +00:00
Francesco Colista
a302ed5bb1
community/gns3-server: upgrade to 2.1.19
2019-05-29 06:39:02 +00:00
Leo
9ed40ed4e1
community/gns3-server: modernize, fix license
2019-05-27 06:37:18 +00:00
Francesco Colista
adeb381165
community/gns3-server: upgrade to 2.1.18
2019-05-24 08:29:02 +00:00
Francesco Colista
f0e547071d
community/gns3-server: upgrade to 2.1.17
2019-05-18 16:10:27 +00:00
Natanael Copa
052a812095
community/gns3-server: rebuild against python 3.7
2019-04-17 11:45:57 +00:00
Francesco Colista
046fc45692
community/gns3-server: upgrade to 2.1.6
2019-04-16 20:09:45 +00:00
Francesco Colista
5c3e19c4bf
community/gns3-server: upgrade to 2.1.15
2019-03-25 07:58:27 +00:00
Francesco Colista
0a355d7ba9
community/gns3-server: upgrade to 2.1.14
2019-03-01 13:40:21 +00:00
Francesco Colista
511eadda34
community/gns3-server:added a prompt_toolkit at the hardcoded version as dependency
2019-02-12 08:51:27 +00:00
Francesco Colista
09f01fe2c9
community/gns3-server: upgrade to 2.1.12
2019-02-12 08:18:54 +00:00
Francesco Colista
388379739b
community/gns3-server: upgrade to 2.1.11
2018-10-02 13:51:57 +00:00
Francesco Colista
916f7c3777
community/gns3-server: upgrade to 2.1.10
2018-09-18 06:11:56 +00:00
Francesco Colista
62fab8708b
community/gns3-server: upgrade to 2.1.9
2018-08-14 09:57:18 +00:00
Francesco Colista
818a29f6be
community/gns3-server: upgrade to 2.1.8
2018-06-18 09:10:36 +00:00
Francesco Colista
ac2ca879fb
community/gns3-server: upgrade to 2.1.7
2018-06-13 06:06:47 +00:00
Francesco Colista
4d273d38ca
community/gns3-server: upgrade to 2.1.6
2018-05-23 13:56:51 +00:00
Francesco Colista
547b07d9ce
community/gns3-server: added missing dependency
2018-05-09 19:06:04 +00:00
Francesco Colista
05748c9fad
community/gns3-server: fixed dependency
...
* Got rid of patches that were supposed to workaround hardcoded python's packages versions
* Introduced two new dependency to make GNS3 work again.
2018-04-30 22:03:30 +00:00
Francesco Colista
0c1ff1b497
community/gns3-server: upgrade to 2.1.5
2018-04-18 16:56:13 +00:00
Francesco Colista
6fbb505659
community/gns3-server: dropped requirements for newer aiohttp-cors version
2018-03-14 15:28:25 +00:00
Francesco Colista
3227f64bed
community/gns3-server: upgrade to 2.1.4
2018-03-12 15:02:31 +00:00
Francesco Colista
ace17b03e9
community/gns3-server: fixed requirements
2018-02-14 17:59:21 +00:00
Francesco Colista
e50debadd2
community/gns3-server: fix requirements
2018-02-12 11:11:08 +00:00
Francesco Colista
444a09215f
community/gns3-server: upgrade to 2.1.3
2018-01-19 11:16:59 +00:00
Francesco Colista
60b61797a5
community/gns3-server: fixed usage with new multidict python package
2018-01-16 18:44:08 +00:00
Francesco Colista
b3dbaea3e1
community/gns3-server: upgrade to 2.1.2
2018-01-09 00:51:57 +00:00
Jakub Jirutka
63f5e7d295
[various]: unify names of licenses according to SPDX
...
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.
Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").
Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.
GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.
Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!
[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
Francesco Colista
6ae9708ccf
community/gns3-server: upgrade to 2.1.1
2017-12-23 04:53:50 +00:00
Francesco Colista
0d44bca5f6
community/gns3-server: aiohttp support added from upstream
2017-12-18 15:12:05 +00:00
Francesco Colista
87775ed373
community/gns3-server: updated patch due to yarl upgrade
2017-11-28 22:09:31 +00:00
Francesco Colista
f7c8b3472e
community/gns3-server: newer aiohttp does not support finish_connections hanlder
...
upstream does not support yet aiohttp 2.3.3
2017-11-22 03:48:56 +00:00
Francesco Colista
f5af506a9b
community/gns3-server: upgrade to 2.1.0
2017-11-22 03:01:17 +00:00
Roberto Oliveira
40d074c249
community/gns3-server: update checksum
2017-11-13 19:13:11 +00:00
tmpfile
d1bbf07a53
community/[various]: fix trailing whitespace
2017-07-10 09:04:20 +00:00
Francesco Colista
4cbe8f4591
community/gns3-server: upgrade to 2.0.3
2017-06-13 12:39:15 +00:00
Francesco Colista
4f82f4771f
community/gns-server: added dependencies for aiohttp1
...
In Alpine repo we have aiohttp 2.x only, but this is incompatible
with GNS3.
Bug sent to upstream https://github.com/GNS3/gns3-server/issues/1054
In the meanwhile, we created a py3-aiohttp1 package to make GNS3 work again
2017-06-02 09:56:00 +00:00
Francesco Colista
84a4a98137
community/gns3-server: upgrade to 2.0.2
2017-05-30 14:43:52 +00:00
Francesco Colista
edbe2d6801
community/gns3-server: upgrade to 2.0.1
2017-05-24 10:47:29 +00:00
Francesco Colista
d4d2d900b0
community/gns3-server: workaround for newer py-packages on Alpine
2017-05-05 09:24:18 +00:00
Breno Leitao
81bbc28380
community/gns3-server: Depends on static busybox
...
This package now depends on busybox-static during build phase.
2017-05-02 21:59:01 +00:00