Commit graph

143862 commits

Author SHA1 Message Date
Mario Rodas d9f90bae6d
pythonPackages.curtsies: fix build 2018-12-04 23:01:45 -05:00
Matthew Bauer 6d90a8b894 top-level/stage.nix: add static overlay
Adds the static overlay that can be used to build Nixpkgs statically.
Can be used like:

  nix build pkgsStatic.hello

Not all packages build, as some rely on dynamic linking.
2018-12-04 21:56:03 -06:00
Mario Rodas e728f2dab5
pythonPackages.qasm2image: fix build 2018-12-04 22:23:34 -05:00
Mario Rodas c564ca83ee
pythonPackages.CairoSVG: 2.1.3 -> 2.2.1 2018-12-04 22:21:43 -05:00
Matthew Bauer 53a67891ab ncurses: make shared linking optinoal
when enableShared = false, we set --without-shared flag.
2018-12-04 21:16:43 -06:00
Mario Rodas d1e477509c
termtosvg: 0.3.0 -> 0.6.0 2018-12-04 22:16:36 -05:00
Wael M. Nasreddine e212b99751 amass: 2.8.3 -> 2.8.5 2018-12-04 19:15:28 -08:00
Matthew Bauer e999def159 zlib: clean up static/shared distincion
This is kind of a mess, but basically:

- static=true, shared=true means to build statically but move it to
  the static output
- static=true, shared=false means to build statically and leave it in
  the main output
- static=false, shared=true means to not build static at all

