Commit Graph
82 Commits
Author SHA1 Message Date
Eduardo Sánchez Muñoz 08a26e4579 pythonPackages.sip: rename to sip_4
sip 4 is the old and unmaintained version
2021-05-10 20:41:38 +02:00
Jan Tojnar 4fcaf2b443 Merge branch 'master' into staging-next 2021-03-05 20:38:56 +01:00
Michael Weiss f6e94a2e21 gns3-{gui,server}: Remove myself as maintainer 2021-03-05 18:46:02 +01:00
Martin Weinelt 00ec1e7e35 gns3-server: drop py-cpuinfo override 2021-02-26 11:02:02 +01:00
Michael Weiss 3d9deb5473 gns3-{gui,server}: 2.2.17 -> 2.2.18 2021-02-16 14:46:00 +01:00
Sandro Jäckel 5e3a73dba1 gns3-server: Remove stale substituteInPlace 2021-02-05 12:51:21 +01:00
Pavol Rusnak a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
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