about summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3/server.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-03-05gns3-{gui,server}: Remove myself as maintainerMichael Weiss1-1/+1
2021-02-05gns3-server: Remove stale substituteInPlaceSandro Jäckel1-3/+1
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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
2020-11-18gns3-server: relax aiohttp pinMartin Weinelt1-1/+3
2020-08-08gns3-{gui,server}: 2.2.11 -> 2.2.12Michael Weiss1-2/+2
2020-07-12gns3-{gui,server}: 2.2.9 -> 2.2.11Michael Weiss1-4/+13
2020-07-12gns3-{gui,server}: 2.2.8 -> 2.2.9Michael Weiss1-1/+1
Note: This update is pretty delayed as it was initially blocked by sentry-sdk being too old and breaking Python changes from staging.
2020-06-12gns3-server: fix buildJonathan Ringer1-2/+4
2020-03-26gns3-{gui,server}: 2.2.5 -> 2.2.6 (#83422)Michael Weiss1-8/+5
2020-01-17gns3: Fix python package not being pinned (#77701)Alan Hollis1-18/+10
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-10gns3-{gui,server}: 2.2.3 -> 2.2.5Michael Weiss1-0/+9
2019-11-03gns3-{gui,server}: 2.2.0 -> 2.2.1Michael Weiss1-2/+11
2019-10-04gns3Packages.{server,gui}Stable: 2.1.21 -> 2.2.0Michael Weiss1-32/+4
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-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-05-29gns3Packages.{server,gui}Stable: 2.1.18 -> 2.1.19Michael Weiss1-4/+2
2019-05-17gns3Packages.{server,gui}Stable: 2.1.16 -> 2.1.17Michael Weiss1-0/+2
2019-03-14gns3Packages.{server,gui}Preview: 2.2.0a1 -> 2.2.0a2Michael Weiss1-1/+1
2019-02-23gns3-server: Switch to Python 3.7Michael Weiss1-4/+9
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-01gns3Packages.{server,gui}Preview: 2.1.12 -> 2.2.0a1Michael Weiss1-3/+3
2019-01-10gns3-server: improve expressionRobert Schütz1-36/+28
2018-12-21gns3-server: Switch to overrideAttrsMichael Weiss1-6/+6
2018-12-20gns3-server: Fix the buildMichael Weiss1-5/+4
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-11-21python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3Frederik Rietdijk1-1/+1
2018-11-21pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7Chris Ostrouchov1-1/+1
Created a version to prompt_toolkit_1 for legacy ipython
2018-08-18gns3Packages.{server,gui}{Stable,Preview}: 2.1.7 -> 2.1.9Michael Weiss1-0/+13
2018-02-16gns3Packages.server{Stable,Preview}: Pin the aiohttp versionMichael Weiss1-0/+14
This is required for #34891.
2018-01-21gns3Packages.server{Stable,Preview}: Unlock the multidict versionMichael Weiss1-29/+2
2018-01-21gns3Packages.server{Stable,Preview}: Fix the buildMichael Weiss1-1/+1
I initially thought python3Packages.yarl wouldn't build but then realized it was actually due to my overwrite.
2017-12-23gns3Packages.{server,gui}{Stable,Preview}: 2.1.0 -> 2.1.1Michael Weiss1-9/+2
2017-12-23aiohttp-cors: 0.5.3 -> 0.6.0Michael Weiss1-1/+10
2017-11-12gns3Packages.{server,gui}Stable: 2.0.3 -> 2.1.0Michael Weiss1-42/+9
2017-11-08gns3Packages.{server,gui}Preview: 2.1.0rc3 -> 2.1.0rc4Michael Weiss1-3/+33
2017-09-22gns3: "Improve" the packagingMichael Weiss1-11/+51
This is "a bit" hacky tho... The improvement is that it now covers the stable as well as the preview releases and doesn't require Python 3.4 anymore.
2017-09-16gns3: 2.0.3 -> 2.1.0rc1Jörg Thalheim1-6/+11
2017-08-06gns3-server: init at 2.0.3Michael Weiss1-0/+37