3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

46005 commits

Author SHA1 Message Date
Robert Schütz 7a263b9af9 pythonPackages.netdisco: 1.2.4 -> 1.3.1 2018-03-18 17:45:09 +01:00
Robert Schütz 024acca3f4
Merge pull request #37147 from Ma27/fix-thumbor
pythonPackages.thumbor: fix build
2018-03-18 17:18:29 +01:00
Robert Schütz 3d183c14d7
Merge pull request #37250 from dotlambda/python-fixes
Python fixes, cc #36453
2018-03-18 16:39:04 +01:00
Robert Schütz 5c897bdd59 pythonPackages.flake8-debugger: fix build 2018-03-18 16:12:48 +01:00
Robert Schütz 93b10cd879 pythonPackages.colander: 1.0 -> 1.4 2018-03-18 15:52:24 +01:00
Robert Schütz a6cbdeaef3 pythonPackages.colander: move expression 2018-03-18 15:52:18 +01:00
Gabriel Ebner 8ba914a224
Merge pull request #35542 from volth/patch-108
cfr: 0_101 -> 0_125
2018-03-18 15:43:21 +01:00
Jörg Thalheim aa878c2d15
Merge pull request #37315 from xeji/epoxy-darwin-fix
epoxy: fix darwin build
2018-03-18 12:52:47 +00:00
Jörg Thalheim 711bef7bcf
Merge pull request #37077 from Maxdamantus/edbrowse
edbrowse: 3.6.1 -> 3.7.2
2018-03-18 12:39:15 +00:00
xeji b6ca572694 epoxy: fix darwin build 2018-03-18 13:36:14 +01:00
Joachim Schiele f41a3e7d7d
Emscripten 1.37.16 to 1.37.36 (#37291)
* trying to build emscriptenPackages not all fail

* reading the console.log it turns out python executable is not in place and that is why emconfigure didnt work

* backup commit

* much more targets are compiling now

* added common revisioning

* revision bump to 1.37.36 (not tested)

* fixed xmllint

* forcing unit testing, will implement the tests after i get home

* json_c test working

* added tests

* tiny fixes

* added documentation
2018-03-18 13:34:46 +01:00
Robert Schütz edc94294c8 pythonPackages.robomachine: fix build 2018-03-18 13:19:44 +01:00
Robert Schütz bd7a7bd817 pythonPackages.allpairspy: init at 2.4.0 2018-03-18 13:19:06 +01:00
Robert Schütz 97e54c4f75 pythonPackages.pyhomematic: disable tests because of unreliable timimg 2018-03-18 12:55:27 +01:00
Robert Schütz 14ed0f5fe0 pythonPackages.credstash: fix build
This applies https://github.com/fugue/credstash/pull/178.
2018-03-18 12:53:48 +01:00
Gabriel Ebner 9a49811f66
Merge pull request #30263 from tsaeger/tsaeger/ofxhome
pythonPackages.ofxhome: 0.3.1 -> 0.3.3
2018-03-18 12:40:52 +01:00
Robert Schütz 0b6a2b2037 pythonPackages.odo: mark as broken
Odo is incompatible with Networkx 2.
See https://github.com/blaze/odo/pull/601.
2018-03-18 12:37:39 +01:00
Jörg Thalheim 38c3df5396
Merge pull request #37068 from oxij/pkgs/speech
pkgs: some speech-related things
2018-03-18 11:34:40 +00:00
Jörg Thalheim bcddd8bd2a
Merge pull request #37033 from lukeadams/freenect-update
freenect: 0.5.5 -> 0.5.7, Enable Darwin
2018-03-18 11:26:24 +00:00
Gabriel Ebner f6487c69d6
Merge pull request #36611 from ryantm/auto-update/libstrophe
libstrophe: 0.9.1 -> 0.9.2
2018-03-18 12:16:53 +01:00
Gabriel Ebner 9538a1179b
Merge pull request #37081 from ryantm/auto-update/poco
poco: 1.8.1 -> 1.9.0
2018-03-18 11:57:12 +01:00
Jörg Thalheim da3447644c
Merge pull request #37223 from ryantm/auto-update/mkdocs
mkdocs: 0.17.2 -> 0.17.3
2018-03-18 10:55:15 +00:00
Gabriel Ebner d49caee27b
Merge pull request #36997 from ryantm/auto-update/grib-api
grib-api: 1.24.0 -> 1.26.0
2018-03-18 11:53:51 +01:00
Jörg Thalheim 87ddeaa1b0
Merge pull request #37255 from ryantm/auto-update/ace
ace: 6.4.6 -> 6.4.7
2018-03-18 10:47:02 +00:00
Robert Schütz bd3280fbae pythonPackages.python-ctags3: init at 1.2.4 2018-03-18 11:46:37 +01:00
Gabriel Ebner 9bb679aa63
Merge pull request #37286 from ryantm/auto-update/exempi
exempi: 2.4.4 -> 2.4.5
2018-03-18 11:43:09 +01:00
Jörg Thalheim c3535901c3 python.pkgs.pushover: tests exists, but require network 2018-03-18 10:05:24 +00:00
Maximilian Bosch 23e6689578
pythonPackages.thumbor: 6.3.2 -> 6.4.2; fix build
Origianlly the package was broken as bumping `pythonPackages.pillow` to
5.x broke `thumbor`. The latest upstream version `6.4.2` solved this
issue, so a simple package bump was sufficient.

Furthermore the following changes were made:

- moved the expression into its own file
- added myself as maintainer in case of any further breackage
- re-enabled python3 build: 6.4.2 is fine with python3, however the
  `futures` dependency can't be satisfied anymore as it's part of
  Python3. Therefore a patch for `setup.py` will be applied for Python3
  buildsto drop the dependency

Note: the testsuite is disabled for now as several impure tests are done
and our testing environment seems to be unable to work the with the
natively compiled python modules properly.

Therefore I tested the module using the following expression:

``` nix
with import ./. {};

stdenv.mkDerivation {
  name = "thumbor-test";
  src = null;
  buildInputs = [ python pythonPackages.thumbor ];
}
```

Inside this nix shell `thumbor` works fine and the native modules can be
imported.

See https://hydra.nixos.org/build/71062729/log
See ticket #36453
2018-03-18 10:31:59 +01:00
Vladimír Čunát bbe8c1e593
tremor: rename according to our docs
https://nixos.org/nixpkgs/manual/#sec-package-naming
I forgot to include this commit in the parent merge.
2018-03-18 10:31:15 +01:00
Vladimír Čunát 65cf335715
Merge #37267: libvorbis, tremor: CVE-2018-5146 updates + SDL build impurity. 2018-03-18 10:23:17 +01:00
Vladimír Čunát 488ef9a7a0
SDL: avoid cryptic error from /bin/sh impurity 2018-03-18 10:17:57 +01:00
Jörg Thalheim a5551103b5
Merge pull request #37298 from veprbl/pyslurm_bump
pyslurm: 20171102 -> 20170302 to fix after slurm bump
2018-03-18 09:13:58 +00:00
Jörg Thalheim eb3b45fca7
Merge pull request #37293 from peterhoeg/p/po
pythonPackages.pushover: init at 0.3
2018-03-18 09:03:41 +00:00
Jörg Thalheim 3336a7b8ac python.pkgs.pushover: there are no tests 2018-03-18 09:02:55 +00:00
lewo 1e756b7022
Merge pull request #36801 from vdemeester/update-doctl-172
doctl: 1.5.0 -> 1.7.2
2018-03-18 09:22:39 +01:00
Michael Raskin 71ab6b3d09
Merge pull request #37279 from ryantm/auto-update/eigen
eigen: 3.3.3 -> 3.3.4
2018-03-18 08:06:43 +00:00
Dmitry Kalinkin 8b1fba582a pyslurm: 20171102 -> 20170302 to fix after slurm bump 2018-03-18 01:14:24 -04:00
Peter Hoeg 453a60ed95
Merge pull request #37243 from ryantm/auto-update/usb-modeswitch-data
usb-modeswitch-data: 20170205 -> 20170806
2018-03-18 12:19:56 +08:00
Peter Hoeg 1b129b0b54 pythonPackages.pushover: init at 0.3 2018-03-18 12:16:27 +08:00
Ryan Mulligan 34682ddc49 exempi: 2.4.4 -> 2.4.5
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.4.5 with grep in /nix/store/l4nmjlanshgdwrh95g1h0714zcm1kk3z-exempi-2.4.5
- directory tree listing: https://gist.github.com/2d437e9ea408cfda7abaa772865a0b82
2018-03-17 17:22:14 -07:00
Ryan Mulligan 8ccd09879b eigen: 3.3.3 -> 3.3.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.3.4 with grep in /nix/store/q5xnlq781hvj0skjlhnb1qw1k69pf048-eigen-3.3.4
- directory tree listing: https://gist.github.com/d83ce54c91cb6ecf3fd3eb94b666357f
2018-03-17 16:16:13 -07:00
Peter Simons 54c1ca5fe9 haskell-xmonad: patch to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons 13b154aee4 haskell-data-inttrie: patch to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons b8ab77c1f0 haskell-th-printf: jailbreak to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons c044a82caf haskell-json: patch to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons 148646e630 haskell-matrix: override to latest version for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons 93d241e3dd haskell-timezone-olson: override to latest version for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons 7d5a69c265 haskell-GenericPretty: drop obsolete override for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons 8848a95575 haskell-boxes: drop obsolete override for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons cedf31b04a haskell-brick: override to latest version to fix build with ghc-8.4.x 2018-03-17 21:16:49 +01:00