Commit Graph

74 Commits

Author SHA1 Message Date
Michael Weiss
c7cbc7098a
gns3-{gui,server}: 2.2.16 -> 2.2.17 2020-12-06 12:21:39 +01:00
Martin Weinelt
c05b2e7eea
gns3-server: relax aiohttp pin 2020-11-18 02:04:29 +01:00
Michael Weiss
aece293ebf
gns3-{gui,server}: 2.2.15 -> 2.2.16 2020-11-12 12:55:57 +01:00
Michael Weiss
c9eaddb48b
gns3-{gui,server}: 2.2.14 -> 2.2.15 2020-10-09 15:18:53 +02:00
Michael Weiss
7e4b7ecd00
gns3-{gui,server}: 2.2.13 -> 2.2.14 2020-09-24 12:29:59 +02:00
Michael Weiss
ebd2e632d6
gns3-{gui,server}: 2.2.12 -> 2.2.13 2020-09-06 16:18:57 +02:00
Michael Weiss
a2498f5ace
gns3-gui: Replace qt5Full with wrapQtApp (proper solution)
This will now properly wrap the gns3 binary using wrapQtApp instead of
unnecessarily adding qt5Full to the PATH (which significantly increases
the closure and often causes the build to break due to broken transitive
dependencies).
This supersedes the old approach from commit 0eaec4dee2.
2020-08-08 15:11:47 +02:00
Michael Weiss
e67b1c2875
gns3-{gui,server}: 2.2.11 -> 2.2.12 2020-08-08 14:35:25 +02:00
Michael Weiss
99ab9545b2
gns3-{gui,server}: 2.2.9 -> 2.2.11 2020-07-12 19:17:43 +02:00
Michael Weiss
bab982e5ec
gns3-{gui,server}: 2.2.8 -> 2.2.9
Note: This update is pretty delayed as it was initially blocked by
sentry-sdk being too old and breaking Python changes from staging.
2020-07-12 18:50:01 +02:00
Atemu
0eaec4dee2
gns3-gui: Add the missing qt5Full runtime dependency
qt5Full may not be installed on users' systems and the gns3-gui depends
on it explicitly.
Note: This also fixes e.g. "nix-shell -p gns3-gui --pure" (at the cost
of an increased closure size).
2020-06-24 19:30:17 +02:00
Atemu
06aec42781
gns3-gui: Fix the build
For Python 3.8 jsonschema 3.2.0 is required instead of 2.6.0.
2020-06-17 13:56:17 +02:00
Jonathan Ringer
8c3e9313c9 gns3-server: fix build 2020-06-12 13:20:18 -07:00
Michael Weiss
1104de365e
gns3-{gui,server}: 2.2.7 -> 2.2.8 2020-05-10 14:58:38 +02:00
Michael Weiss
49cc739239
gns3-{gui,server}: 2.2.6 -> 2.2.7 2020-04-08 11:58:44 +02:00
Michael Weiss
8978ef3877
gns3-{gui,server}: 2.2.5 -> 2.2.6 (#83422) 2020-03-26 13:45:35 +01:00
Michael Weiss
09a8f9297c
gns3-{gui,server}: Fix the build by disabling the psutil tests
The tests where only enabled recently in 0d1d43d49c but apparently fail
for the older version (I didn't have a closer look as they should work
after the next GNS3 release anyway).
2020-02-25 22:23:18 +01:00
Alan Hollis
4f4d792e70 gns3: Fix python package not being pinned (#77701)
Due to https://github.com/NixOS/nixpkgs/issues/44426 the correct psutils
package is not picked up, this commit changes the code so the correct
version is always picked.
2020-01-17 23:25:35 +01:00
Michael Weiss
b333f39de7
gns3-{gui,server}: 2.2.3 -> 2.2.5 2020-01-10 17:57:24 +01:00
Michael Weiss
a27a14da2a
gns3-{gui,server}: 2.2.2 -> 2.2.3 2019-11-15 22:23:11 +01:00
Michael Weiss
ce6364a5ba
gns3-{gui,server}: 2.2.1 -> 2.2.2 2019-11-05 12:36:32 +01:00
Michael Weiss
5b2a6c9984
gns3-{gui,server}: 2.2.0 -> 2.2.1 2019-11-03 14:05:31 +01:00
Michael Weiss
b52fb3b078
gns3Packages.{server,gui}Stable: 2.1.21 -> 2.2.0
gns3Packages.{server,gui}Preview: 2.2.0rc5 -> 2.2.0

The new dependency on setuptools is required for pkg_resources:

ImportError: No module named pkg_resources
2019-10-04 12:28:57 +02:00
Michael Weiss
8668af2b14
gns3Packages.{server,gui}Preview: 2.2.0rc4 -> 2.2.0rc5 2019-09-10 14:02:21 +02:00
Michael Weiss
b7461c8828
gns3Packages.{server,gui}Preview: 2.2.0rc3 -> 2.2.0rc4 2019-08-31 22:05:55 +02:00
Michael Weiss
ff5e66b745
gns3Packages.{server,gui}Preview: 2.2.0b4 -> 2.2.0rc3 2019-08-17 15:38:50 +02:00
Michael Weiss
63a99ccee4
gns3Packages.{server,gui}Preview: 2.2.0b3 -> 2.2.0b4 2019-07-11 22:29:38 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Michael Weiss
856d601b64
gns3Packages.{server,gui}Preview: 2.2.0b2 -> 2.2.0b3 2019-06-16 12:08:51 +02:00
Michael Weiss
371ce92349
gns3Packages.{server,gui}Stable: 2.1.20 -> 2.1.21 2019-06-14 22:09:15 +02:00
Michael Weiss
61adb40d6f
gns3Packages.{server,gui}Preview: 2.2.0b1 -> 2.2.0b2 2019-05-29 22:02:16 +02:00
Michael Weiss
63e443d84d
gns3Packages.{server,gui}Stable: 2.1.19 -> 2.1.20 2019-05-29 22:02:16 +02:00
Michael Weiss
3b38247781
gns3Packages.{server,gui}Stable: 2.1.18 -> 2.1.19 2019-05-29 00:36:41 +02:00
Michael Weiss
f38707a4e4
gns3Packages.{server,gui}Preview: 2.2.0a5 -> 2.2.0b1 2019-05-22 20:25:38 +02:00
Michael Weiss
788e9b7e26
gns3Packages.{server,gui}Stable: 2.1.17 -> 2.1.18 2019-05-22 20:25:37 +02:00
Michael Weiss
3cebc9a390
gns3Packages.{server,gui}Stable: 2.1.16 -> 2.1.17 2019-05-17 20:33:44 +02:00
Michael Weiss
2047a4dde2
gns3Packages.{server,gui}Stable: 2.1.15 -> 2.1.16 2019-04-16 10:26:11 +02:00
Michael Weiss
14d6691c49
gns3Packages.{server,gui}Preview: 2.2.0a4 -> 2.2.0a5 2019-04-16 10:26:11 +02:00
Michael Weiss
f370671c9a
gns3Packages.{server,gui}Preview: 2.2.0a3 -> 2.2.0a4 2019-04-07 11:46:00 +02:00
Michael Weiss
072adccff7
gns3Packages.{server,gui}Preview: 2.2.0a2 -> 2.2.0a3 2019-03-25 14:14:22 +01:00
Michael Weiss
5cb066c9b9
gns3Packages.{server,gui}Stable: 2.1.14 -> 2.1.15 2019-03-22 12:19:26 +01:00
Michael Weiss
0e0a00bb6f
gns3Packages.{server,gui}Preview: 2.2.0a1 -> 2.2.0a2 2019-03-14 12:54:11 +01:00
Michael Weiss
5a8bfc98a2
gns3Packages.{server,gui}Stable: 2.1.13 -> 2.1.14 2019-02-28 13:57:13 +01:00
Michael Weiss
3725da4aa9
gns3Packages.{server,gui}Stable: 2.1.12 -> 2.1.13 2019-02-26 22:46:45 +01:00
Michael Weiss
ce019e775f
gns3-server: Switch to Python 3.7
This will finally make the builds reproducible. Python 3.6 stored
timestamps in the .pyc files but Python 3.7 implements PEP 552 [0].

[0]: https://www.python.org/dev/peps/pep-0552/
2019-02-23 17:38:39 +01:00
Michael Weiss
0c4786cf76
gns3Packages.{server,gui}Preview: 2.1.12 -> 2.2.0a1 2019-02-01 12:39:56 +01:00
Michael Weiss
b4cd25c243
gns3Packages.{server,gui}{Stable,Preview}: 2.1.11 -> 2.1.12 2019-01-23 14:41:40 +01:00
Robert Schütz
e56f76f81b gns3-server: improve expression 2019-01-10 17:05:21 +01:00
Michael Weiss
469a36cdb9 gns3-server: Switch to overrideAttrs 2018-12-21 11:07:39 +01:00
Michael Weiss
7b26a5843e gns3-server: Fix the build
This solution isn't optimal but it seems like typing has problems with
Python 3.7 and prompt_toolkit 1.0.15 is still required.
2018-12-20 21:45:09 +01:00