Frederik Rietdijk
8521ea97a7
python.pkgs.twisted: add the tls extras
...
With setuptools it is possible to define optional sets of packages.
Sometimes packages may require a dependency with such extras. In that
case we could now add e.g. twisted.extras.tls to the
propagatedBuildInputs.
2017-09-02 13:55:59 +02:00
Frederik Rietdijk
f1796b8be0
python.pkgs.service-identity: move expression
2017-09-02 13:55:59 +02:00
Jörg Thalheim
8d015553d5
ansible_2_2/ansible_2_1: switch to overrideDerivation for jinja2
2017-09-02 13:55:59 +02:00
Jörg Thalheim
c1dea51fa1
pandas: fix dateutil tests
2017-09-02 13:55:59 +02:00
Jörg Thalheim
76ba0c15cb
flexget: 2.10.40 -> 2.10.82
2017-09-02 13:55:59 +02:00
Jörg Thalheim
6ba195897c
guessit_2_0: init at 2.0.4
2017-09-02 13:55:59 +02:00
Jörg Thalheim
9788c3f421
python.pkgs.jinja2: 2.9.5 -> 2.9.6
2017-09-02 13:55:59 +02:00
Jörg Thalheim
d6e40f2c14
python.pkgs.vcversioner: 2.14.0.0 -> 2.16.0.0
2017-09-02 13:55:59 +02:00
Jörg Thalheim
4e1b5e15fb
python.pkgs.jsonschema: 2.5.3 -> 2.6.0
2017-09-02 13:55:59 +02:00
Jörg Thalheim
32a158b43a
python.pkgs.flask: 0.12 -> 0.12.2
2017-09-02 13:55:59 +02:00
Jörg Thalheim
bde5cde9c6
python.pkgs.pytest-sugar: init at 0.9.0
2017-09-02 13:55:59 +02:00
Jörg Thalheim
1089ccedb7
python.pkgs.pytest-warnings: init at 0.3.0
2017-09-02 13:55:59 +02:00
Jörg Thalheim
ec33fe6181
python.pkgs.cherrypy: 8.7.0 -> 11.0.0
2017-09-02 13:55:59 +02:00
Jörg Thalheim
be7d6c4cfd
python.pkgs.beautifulsoup: 4.5.3 -> 4.6.0
2017-09-02 13:55:59 +02:00
Jörg Thalheim
dc6d287dcf
python.pkgs.portend: init at 2.1.2
2017-09-02 13:55:58 +02:00
Jörg Thalheim
1041009a92
python.pkgs.cheroot: init at 5.5.0
2017-09-02 13:55:58 +02:00
Jörg Thalheim
69c4724dd4
python.pkgs.backports_unittest-mock: init at 1.3
2017-09-02 13:55:58 +02:00
Jörg Thalheim
c6539df7ab
python.pkgs.dateutil: 2.6.0 -> 2.6.1
2017-09-02 13:55:58 +02:00
Jörg Thalheim
7ea0076537
python.pkgs.tempora: 1.4 -> 1.8
2017-09-02 13:55:58 +02:00
Jörg Thalheim
50cc30da73
python.pkgs.werkzeug: 0.11.10 -> 0.12
2017-09-02 13:55:58 +02:00
Jörg Thalheim
c9f387a55c
python.pkgs.tzlocal: 1.2.2 -> 1.4
2017-09-02 13:55:58 +02:00
Jörg Thalheim
ffb043b769
python.pkgs.requests: 2.13.0 -> 2.18.4
2017-09-02 13:55:58 +02:00
Jörg Thalheim
7a73f298d9
python.pkgs.pytz: 2016.6.1 -> 2017.2
2017-09-02 13:55:58 +02:00
Jörg Thalheim
4050ec5836
python.pkgs.flask-restplus_0_8: remove
2017-09-02 13:55:58 +02:00
Jörg Thalheim
bfabc3a78c
python.pkgs.flask-restful: 0.3.5 -> 0.3.6
2017-09-02 13:55:58 +02:00
Jörg Thalheim
99ed36e590
python.pkgs.flask-cors: 2.1.2 -> 3.0.2
2017-09-02 13:55:58 +02:00
Jörg Thalheim
8bc620ddc2
python.pkgs.flask-compress: 1.3.2 -> 1.4.0
2017-09-02 13:55:58 +02:00
Jörg Thalheim
b4dbd7fdb8
python.pkgs.chardet: 2.3.0 -> 3.0.4
2017-09-02 13:55:58 +02:00
Jörg Thalheim
f3400b5ca9
python.pkgs.urrlib3: 1.20 -> 1.22
2017-09-02 13:55:58 +02:00
Kranium Gikos Mendoza
0604ea66c6
ekiga: fix build
2017-09-02 21:39:40 +10:00
Frederik Rietdijk
c2e23a4948
Merge pull request #28871 from romildo/mate
...
mate desktop: some improvements
2017-09-02 13:21:40 +02:00
Frederik Rietdijk
91ede67a5a
systemd: use fetchurl for patch
...
because a hash corresponding to fetchurl was provided.
2017-09-02 13:09:58 +02:00
Robin Gloster
fc8fc63b67
ruby_2_0_0: fix eval due to nested list
2017-09-02 13:08:09 +02:00
Cray Elliott
6a1be3d4f4
dolphinEmuMaster: 20170730 -> 20170902
...
many bugfixes and features implemented, included accurate NAND support
and ubershaders v2
2017-09-02 03:57:10 -07:00
Domen Kožar
991654fa4a
haskell: add combinator to enable DWARF debugging
...
Tested using:
$ cat test-strip.nix
with (import ./. {});
with haskell.lib;
haskell.packages.ghc802.override {
overrides = self: super: {
microlens = enableDWARFDebugging super.microlens;
};
}
$ nix-build -A microlens test-strip.nix
$ objdump -t <path-to-so-file>
2017-09-02 11:25:50 +01:00
Frederik Rietdijk
b7d257a520
Python docs: add section on tests
2017-09-02 12:06:50 +02:00
Austin Seipp
54ae0aa1b0
z3_opt: remove and replace with z3
...
Z3 has supported optimization features since the 4.4.x release, so this can be
removed.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-09-02 04:19:11 -05:00
Austin Seipp
583ebc086c
yices: now under GPLv3
...
This means Hydra can build it now!
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-09-02 04:19:11 -05:00
Austin Seipp
cd7b2ec77a
yosys: 2016.11.25 -> 2017.09.01
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-09-02 04:19:11 -05:00
Austin Seipp
32297e1baf
arachne-pnr: 2016.08.18 -> 2017.06.29, license switch
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-09-02 04:19:11 -05:00
Austin Seipp
e3bc5171df
icestorm: 2016.11.01 -> 2017.08.31
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-09-02 04:19:11 -05:00
Austin Seipp
fc143bf1a3
iverilog: 2016.05.21 -> 2017.08.12
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-09-02 04:19:11 -05:00
Frederik Rietdijk
d0dab8a330
Merge remote-tracking branch 'upstream/master' into HEAD
2017-09-02 11:10:52 +02:00
Unai Zalakain
3ff173ffde
jrnl: support journal encryption by default
2017-09-02 11:03:49 +02:00
Jörg Thalheim
1c0a5671a1
Merge pull request #28863 from mguentner/pybitmessage
...
pybitmessage dependency fixes & pytools 2016.2.1 -> 2017.4
2017-09-02 08:36:18 +01:00
Jörg Thalheim
34f1024a83
Merge pull request #28872 from disassembler/freewheeling
...
freewheeling: UNSTABLE -> 0.6.2
2017-09-02 08:28:14 +01:00
Jörg Thalheim
7b20952c04
Merge pull request #28726 from vyp/interception-tools
...
interception-tools: init at 0.1.1
2017-09-02 08:24:57 +01:00
Jörg Thalheim
a020ca5f35
Merge pull request #28880 from disassembler/glmark2
...
glmark2: 2016-05-11 -> 2017-09-01
2017-09-02 08:24:20 +01:00
Jörg Thalheim
aa01bed489
Merge pull request #28879 from romildo/vertex-theme
...
theme-vertex: do not explicitly indicate the gnome version
2017-09-02 08:20:22 +01:00
Jörg Thalheim
16df841ac4
Merge pull request #28881 from romildo/arc-theme
...
arc-theme: 2016-11-25 -> 2017-05-12
2017-09-02 07:58:35 +01:00