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
Martin Weinelt
c05b2e7eea
gns3-server: relax aiohttp pin
2020-11-18 02:04:29 +01: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
Jonathan Ringer
8c3e9313c9
gns3-server: fix build
2020-06-12 13:20:18 -07:00
Michael Weiss
8978ef3877
gns3-{gui,server}: 2.2.5 -> 2.2.6 ( #83422 )
2020-03-26 13:45:35 +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
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
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Michael Weiss
3b38247781
gns3Packages.{server,gui}Stable: 2.1.18 -> 2.1.19
2019-05-29 00:36:41 +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
0e0a00bb6f
gns3Packages.{server,gui}Preview: 2.2.0a1 -> 2.2.0a2
2019-03-14 12:54:11 +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
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
Frederik Rietdijk
f0b49c4d10
python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
d69246709f
pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
...
Created a version to prompt_toolkit_1 for legacy ipython
2018-11-21 12:38:54 +01:00
Michael Weiss
b7e64c2190
gns3Packages.{server,gui}{Stable,Preview}: 2.1.7 -> 2.1.9
2018-08-18 14:33:28 +02:00
Michael Weiss
76723a26f9
gns3Packages.server{Stable,Preview}: Pin the aiohttp version
...
This is required for #34891 .
2018-02-16 14:07:46 +01:00
Michael Weiss
fbe17703ab
gns3Packages.server{Stable,Preview}: Unlock the multidict version
2018-01-21 21:17:14 +01:00
Michael Weiss
0beabe4a81
gns3Packages.server{Stable,Preview}: Fix the build
...
I initially thought python3Packages.yarl wouldn't build but then
realized it was actually due to my overwrite.
2018-01-21 02:17:48 +01:00
Michael Weiss
a02f66e87b
gns3Packages.{server,gui}{Stable,Preview}: 2.1.0 -> 2.1.1
2017-12-23 11:41:03 +01:00
Michael Weiss
d0bb0a2c53
aiohttp-cors: 0.5.3 -> 0.6.0
2017-12-23 01:14:06 +01:00
Michael Weiss
6aed80f271
gns3Packages.{server,gui}Stable: 2.0.3 -> 2.1.0
2017-11-12 19:56:45 +01:00
Michael Weiss
c4dbbbd890
gns3Packages.{server,gui}Preview: 2.1.0rc3 -> 2.1.0rc4
2017-11-08 14:56:36 +01:00
Michael Weiss
5257232ac7
gns3: "Improve" the packaging
...
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-22 21:30:38 +02:00
Jörg Thalheim
27e87d8bc8
gns3: 2.0.3 -> 2.1.0rc1
2017-09-16 13:56:00 +01:00
Michael Weiss
953b232385
gns3-server: init at 2.0.3
2017-08-06 17:40:53 +02:00