Confusingly, the old default was static=true, shared=true even though
static=false? Still can’t figure out what was meant by that.
2018-12-04 21:14:41 -06:00
Matthew Bauer 5e06294276 darwin/libiconv: fix static/shared logic
The conditional was incorrect - postInstall script should only hsppen
when enableShared = true.
2018-12-04 21:13:24 -06:00
Matthew Bauer 8726f6a558 stdenv/adapters.nix: fixup makeStaticBinaries
- makeStaticBinaries don’t work on Darwin (no stable ABI!)
- Need to make sure NIX_CFLAGS_LINK appends
- isStatic is not used anymore
2018-12-04 21:12:17 -06:00
Matthew Bauer b966d3c583 treewide: remove static packages
Nixpkgs is meant to link everything dynamically. We don’t want to
expose static packages at the top level. If some package needs
statically built binaries, it should use a custom override.
2018-12-04 21:10:45 -06:00
Matthew Bauer a3a6ad7a01 stdenv: implement crossOverlays
crossOverlays only apply to the packages being built, not the build
packages. It is useful when you don’t care what is used to build your
packages, just what is being built. The idea relies heavily on the
cross compiling infrastructure. Using this implies that we need to
create a cross stdenv.
2018-12-04 21:06:46 -06:00
Matthew Bauer 9d8de9ffaa c-ares: don’t set configure flags
These aren’t needed with dontDisableStatic
2018-12-04 20:58:19 -06:00
Mario Rodas e8bfc317fd
pythonPackages.svgwrite: 1.1.6 -> 1.2.1 2018-12-04 21:41:08 -05:00
worldofpeace 572b514582
Merge pull request #51229 from marsam/feature/fedpkg-cleanup
fedpkg: remove unneeded patch
2018-12-04 21:15:32 -05:00
Austin Seipp 3aa9091162 buildRustCreate: export RUSTDOC during cargo config
See https://github.com/NixOS/nixpkgs/pull/50452#issuecomment-443455411

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-04 19:51:51 -06:00
Ding Xiang Fei f4414da64a use interactive bash for gce 2018-12-05 09:47:01 +08:00
Tom Bereknyei 232f76ad2d
rig: init at 1.11 2018-12-04 19:22:45 -05:00
Tim Steinbach 16f42b3694 kafka: Add 2.1 2018-12-05 00:06:07 +00:00
Tim Steinbach 17a7e0d89e kafka: 2.0.0 -> 2.0.1 2018-12-05 00:06:07 +00:00
Philipp 169e279711 kodi-cli: init at 1.1.1
* kodi-cli: init at 1.1.1 (#50892)

* kodi-cli: nitpicks

nitpicks applied are:

  - The pname thing
    staging-next has been merged.

  - Moved to tools/misc
    applications/video is more appropriate for video applications.
    This is a script used to interact with one.

  - Changed platforms to unix
    This script can only be used where kodi is present.
2018-12-05 00:27:26 +01:00
Travis Athougies b682e03e12 libgpg-error: enable Aarch32 support for musl
* Add ARM32 musl support for libgpg-error (#51013)
* libgpg-error: link headers instead of copying
2018-12-05 00:25:54 +01:00
koral 01a7fa8813 loop: unstable-2018-10-02 -> unstable-2018-12-04 2018-12-05 00:19:33 +01:00
Michishige Kaito 688c765f7c bitlbee-discord: 0.4.1 -> 0.4.2 2018-12-04 22:45:43 +00:00
Florian Klink 478654da76
Merge pull request #51526 from mayflower/gitlab-11-5-1
gitlab: 11.5.0 -> 11.5.1
2018-12-04 23:15:17 +01:00
Dmitry Kalinkin aa85911be5
Merge pull request #49716 from eadwu/vscode/insiders
vscode,vscode-insiders: fix insiders build
2018-12-04 16:55:25 -05:00
Edmund Wu d41e868e02
vscode,vscode-extensions: fix insiders build 2018-12-04 16:51:47 -05:00
Renaud b38dd07eaa
nsjail: fix path to new{u|g}idmap (#51523) 2018-12-04 22:47:48 +01:00
Peter Simons 059c61d001 haskell-esqueleto: mark the build as broken 2018-12-04 22:08:46 +01:00
Peter Simons 82bb8cb934 haskell-hspec-core: use latest version when compiling with ghc-8.6.x 2018-12-04 22:08:46 +01:00
Peter Simons 63f5ed9f96 xmobar: disable the failing test suite to fix the build
The test suite tries to access the ALSA system and fails.
2018-12-04 22:08:46 +01:00
Peter Simons d5726e6ad9 haskell-brick: update ghc-8.6.x override for the new version 2018-12-04 22:08:46 +01:00
Peter Simons 697a421fdc haskell-shelly: enable the test suite again 2018-12-04 22:08:46 +01:00
Peter Simons 72b7f7f65b hledger: update overrides for version 1.12 2018-12-04 22:08:46 +01:00
Peter Simons 752b1484e4 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.12-4-g121c563 from Hackage revision
b55c0469b4.
2018-12-04 22:08:46 +01:00
Peter Simons 187e892a61 LTS Haskell 12.21 2018-12-04 22:08:45 +01:00
Robin Gloster c2b54dcee5
gitlab-shell: fix hard-coded path 2018-12-04 21:27:23 +01:00
Robin Gloster 88b63b2505
gitlab: 11.5.0 -> 11.5.1 2018-12-04 21:27:23 +01:00
Dmitry Kalinkin c64e5ccc2f
Merge pull request #51419 from eadwu/vscode-extensions.ms-python.python/2018.11.0
vscode-extensions.ms-python.python: 2018.10.1 -> 2018.11.0
2018-12-04 15:23:01 -05:00
Dmitry Kalinkin 9dec684c89
Merge pull request #51420 from eadwu/vscode-extensions.WakaTime.vscode-wakatime/1.2.4
vscode-extensions.WakaTime.vscode-wakatime: 1.2.3 -> 1.2.4
2018-12-04 15:21:28 -05:00
Jörg Thalheim 8c74bea7b8
Merge pull request #51353 from krebs/nix-writers
build-support writers: content can be string or file
2018-12-04 20:13:36 +00:00
Robert Schütz 315b4c4543 pythonPackages.sphinx_1_2: remove 2018-12-04 21:12:10 +01:00
Patrick Hilhorst eaef9bc7d6 pythonPackages.arelle: 2017-08-24 -> 18.3 2018-12-04 21:11:05 +01:00
José Romildo Malaquias e728ff5ade zafiro-icons: 0.7.2 -> 0.7.3 2018-12-04 17:45:41 -02:00
worldofpeace e7ff7b9318
Merge pull request #51253 from worldofpeace/pywbem-update
pythonPackages.pywbem: 0.10.0 -> 0.12.6
2018-12-04 12:58:19 -05:00
gnidorah 445f79af1c pythonPackages.python-fontconfig: regenerate sources using cython 2018-12-04 20:22:26 +03:00
Jörg Thalheim a995836356
dino: enable parallel building 2018-12-04 17:19:27 +00:00
Johan Thomsen 7f06f36ffb kubernetes: 1.12.2 -> 1.12.3 (#51482) 2018-12-04 18:02:34 +01:00
Eelco Dolstra fca4fbeba9
Revert "libgit2: 0.26.6 -> 0.26.8"
This reverts commit 28b4b4b1e4.

Fixes #51416.
2018-12-04 17:50:45 +01:00
Tor Hedin Brønner 4361e50615 Revert "python: pyjwt: fix build"
This reverts commit bcf736b325.

28cdb6e841 fixed the issue with pytest-3.9.0.
2018-12-04 16:43:01 +01:00
lassulus 995defbb9b build-support writers: content can be string or file 2018-12-04 16:40:32 +01:00
Alexey Shmalko 33b9aa4f35
Merge pull request #51272 from binarin/anki-python3.7-fix
anki: 2.1.6-beta1 -> 2.1.6-beta2, fix python 3.7
2018-12-04 16:26:25 +02:00
Jörg Thalheim fc02ed8b30
Merge pull request #51385 from symphorien/pyflame
pyflame: init at 1.6.7
2018-12-04 14:11:09 +00:00
Renaud b6cc4ae367
Merge pull request #51494 from romildo/upd.nordic-polar
nordic-polar: init at 1.3.0
2018-12-04 15:07:56 +01:00
Renaud 911aa08afc
Merge pull request #51492 from romildo/upd.materia-theme
materia-theme: 20181115 -> 20181125
2018-12-04 15:06:12 +01:00
locallycompact da297ef8aa libpcap: 1.8.1 -> 1.9.0
* libpcap to 1.8.1 -> 1.9.0 (#51216)
Changelog: http://www.tcpdump.org/libpcap-changes.txt

* libpcap: refresh meta.homepage
and fix SHA hash
2018-12-04 14:54:13 +01:00
Jörg Thalheim 2758a38701
Merge pull request #51504 from alyssais/patch-2
doc: reminder to upgrade linux-libre with linux
2018-12-04 13:53:13 +00:00
Alexey Shmalko dd818c8d8f
Merge pull request #51499 from kylewlacy/plex-media-player_2-23-0
plex-media-player: 2.14.1 -> 2.23.0
2018-12-04 15:13:53 +02:00
Alexey Shmalko 48daad824e
Merge pull request #51507 from timokau/spotify-1.0.94
spotify: 1.0.93.242.gc2341a27-15 -> 1.0.94.262.g3d5c231c-9
2018-12-04 15:01:34 +02:00
José Romildo Malaquias c46915c9c1 materia-theme: move to pkgs/data/themes 2018-12-04 10:56:57 -02:00
José Romildo Malaquias eff0cf020f materia-theme: 20181115 -> 20181125 2018-12-04 10:50:48 -02:00
José Romildo Malaquias 5fc63b32f7 nordic-polar: init at 1.3.0 2018-12-04 10:45:13 -02:00
Timo Kaufmann 2f98b1c112 spotify: 1.0.93.242.gc2341a27-15 -> 1.0.94.262.g3d5c231c-9 2018-12-04 13:33:34 +01:00
Tor Hedin Brønner d539b09768 valgrind: run autoconf to pick up Makefile.am patch
https://github.com/NixOS/nixpkgs/pull/51107 added a patch to Makefile.am to fix
a race condition in the build. It was unfortunately never picked up as we we're
using the generated makefile from the tarball.
2018-12-04 13:17:49 +01:00
Alyssa Ross fa749ac858
linux_latest-libre: document finding latest rev
https://github.com/NixOS/nixpkgs/pull/51403#issuecomment-444064006
2018-12-04 12:08:30 +00:00
Cole Mickens d13f9de5ef
noto-fonts: update 2017-10-24 -> 2018-11-30
Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
2018-12-04 04:05:53 -08:00
Alyssa Ross d9eb8c760e
doc: reminder to upgrade linux-libre with linux
https://github.com/NixOS/nixpkgs/pull/51403#issuecomment-444061264
2018-12-04 12:04:03 +00:00
Jörg Thalheim bf90c317ec
Merge pull request #51417 from jvassev/vault
vault: 0.11.2 -> 0.11.5
2018-12-04 10:58:34 +00:00
Jörg Thalheim 49a9bd626d
Merge pull request #51501 from timokau/pygraphviz-path
python.pkgs.pygraphviz: add graphviz path
2018-12-04 10:52:08 +00:00
Renaud f9a3550777
geoclue: fix gobject-introspection naming
gobjectIntrospection is now named gobject-introspection
2018-12-04 11:45:51 +01:00
Timo Kaufmann 21de751e74 python.pkgs.pygraphviz: add graphviz path 2018-12-04 11:44:40 +01:00
Jörg Thalheim 708164fe94
Merge pull request #51457 from binarin/nvidia-legacy-340-no-longer-patch-414
nvidia_legacy_340: Remove unneeded/failing patch
2018-12-04 10:42:38 +00:00
Maximilian Bosch 37f0a4f199
Merge pull request #51497 from hedning/nix-completions-bump
nix-{zsh,bash}-completions version bump
2018-12-04 11:18:25 +01:00
Kyle Lacy 50069a0eea plex-media-player: 2.14.1 -> 2.23.0 2018-12-04 00:11:48 -08:00
Tor Hedin Brønner af4e0db357
Merge pull request #51254 from hedning/fix-balsa-enchant
balsa: switch from enchant to gtkspell3
2018-12-04 09:08:02 +01:00
Tor Hedin Brønner ad8f5ca2bb nix-bash-completions: 0.6.6 -> 0.6.7 2018-12-04 08:34:23 +01:00
Tor Hedin Brønner 5bc0270211 nix-zsh-completions: 0.4.1 -> 0.4.2 2018-12-04 08:32:29 +01:00
Renaud ec95e55eed
Merge pull request #51490 from flokli/zoom-us-2.5.146186.1130
zoom-us: 2.4.129780.0915 -> 2.5.146186.1130
2018-12-04 08:23:53 +01:00
Herwig Hochleitner da511852c1 leiningen: move leiningen-x.x-standalone.jar out of share/java
fixes #51448
2018-12-04 02:58:58 +01:00
Florian Klink c4177f4e5b zoom-us: 2.4.129780.0915 -> 2.5.146186.1130
fixes [CVE-2018-15715](https://nvd.nist.gov/vuln/detail/CVE-2018-15715)
2018-12-04 02:12:56 +01:00
Silvan Mosberger e9ecd7f872 nix-index: Wrap with nix-env in PATH (#51165)
This fixes an impurity in nix-index: Previously it would take the nix-env
binary from the users PATH. I discovered this while trying to run nix-index in a
systemd service, which by default doesn't have nix-env in its path. The
errors it threw were not informative at all and it took me hours to
finally figure out the reason.
2018-12-04 08:54:37 +08:00
Robin Gloster c846e8dd7f
cyrus-sasl: remove obsolete patch
seems to have been merged incorrectly
2018-12-04 01:25:19 +01:00
Vladyslav M 19532f2ba2
Merge pull request #51439 from jfrankenau/update-iwd
iwd: 0.11 -> 0.12
2018-12-04 02:24:35 +02:00
Renaud 833ee1809a
Merge pull request #51454 from avnik/mythes-fixup
hunspell: unbreak mythes build, due transient dependencies
2018-12-04 01:02:57 +01:00
Jörg Thalheim 20f11e6837
Merge pull request #51485 from extole/whisper_mock
Add mock to the list of whisper's test inputs.
2018-12-03 23:47:22 +00:00
Alexander V. Nikolaev b057ac71ea mythes: fix link error on missed tinfo library (ncurses) 2018-12-04 01:45:50 +02:00
Jörg Thalheim 41af4a520c
Merge pull request #51488 from flokli/cowsay-cross
cowsay: fix cross
2018-12-03 23:42:07 +00:00
Alexey Shmalko d5b45b4ff8
Merge pull request #51327 from k0ral/loop
loop: init at unstable-2018-10-02
2018-12-04 01:37:23 +02:00
Jörg Thalheim 1f5c851967 radare: remove
This project has been deprecated in 2016.
Radare2 should been used intead: https://github.com/radare/radare
2018-12-04 00:33:49 +01:00
Florian Klink fae81f322e cowsay: fix cross
The install.sh script looks for all perls in $PATH, tries to execute
these to test whether that perl is "good", if it is, takes it and
puts it into the shebang.

This obviously can't work for cross. As installation seems to be pretty
trivial, do it in a custom install phase.
2018-12-04 00:23:44 +01:00
Alexey Shmalko dc9bb48a73
loop: cleanup 2018-12-04 01:20:02 +02:00
John Ericson 805d32dbf7
Merge pull request #51401 from roberth/all-packages-res
all-packages.nix: Alias self to res, deprecating self
2018-12-03 18:06:48 -05:00
Jörg Thalheim 230beb3ad6
Merge pull request #51483 from Mic92/radare2
radare2: 3.1.1 -> 3.1.2
2018-12-03 23:03:44 +00:00
Renaud 38f1913acf
Merge pull request #50661 from r-ryantm/auto-update/pcre2
pcre2: 10.31 -> 10.32
2018-12-03 23:42:13 +01:00
Jörg Thalheim 24ab7035a8
Merge pull request #51477 from jtojnar/subl-gtk3
sublime3-dev: 3176 → 3183
2018-12-03 22:40:31 +00:00
Jörg Thalheim 58700be336
radare2: 3.1.1 -> 3.1.2 2018-12-03 22:29:22 +00:00
Symphorien Gibol 330fbbeb73 pyflame: init at 1.6.7 2018-12-03 23:27:33 +01:00
Benjamin Smith 83f782f175 Add mock to the list of whisper's test inputs.
This was required as the versiof whisper was upgraded from
1.1.3 to 1.1.4 and mock was added as a test dependency in
that release:
703dd9d3a6 (diff-62849af500c571aa4532da7be8833e73R14)
2018-12-03 14:20:25 -08:00
Jan Tojnar 23de7958bf
sublime3-dev: 3176 → 3183
Sublime finally switched to GTK 3!
2018-12-03 23:13:24 +01:00
Benjamin Hipple 08c75aaedc libffi: swap src URL from FTP to HTTPS
HTTPS is never worse and often better than FTP, since it's faster, more secure,
and more likely to be accessible through firewalls.

This does not change the tarball sha, as confirmed by `nix-prefetch-url`.
2018-12-03 22:10:29 +00:00
Renaud aad3176fc3
Merge pull request #51471 from noneucat/polar-1.1.0
polar-bookshelf: 1.0.13 -> 1.1.0
2018-12-03 22:42:06 +01:00
Renaud a700560a18
Merge pull request #51452 from etu/stable-dmrconfig
dmrconfig: 2018-11-07 -> 1.0
2018-12-03 22:16:35 +01:00
Elis Hirwing 846aeabdc4
dmrconfig: 2018-11-07 -> 1.0 2018-12-03 21:57:01 +01:00
Renaud 4f7df755f2
Merge pull request #51252 from c0bw3b/pkg/iptables
iptables: 1.6.2 -> 1.8.2
2018-12-03 21:46:22 +01:00
Renaud dad991e63f
Merge pull request #50700 from r-ryantm/auto-update/libnftnl
libnftnl: 1.1.1 -> 1.1.2
2018-12-03 21:45:20 +01:00
Andy Chun @noneucat 7357949e3c polar-bookshelf: 1.0.13 -> 1.1.0 2018-12-03 12:14:56 -08:00
David Johnson e42d10957d Add disable core optimizations (#51464)
haskell.lib.disableOptimization: new function

Adds a utility function for disabling GHC core optimizations.
Significantly reduces build times.
2018-12-03 19:46:22 +01:00
Domen Kožar 4cf1d88d12
chrome-token-signing: fix path to opensc-pkcs11 2018-12-03 17:18:21 +00:00
nyanloutre 0c029635cd qlcplus: fix udev rules path 2018-12-03 18:05:46 +01:00
Jörg Thalheim 20f3c94a77
Merge pull request #51446 from rvolosatovs/update/vim-plugins
vimPlugins: update
2018-12-03 16:30:04 +00:00
Bjørn Forsman 84a2463499 jpeginfo: init at 1.6.1
jpeginfo prints information and tests integrity of JPEG/JFIF files.
2018-12-03 17:03:48 +01:00
Graham Christensen fc459de60e
Merge pull request #50452 from P-E-Meunier/carnix-fix
Rust build-support: fixing a compilation error in some crates
2018-12-03 10:53:25 -05:00
Robert Schütz a933c53b61 python.pkgs.moto: allow newer versions of python-jose 2018-12-03 16:50:42 +01:00
Mario Rodas 75a90b5a9b pythonPackages.testfixtures: 6.2.0 -> 6.3.0 2018-12-03 16:50:42 +01:00
Robert Schütz 55a8ea38da python.pkgs.python-jose: 2.0.2 -> 3.0.1 2018-12-03 16:50:42 +01:00
Robert Schütz 79ced8c6da python.pkgs.zodb: remove obsolete patches and fix tests 2018-12-03 16:50:42 +01:00
Robert Schütz 73eb15fe6a python.pkgs.zconfig: remove obsolete patch 2018-12-03 16:50:42 +01:00
Robert Schütz f6cb659fbd python.pkgs.whisper: fix tests 2018-12-03 16:50:42 +01:00
Robert Schütz 9614364dec python.pkgs.sphinx_rtd_theme: add sphinx to propagatedBuildInputs 2018-12-03 16:50:42 +01:00
Robert Schütz 0156fbef31 python.pkgs.pyacoustid: remove obsolete patch 2018-12-03 16:50:42 +01:00
Robert Schütz 1122f9a855 python.pkgs.webtest: fix build 2018-12-03 16:50:42 +01:00
Robert Schütz 0f241338c3 python.pkgs.Nikola: apply patch for broken test 2018-12-03 16:50:41 +01:00
Robert Schütz 0f2570554c python.pkgs.natsort: 5.4.1 -> 5.5.0 2018-12-03 16:50:41 +01:00
Robert Schütz 023580878c python.pkgs.gpsoauth: 0.2.0 -> 0.4.1 2018-12-03 16:50:41 +01:00
Robert Schütz b0c44debac python.pkgs.pylint: disable broken tests
fixes https://github.com/NixOS/nixpkgs/issues/51394
2018-12-03 16:50:41 +01:00
Robert Schütz 8310ad14a4 python: pylint: 2.1.1 -> 2.2.2 2018-12-03 16:50:41 +01:00
Robert Schütz d43a5804c3 python.pkgs.paste: 3.0.4 -> 3.0.5 2018-12-03 16:50:41 +01:00
Robert Schütz 5e013d2429 python.pkgs.forbiddenfruit: disable tests because they are missing in tarball 2018-12-03 16:50:41 +01:00
Robert Schütz a568a9e79b python.pkgs.eventlet: update propagatedBuildInputs 2018-12-03 16:50:41 +01:00
Robert Schütz 1d25f001bd python.pkgs.h11: 0.7.0 -> 0.8.1 2018-12-03 16:50:41 +01:00
Robert Schütz 6d021d4923 python.pkgs.zope_component: update propagatedBuildInputs 2018-12-03 16:50:41 +01:00
Robert Schütz 5c1367a439 python.pkgs.zope-hookable: init at 4.2.0 2018-12-03 16:50:41 +01:00
Robert Schütz 5a778bcac7 python.pkgs.zope-deferredimport: init at 4.3 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 0107125d32 pythonPackages.branca: refactor fix broken python package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 9051a48dd2 pythonPackages.awkward: 0.4.4 -> 0.5.2 fix broken package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov ef66dfe40c pythonPackages.asyncio: refactor disable for anything but 34 2018-12-03 16:50:41 +01:00
Chris Ostrouchov c38fb3f89c pythonPackages.altair: refactor fix broken python package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 5af94096ac pythonPackages.Wand: refactor fix broken package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 380b7086bc pythonPackages.lz4 refactor fix broken build 2018-12-03 16:50:41 +01:00
Chris Ostrouchov c631b307a0 pythonPackages.github3_py: refactor fix broken package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov cafc4786f1 pythonPackages.jwcrypto: init at 0.6.0 dependency for broken github3_py 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 9ab6554d3d python3Packages.gidgethub: refactor fix broken package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov f5ce8aface pythonPackages.tifffile: 2018.10.18 -> 0.15.1
Downgrade package. 2018.XX.XX are not official releases? Fixes
dask-image build as well.
2018-12-03 16:50:41 +01:00
Chris Ostrouchov d39d85c0b2 pythonPackages.faker: refactor remove pytest requirements 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 0ae8b4868c pythonPackages.fake_factory: refactor disable tests (for good reason) 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 99b5abef81 pythonPackages.factory_boy: refactor remove fake_factory dependency 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 6ae42339d6 pythonPackages.iocapture: refactor meta attribute license 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 56fbdbca15 pythonPackages.Quandl: 3.2.1 -> 3.4.5 2018-12-03 16:50:41 +01:00
Chris Ostrouchov d5111b119c pythonPackages.factory_boy: 2.6.1 -> 2.11.1 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 3e69473974 pythonPackages.httpretty: 0.8.10 -> 0.9.6 2018-12-03 16:50:41 +01:00
Chris Ostrouchov d5399b074a pythonPackages.nose-randomly: init at 1.2.5 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 7fe2539e19 pythonPackages.PyLTI: refactor add chalice as dependency fix build 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 147473511e pythonPackages.chalice: init at 1.6.1 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 4149c51ed1 pythonPackages.livereload: 2.5.1 -> 2.6.0 2018-12-03 16:50:41 +01:00
Robert Schütz 8a5d9dd379 python.pkgs.datadog: 0.23.0 -> 0.25.0 2018-12-03 16:50:41 +01:00
Frederik Rietdijk 9dba3231cd python.pkgs.acoustics: broken 2018-12-03 16:50:41 +01:00
Frederik Rietdijk 3685806808 python: boto3: 1.7.84 -> 1.9.36 2018-12-03 16:50:41 +01:00
Robert Schütz 3db122cd9f python.pkgs.ddt: fix tests 2018-12-03 16:50:41 +01:00
Will Dietz f5d60b80b8 pythonPackages.cython: 0.29 -> 0.29.1
https://cython.readthedocs.io/en/latest/src/changes.html#id2
(link not stable/permanent as new versions release)
2018-12-03 16:50:41 +01:00
Frederik Rietdijk 6e62e48521 awscli: fix build 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 86cd63efd3 python.pkgs.m2crypto: fix build 2018-12-03 16:50:40 +01:00
Frederik Rietdijk b5cb0f0dee python.pkgs.cytoolz: disable a test 2018-12-03 16:50:40 +01:00
Frederik Rietdijk b5136138bd fixup flask-restplus 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 8d283ab58a fixup argh 2018-12-03 16:50:40 +01:00
Frederik Rietdijk b241e766bc fixup iocapture 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 3d0f73ca12 python.pkgs.iocapture: init at 0.1.2 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 8864410439 python.pkgs.flexmock: init at 0.10.2 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 0fdd47e509 fixup zbase32 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 1656ae5c2b fixup pyutil 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 7cc74a720e fixup google_apputils 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 07d70374d5 fixup hmmlearn 2018-12-03 16:50:40 +01:00
Frederik Rietdijk bf3d63789b fixup aws-xray-sdk 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 9d30105575 fixup zope_configuration 2018-12-03 16:50:40 +01:00
Frederik Rietdijk da6a111be1 fixup zope_testrunner 2018-12-03 16:50:40 +01:00
Frederik Rietdijk c02b47b625 python.pkgs.bootstrapped-pip: setuptools: 40.4.3 -> 40.6.2 2018-12-03 16:50:40 +01:00
Frederik Rietdijk faf47b0c23 python: setuptools: 40.5.0 -> 40.6.2 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 70948dc0fa python.pkgs.importlib-metadata: init at 0.6 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 8bd9e91c72 python.pkgs.importlib-resources: init at 1.0.2 2018-12-03 16:50:40 +01:00
Frederik Rietdijk d43a8b7d86 python: whitenoise: 4.1 -> 4.1.2 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 23b234d88e python: wheel: 0.32.2 -> 0.32.3 2018-12-03 16:50:40 +01:00
Frederik Rietdijk e7dd7f3c3d python: WebOb: 1.8.3 -> 1.8.4 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 80b71ad568 python: Unidecode: 1.0.22 -> 1.0.23 2018-12-03 16:50:40 +01:00
Frederik Rietdijk e7af5121e6 python: sseclient: 0.0.20 -> 0.0.22 2018-12-03 16:50:40 +01:00
Frederik Rietdijk a562c0dba0 python: ropper: 1.11.8 -> 1.11.10 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 15671222ad python: responses: 0.10.3 -> 0.10.4 2018-12-03 16:50:40 +01:00
Frederik Rietdijk e89f5a9c79 python: reportlab: 3.5.9 -> 3.5.10 2018-12-03 16:50:40 +01:00
Frederik Rietdijk f85ca66258 python: QtAwesome: 0.5.2 -> 0.5.3 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 4f28f0d024 python: pytest-localserver: 0.4.1 -> 0.4.2 2018-12-03 16:50:40 +01:00
Frederik Rietdijk dc8546b7ae python: pyrsistent: 0.14.5 -> 0.14.6 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 8c6bedb089 python: pyhomematic: 0.1.51 -> 0.1.52 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 6503842b8a python: pyannotate: 1.0.6 -> 1.0.7 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 82a67416c0 python: psycopg2: 2.7.6 -> 2.7.6.1 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 1d0913719d python: pgspecial: 1.11.2 -> 1.11.3 2018-12-03 16:50:40 +01:00
Frederik Rietdijk f243abc1e8 python: pex: 1.5.2 -> 1.5.3 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 2d1a919b68 python: paperspace: 0.0.11 -> 0.0.12 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 403f1d98bd python: openpyxl: 2.5.9 -> 2.5.10 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 33a1bbed7d python: notebook: 5.7.0 -> 5.7.2 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 90f5c97b6d python: node-semver: 0.5.0 -> 0.5.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 2db81fb827 python: neovim: 0.3.0 -> 0.3.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 232d4443e5 python: libagent: 0.12.0 -> 0.12.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 6c0a5b66b0 python: inflect: 1.0.1 -> 1.0.2 2018-12-03 16:50:39 +01:00
Frederik Rietdijk a0791f4147 python: hupper: 1.4 -> 1.4.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 0731b51779 python: homeassistant_pyozw: 0.1.0 -> 0.1.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 9b677037ff python: gmusicapi: 11.0.3 -> 11.0.4 2018-12-03 16:50:39 +01:00
Frederik Rietdijk b788ee30f7 python: gin-config: 0.1.1.2 -> 0.1.2 2018-12-03 16:50:39 +01:00
Frederik Rietdijk b857dc3fed python: Fiona: 1.8.0 -> 1.8.2 2018-12-03 16:50:39 +01:00
Frederik Rietdijk d51b0f1472 python: Faker: 0.9.2 -> 0.9.3 2018-12-03 16:50:39 +01:00
Frederik Rietdijk fe703fbb0e python: dulwich: 0.19.8 -> 0.19.9 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 9db071258f python: django-redis: 4.9.0 -> 4.9.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 6aad727037 python: distributed: 1.24.1 -> 1.24.2 2018-12-03 16:50:39 +01:00
Frederik Rietdijk c07932cdac python: deform: 2.0.6 -> 2.0.7 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 5b85111947 python: dask: 0.20.1 -> 0.20.2 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 7f6a1b251d python: coverage: 4.5.1 -> 4.5.2 2018-12-03 16:50:39 +01:00
Frederik Rietdijk ab12541888 python: botocore: 1.12.42 -> 1.12.48 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 6119a9a5ba python: backports.shutil_which: 3.5.1 -> 3.5.2 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 858b968fed python: awkward: 0.4.3 -> 0.4.4 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 8d0519e44f python: autopep8: 1.4.2 -> 1.4.3 2018-12-03 16:50:39 +01:00
Frederik Rietdijk d19f46d68f python: alembic: 1.0.2 -> 1.0.3 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 846abe5eff python: Wand: 0.4.4 -> 0.4.5 2018-12-03 16:50:39 +01:00
Robert Schütz 8c3aec6304 python.pkgs.pyjwt: disable tests
They are broken due to a pytest upgrade.
2018-12-03 16:50:39 +01:00
Frederik Rietdijk 1ed1ad2716 python: virtualenv-clone: 0.2.5 -> 0.2.6 2018-12-03 16:50:39 +01:00
Frederik Rietdijk ed24b234e9 python: SQLAlchemy: 1.2.13 -> 1.2.14 2018-12-03 16:50:39 +01:00
Frederik Rietdijk c705213448 python: responses: 0.10.2 -> 0.10.3 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 1fa6b1340a python: requests: 2.20.0 -> 2.20.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk c3e992df63 python: regex: 2018.11.03 -> 2018.11.07 2018-12-03 16:50:39 +01:00
Frederik Rietdijk b23235320f python: python-json-logger: 0.1.9 -> 0.1.10 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 7c7f7ac96a python: python-hosts: 0.4.1 -> 0.4.5 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 023319dbad python: pytest-xdist: 1.24.0 -> 1.24.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 7de585e2b3 python: pytest-sugar: 0.9.1 -> 0.9.2 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 0930a6ceee python: pysrim: 0.5.9 -> 0.5.10 2018-12-03 16:50:39 +01:00
Frederik Rietdijk e7513eec6c python: pyramid: 1.10 -> 1.10.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 3e563523a8 python: pymongo: 2.9.1 -> 2.9.5 2018-12-03 16:50:39 +01:00
Frederik Rietdijk d6198515b4 python: pylint: 1.9.2 -> 1.9.3 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 2fc1cc8e40 python: psycopg2: 2.7.5 -> 2.7.6 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 91faf5877f python: plotly: 3.4.0 -> 3.4.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk 31e148a31c python: pbr: 5.1.0 -> 5.1.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk a81088887e python: paste: 3.0.3 -> 3.0.4 2018-12-03 16:50:38 +01:00
Frederik Rietdijk a44c57ffd7 python: numpy: 1.15.3 -> 1.15.4 2018-12-03 16:50:38 +01:00
Frederik Rietdijk c61f9da147 python: nodeenv: 1.3.2 -> 1.3.3 2018-12-03 16:50:38 +01:00
Frederik Rietdijk 33b6b7c93c python: nipype: 1.1.4 -> 1.1.5 2018-12-03 16:50:38 +01:00
Frederik Rietdijk 641fc5fd95 python: msgpack-numpy: 0.4.4.1 -> 0.4.4.2 2018-12-03 16:50:38 +01:00
Frederik Rietdijk ce658eb0a9 python: moto: 1.3.6 -> 1.3.7 2018-12-03 16:50:38 +01:00
Frederik Rietdijk c6992ef506 python: mozrunner: 7.0.1 -> 7.0.2 2018-12-03 16:50:38 +01:00
Frederik Rietdijk 775fa99aa4 python: lz4: 2.1.1 -> 2.1.2 2018-12-03 16:50:38 +01:00
Frederik Rietdijk 55215d5080 python: keyring: 16.0.0 -> 16.0.2 2018-12-03 16:50:38 +01:00
Frederik Rietdijk d16915f56d python: imbalanced-learn: 0.4.2 -> 0.4.3 2018-12-03 16:50:38 +01:00
Frederik Rietdijk f7fc606b62 python: httpretty: 0.9.5 -> 0.9.6 2018-12-03 16:50:38 +01:00
Frederik Rietdijk 86045f2139 python: histbook: 1.2.4 -> 1.2.5 2018-12-03 16:50:38 +01:00
Frederik Rietdijk 384d78d22a python: hgsvn: 0.3.11 -> 0.3.15 2018-12-03 16:50:38 +01:00
Frederik Rietdijk 52c026e00e python: hbmqtt: 0.9.4 -> 0.9.5 2018-12-03 16:50:38 +01:00