Commit Graph

77098 Commits

Author SHA1 Message Date
Frederik Rietdijk
3a773045e6 python3Packages: attempt to fix build, mark as broken
Earlier spyder was updated to 4.0.0. This build fails. Adding new
dependencies, it still fails, because it needs a very specific version
of jedi. This is problematic, we cannot have these tight constraints in
the Python packages set.

We could revert to 3.x. It builds, however, I expect it to have runtime
issues due to jedi as well.

https://github.com/spyder-ide/spyder/issues/11047
2020-02-16 09:55:01 +01:00
Frederik Rietdijk
ebc94344f7 pythonPackages.python-language-server: 0.29.1 -> 0.31.8 2020-02-16 09:47:58 +01:00
Frederik Rietdijk
a4645dfa33 pythonPackages.python-jsonrpc-server: 0.2.0 -> 0.3.4 2020-02-16 09:47:45 +01:00
Frederik Rietdijk
11641a16fa pythonPackages.qdarkstyle: 2.6.8 -> 2.8 2020-02-16 09:47:28 +01:00
Frederik Rietdijk
d70bdb7047 pythonPackages.helpdev: init at 0.6.10 2020-02-16 09:47:12 +01:00
Frederik Rietdijk
3ff3e2ce1f python2Packages.spyder: fix build 2020-02-16 09:27:14 +01:00
Frederik Rietdijk
9d304bd60b python2Packages.spyder-kernels: fix build 2020-02-16 09:26:58 +01:00
R. RyanTM
4f0f4ae25c liquibase: 3.8.5 -> 3.8.6 2020-02-16 09:13:49 +01:00
Benjamin Hipple
1c36f69b08 texlab: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:25:47 -08:00
Benjamin Hipple
f5578dc61d cargo-expand: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:23:23 -08:00
Benjamin Hipple
07de659207 sccache: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:20:57 -08:00
Benjamin Hipple
e90602b8f2 wasmer: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:13:19 -08:00
Benjamin Hipple
777c1dda59 cargo-sweep: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:12:37 -08:00
tbenst
a35a2806db mlflow-server: init at 1.4.0 2020-02-15 22:11:25 -08:00
Tyler Benster
5c20a955d7 pythonPackages.databricks-cli: init at 0.9.1 2020-02-15 22:11:25 -08:00
Tyler Benster
7a49699a30 pythonPackages.gorilla: init at 0.3.0 2020-02-15 22:11:25 -08:00
Tyler Benster
07bb282c84 pythonPackages.querystring_parser: init at 1.2.4 2020-02-15 22:11:25 -08:00
tbenst
94f62695d1 pythonPackages.mlflow: init at 1.4.0 2020-02-15 22:11:25 -08:00
Benjamin Hipple
ecdff9225b evcxr: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:09:05 -08:00
Benjamin Hipple
131a32a5af rust: update docs on legacyCargoFetcher; remove unnecessary defaults
As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified
is now `false`.
2020-02-15 22:07:47 -08:00
Benjamin Hipple
c0aca67f74 hydra-cli: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 21:58:52 -08:00
Benjamin Hipple
2c24c39f27 cargo-flamegraph: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 21:58:28 -08:00
Benjamin Hipple
d47970b2f8 cargo-bloat: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 21:57:43 -08:00
rakesh Gupta
e94a84a144 Fixed disabled/broken augmenters tests 2020-02-15 13:26:20 -08:00
worldofpeace
03d5f9cf1f
Merge pull request #80120 from dtzWill/update/webkitgtk-2.26.4
webkitgtk: 2.26.3 -> 2.26.4 (security!)
2020-02-15 16:20:13 -05:00
Mathias Schreck
8b6e471ce8 aws-sam-cli: change maintainers dhkl -> lo1tuma 2020-02-15 12:57:28 -08:00
Mathias Schreck
cae8cec57d aws-sam-cli: 0.40.0 -> 0.41.0 2020-02-15 12:57:28 -08:00
Mathias Schreck
70670e8da2 aws-sam-translator: 1.19.1 -> 1.20.1 2020-02-15 12:57:28 -08:00
Mathias Schreck
bc8cd18996 aws-lambda-builders: 0.6.0 -> 0.7.0 2020-02-15 12:57:28 -08:00
Daniel Schaefer
d5d0cc5b01
Merge pull request #78596 from r-ryantm/auto-update/libx86emu
libx86emu: 2.4 -> 2.6
2020-02-15 20:36:13 +01:00
Mario Rodas
bfb7ebf5df dune_2: 2.2.0 -> 2.3.0
Changelog: https://github.com/ocaml/dune/releases/tag/2.3.0
2020-02-15 20:03:14 +01:00
Jonathan Ringer
1037206971 pythonPackages.babelgladeextractor: disable for python2
Uses python3 specific calls in setup.py:
```
  File "setup.py", line 23, in _slurp
    with open(path, encoding="utf-8") as fp:
TypeError: 'encoding' is an invalid keyword argument for this function
```
2020-02-15 09:59:44 -08:00
Vladyslav M
5d84954f27
Merge pull request #80118 from B4dM4n/cargo-crev-update
cargo-crev: 0.15.0 -> 0.16.0
2020-02-15 19:42:26 +02:00
Alexei Robyn
e34db5a568 luajit: Expose build options, enable JIT debug module 2020-02-15 18:40:02 +01:00
Jonathan Ringer
e5c8ead7d1 python3Packages.docker: 4.1.0 -> 4.2.0 2020-02-15 08:54:03 -08:00
Maximilian Bosch
ade5a50b0f
python3Packages.mautrix: 0.4.1 -> 0.4.2
https://pypi.org/project/mautrix/0.4.2/
2020-02-15 17:02:06 +01:00
gnidorah
cebf96a257 kmsxx: 2019-10-28 -> 2020-02-14 2020-02-15 15:24:24 +01:00
Maximilian Bosch
59563b6448
Merge pull request #80163 from bhipple/u/tree-sitter
tree-sitter: 0.15.7 -> 0.16.4
2020-02-15 15:13:14 +01:00
Daniel Schaefer
3d2d55c85f
Merge pull request #80170 from dywedir/bingrep
bingrep: 0.8.1 -> 0.8.2
2020-02-15 14:57:17 +01:00
brano543
78b6642e5d gdal: correct indentation in preConfigure 2020-02-15 13:29:00 +01:00
brano543
b57af2d024 gdal: Fix finding postgresql after 3.0 update 2020-02-15 13:09:14 +01:00
brano543
175d83634b gdal: Clean up formatting 2020-02-15 13:05:56 +01:00
R. RyanTM
2fe5239056 trompeloeil: 36 -> 37 2020-02-15 11:44:14 +01:00
Vladyslav M
07e1adff46
bingrep: 0.8.1 -> 0.8.2 2020-02-15 09:38:37 +02:00
Benjamin Hipple
9131efe52d tree-sitter: 0.15.7 -> 0.16.4
Includes some bugfixes/cleanups to the scripts and packaging, a run of the
updater, a bump of the version, an upgrade to the newer cargo fetcher in #79975,
and gets the web assembly portion to compile successfully.

Fixes #75863
2020-02-15 00:33:54 -05:00
Aluísio Augusto Silva Gonçalves
07c817f9d2 pythonPackages.ffmpeg-python: init at 0.2.0 2020-02-14 21:17:38 -08:00
Aluísio Augusto Silva Gonçalves
316db29457 pythonPackages.mutagen: 1.42.0 -> 1.43.0
Not updating to 1.44.0 due to it dropping Python 2 support.
2020-02-14 21:17:38 -08:00
Rakesh Gupta
3064c90887 pythonPackages.imagecorruptions: init at 1.1.0 2020-02-14 18:01:08 -08:00
Ben Darwin
6dca90784a python3Packages.pywick: init at 0.5.6 2020-02-14 16:42:52 -08:00
Ben Darwin
931f47304f python3Packages.hickle: init at 3.4.5 2020-02-14 16:42:52 -08:00