Anthony Cowley
8db271b98f
aspellDicts: force grep to treat dictionaries as text files
...
Fixes #101184
2020-10-20 13:19:24 -04:00
Ivan Tham
86b885a4a0
gtk+: refactor name ( #100947 )
...
* gtk+: refactor name
2020-10-20 17:00:23 +00:00
Yuki Okushi
afc8027dde
rust-bindgen: 0.54.1 -> 0.55.1
2020-10-20 09:09:13 -07:00
Austin Seipp
a7e87bdd58
yosys: 2020.08.22 -> 2020.10.20
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-20 09:52:41 -05:00
Austin Seipp
232a0c2a90
picat: 3.0 -> 3.0p2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-20 09:52:41 -05:00
Peter Simons
97d0eb5059
Merge pull request #95836 from jbedo/r-modules
...
r-modules: bioc and cran update
2020-10-20 15:55:44 +02:00
Jan Tojnar
d4975d23f1
Merge pull request #101022 from jtojnar/pycairo-drop-xlibs
...
python3.pkgs.pycairo: drop xlibs
2020-10-20 13:54:32 +02:00
Vincent Laporte
466194482c
ocamlPackages.ppx_type_conv: remove at 113.33.03
2020-10-20 09:39:30 +02:00
Vincent Laporte
1f65cf4bde
ocamlPackages.ppx_fail: remove at 113.33.03
2020-10-20 09:39:30 +02:00
Vincent Laporte
649059d42b
ocamlPackages.ppx_driver: remove at 113.33.03
2020-10-20 09:39:30 +02:00
Vincent Laporte
07ad2970a5
ocamlPackages.ppx_core: remove at 113.33.03
2020-10-20 09:39:30 +02:00
Jack Kelly
bdbcfb4360
python3Packages.aws-sam-cli: 1.0.0rc1 -> 1.6.2
2020-10-19 23:05:35 -07:00
Jack Kelly
2e73fd35f4
python3Packages.aws-sam-translator: 1.26.0 -> 1.27.0
2020-10-19 23:05:35 -07:00
Jack Kelly
c12b142911
python3Packages.aws-lambda-builders: 0.9.0 -> 1.1.0
2020-10-19 23:05:35 -07:00
Renato Alves
0a41e3f938
pythonPackages.pysam: add libdeflate and enable tests
...
Some tests still fail due to upstream reasons so we skip those.
Note also that we are not using nix's pytestCheckHook due to
pysam detecting how it's loaded which conflicts with how
pytestCheckHook runs tests. In addition, the selection mode used
by disabledTests causes more tests than the failing ones to be
skipped, which is undesired.
See the discussion in https://github.com/NixOS/nixpkgs/pull/100823
2020-10-19 22:03:08 -07:00
Jared Ramirez
8545f5d1b8
elmPackages: update
2020-10-19 21:47:39 -07:00
Mario Rodas
b565432a70
Merge pull request #100950 from r-ryantm/auto-update/go-protobuf
...
go-protobuf: 1.4.2 -> 1.4.3
2020-10-19 22:59:28 -05:00
Mario Rodas
a24aa5d787
Merge pull request #101011 from r-ryantm/auto-update/libamqpcpp
...
libamqpcpp: 4.1.7 -> 4.2.1
2020-10-19 22:57:36 -05:00
John Ericson
76b3bfbb7a
Merge pull request #101057 from aaronjanse/aj-relibc-top-files
...
relibc: fix for nix 3.0
2020-10-19 23:31:39 -04:00
Aaron Janse
99176c0955
use fetchzip
2020-10-19 17:17:22 -07:00
Jan Tojnar
17739fa570
python3.pkgs.pycairo: clean up
...
* drop unneeded xlibs dependency
* correct license
* do not use pkgconfig alias
* use pytestCheckHook
* format
2020-10-20 00:07:26 +02:00
Andreas Rammhold
16a7ff5b86
libndctl: clarify that it needs udev not systemd
...
While (currently) it is the same package it carries more information if
we explicitly state that we want udev.
2020-10-19 23:12:35 +02:00
Michael Weiss
c7fb650893
python3Packages.mysql-connector: 8.0.21 -> 8.0.22
2020-10-19 23:09:54 +02:00
V
744a504030
fx: init at 20.0.2 ( #100828 )
2020-10-19 20:38:17 +00:00
oxalica
dc12101886
rust-analyzer: 2020-10-12 -> 2020-10-19
2020-10-19 13:26:54 -07:00
Rok Garbas
9be3b1b08f
Merge pull request #101077 from ymeister/master
...
nodePackages.readability-cli: init at 1.1.5
2020-10-19 21:49:58 +02:00
Maximilian Bosch
903a9131d9
Merge pull request #100874 from r-ryantm/auto-update/cargo-crev
...
cargo-crev: 0.17.0 -> 0.18.0
2020-10-19 21:38:28 +02:00
Martin Weinelt
4dca83eb54
Merge pull request #101033 from JamieMagee/pyaftership
...
pythonPackages.pyaftership: init at 0.1.2
2020-10-19 20:59:26 +02:00
Robert Scott
e5973b4438
Merge pull request #101044 from r-burns/lcms2
...
lcms2: fix build on darwin
2020-10-19 19:16:30 +01:00
Robert Scott
c873f13eac
Merge pull request #101031 from r-burns/spooles
...
spooles: fix build on darwin
2020-10-19 19:07:03 +01:00
Marco Farrugia
ffac55a0da
format
2020-10-19 18:32:48 +02:00
Marco Farrugia
a360b05cb7
bazel: Fix bazel query and provide a default java toolchain
...
These are fixes for problems I ran into with:
- `bazel test //example:cpp-test`
This needed `build --host_javabase='@local_jdk//:jdk'`
- `bazel query 'deps(//example:cpp-test)'`
This needed the same flags as `build`.
Is it contentious to (partially?) configure the default java toolchain? I don't see it as much different than providing the bazel server's java.
It would continue to be configurable/overridable by overriding the flags.
---
And a random notes from this escapade, but https://github.com/bazelbuild/bazel/blob/master/WORKSPACE#L144-L308 looks a little different from https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/build-managers/bazel/bazel_3/src-deps.json so one of them is probably wrong :)
2020-10-19 18:32:48 +02:00
Jonathan Ringer
67d2de5ffa
python310: init at 3.10a1
2020-10-19 09:31:27 -07:00
Nikita Uvarov
d7f7eb2a0a
pythonPackages.pyatv: move pytestCheckHook to checkInputs
2020-10-19 09:06:29 -07:00
Ryan Mulligan
12642234d9
Merge pull request #99883 from mtanzi/elixir-1.11.0
...
elixir_1_11: init at 1.11.0
2020-10-19 08:52:02 -07:00
Sandro Jäckel
77d5e86ae4
ansible-lint: update meta.homepage
2020-10-19 08:29:53 -07:00
Sandro Jäckel
8218431da9
ansible-lint: 4.2.0 -> 4.3.5
2020-10-19 08:29:53 -07:00
Jean-François Roche
8781030dfa
python3Package.python-markdown-math: remove support for python 2.7
...
As stated in its changelog [1], python 2.7 is no longer supported.
[1] https://github.com/mitya57/python-markdown-math/blob/master/changelog#L4
2020-10-19 08:13:10 -07:00
ymeister
5bf4704ee7
nodePackages.readability-cli: init at 1.1.5
2020-10-19 21:32:54 +07:00
Vincent Laporte
92d4ced442
ocamlPackages.ppx_sqlexpr: use ppxlib instead of the deprecated ppx_core
2020-10-19 14:25:57 +02:00
Manuel Bärenz
3da3661ad3
agdaPackages.agda-categories: 1.3.1 -> 1.4
2020-10-19 12:27:46 +02:00
Manuel Bärenz
6e1ce8ca07
agdaPackages.generic: 0.1 -> 0.1.0.1
2020-10-19 12:27:31 +02:00
Aaron Janse
38ed4fcde6
relibc: fix for nix 3.0
2020-10-19 02:20:28 -07:00
Bas van Dijk
5505f2ee38
Merge pull request #100975 from basvandijk/rocksdb-optionally-disable-shared-lib
...
rocksdb: support disabling building shared lib
2020-10-19 10:44:16 +02:00
Peter Simons
e0f62babfc
Merge pull request #100215 from RasmusRendal/boost
...
boost173 and boost174: Init both
2020-10-19 09:44:07 +02:00
Manuel Bärenz
29684ee617
agdaPackages.standard-library: 1.3 -> 1.4
2020-10-19 09:26:52 +02:00
Mario Rodas
a150be7500
Merge pull request #101005 from r-ryantm/auto-update/lazygit
...
lazygit: 0.23.2 -> 0.23.6
2020-10-18 20:03:23 -05:00
Mario Rodas
1e72266113
Merge pull request #101002 from marsam/update-tflint
...
tflint: 0.20.2 -> 0.20.3
2020-10-18 20:00:59 -05:00
Ryan Burns
cb057db0a3
lcms2: fix build on darwin
2020-10-18 17:26:53 -07:00
Jan Tojnar
2a905c8616
Merge pull request #100921 from r-ryantm/auto-update/enchant
...
enchant: 2.2.11 -> 2.2.12
2020-10-19 00:10:08 +02:00
Jamie Magee
d804c4393f
pythonPackages.pyaftership: init at 0.1.2
2020-10-18 23:10:23 +02:00
Ryan Burns
c04219a9d5
spooles: fix build on darwin
2020-10-18 13:32:45 -07:00
Aaron Andersen
51966f6aed
libcec: 4.0.5 -> 4.0.7
2020-10-18 16:25:47 -04:00
Jean-François Roche
7dd73b3a4f
python{2,3}Packages.apprise: fix missing dependencies
...
Add the missing dependencies on gntp
2020-10-18 22:23:12 +02:00
Jean-François Roche
af87635776
python{2,3}Packages.gntp: init at 1.0.3
2020-10-18 22:22:59 +02:00
Ryan Mulligan
b2fc4d9f4a
Merge pull request #100844 from r-ryantm/auto-update/asls
...
asls: 0.5.0 -> 0.5.1
2020-10-18 12:30:14 -07:00
Jan Tojnar
5c766c5c24
Merge branch 'staging-next' into staging
2020-10-18 21:21:03 +02:00
R. RyanTM
cb537bac99
libamqpcpp: 4.1.7 -> 4.2.1
2020-10-18 17:42:03 +00:00
marco
6e0d3b659c
Elixir: 1.11.0 -> 1.11.1
2020-10-18 18:57:52 +02:00
R. RyanTM
c3fe499500
lazygit: 0.23.2 -> 0.23.6
2020-10-18 16:51:58 +00:00
Mario Rodas
48518633ec
Merge pull request #100987 from r-ryantm/auto-update/joker
...
joker: 0.15.6 -> 0.15.7
2020-10-18 11:48:02 -05:00
Jamie Magee
8fadee041c
pythonPackages.accuweather: init at 0.0.11
2020-10-18 09:41:30 -07:00
R. RyanTM
f739404c2b
joker: 0.15.6 -> 0.15.7
2020-10-18 15:14:12 +00:00
Mario Rodas
687d0f5254
tflint: 0.20.2 -> 0.20.3
...
https://github.com/terraform-linters/tflint/releases/tag/v0.20.3
2020-10-18 09:55:00 -05:00
Gabriel Ebner
7caa81d8a2
Merge pull request #100972 from gebner/freecadgitpython
2020-10-18 16:28:57 +02:00
Mario Rodas
8d392072be
Merge pull request #100893 from r-ryantm/auto-update/checkstyle
...
checkstyle: 8.36 -> 8.36.2
2020-10-18 09:09:29 -05:00
Mario Rodas
76f0500e53
Merge pull request #100878 from r-ryantm/auto-update/cargo-udeps
...
cargo-udeps: 0.1.14 -> 0.1.15
2020-10-18 09:08:49 -05:00
Mario Rodas
401f773437
Merge pull request #100876 from r-ryantm/auto-update/cargo-make
...
cargo-make: 0.32.4 -> 0.32.7
2020-10-18 09:08:33 -05:00
Mario Rodas
aa6e909aa7
Merge pull request #100901 from r-ryantm/auto-update/codeql
...
codeql: 2.2.5 -> 2.3.1
2020-10-18 09:06:16 -05:00
Mario Rodas
9b3e35d991
Merge pull request #100890 from r-ryantm/auto-update/ccache
...
ccache: 3.7.11 -> 3.7.12
2020-10-18 09:00:15 -05:00
Mario Rodas
dd9e691ca1
Merge pull request #100905 from r-ryantm/auto-update/cpp-utilities
...
cpp-utilities: 5.6.0 -> 5.7.0
2020-10-18 08:55:11 -05:00
Mario Rodas
5caf709efa
Merge pull request #100927 from r-ryantm/auto-update/faudio
...
faudio: 20.09 -> 20.10
2020-10-18 08:53:49 -05:00
Bas van Dijk
c6109efca6
rocksdb: support disabling building shared lib
...
This is needed to build `pkgsStatic.rocksdb`.
2020-10-18 15:52:20 +02:00
Mario Rodas
93c5c61908
Merge pull request #100897 from r-ryantm/auto-update/circleci-cli
...
circleci-cli: 0.1.9454 -> 0.1.10993
2020-10-18 08:39:50 -05:00
Mario Rodas
f0537ed55f
Merge pull request #100913 from r-ryantm/auto-update/doctl
...
doctl: 1.46.0 -> 1.48.1
2020-10-18 08:25:53 -05:00
Mario Rodas
bf65728d66
Merge pull request #100970 from marsam/update-pdfminer
...
python3Packages.pdfminer: 20200726 -> 20201018
2020-10-18 08:24:36 -05:00
Mario Rodas
16895196ed
Merge pull request #100934 from r-ryantm/auto-update/fly
...
fly: 6.5.1 -> 6.6.0
2020-10-18 08:15:24 -05:00
Mario Rodas
b67347ec92
Merge pull request #100935 from r-ryantm/auto-update/flyctl
...
flyctl: 0.0.140 -> 0.0.144
2020-10-18 08:14:37 -05:00
Gabriel Ebner
27bf7cb663
opencascade-occt730: remove
2020-10-18 15:13:25 +02:00
Mario Rodas
f77b39a9f6
Merge pull request #100959 from r-ryantm/auto-update/h3
...
h3: 3.6.4 -> 3.7.1
2020-10-18 08:13:05 -05:00
Mario Rodas
f39986aa5d
Merge pull request #100942 from r-ryantm/auto-update/gauge
...
gauge: 1.1.3 -> 1.1.4
2020-10-18 08:00:07 -05:00
Mario Rodas
b6932522d0
Merge pull request #100952 from r-ryantm/auto-update/gotestsum
...
gotestsum: 0.5.3 -> 0.5.4
2020-10-18 07:56:07 -05:00
Mario Rodas
9cfa14ff48
Merge pull request #100951 from r-ryantm/auto-update/go-tools
...
go-tools: 2020.1.5 -> 2020.1.6
2020-10-18 07:53:47 -05:00
Mario Rodas
bfcc23f2c9
Merge pull request #100932 from r-ryantm/auto-update/flow
...
flow: 0.133.0 -> 0.136.0
2020-10-18 07:27:58 -05:00
Vladimír Čunát
2c9be93bf2
Merge #100883 : expat: 2.2.8 -> 2.2.10 (into staging)
2020-10-18 13:37:51 +02:00
Jan Tojnar
7c4305be84
Merge pull request #100873 from AtnNn/gtest
2020-10-18 13:16:24 +02:00
R. RyanTM
1b8dafbba1
h3: 3.6.4 -> 3.7.1
2020-10-18 11:12:51 +00:00
R. RyanTM
b4dcee7c3f
gotestsum: 0.5.3 -> 0.5.4
2020-10-18 10:28:18 +00:00
R. RyanTM
a50653ce31
go-tools: 2020.1.5 -> 2020.1.6
2020-10-18 10:04:46 +00:00
R. RyanTM
81d2832512
go-protobuf: 1.4.2 -> 1.4.3
2020-10-18 09:57:30 +00:00
Vladimír Čunát
5aca3498a6
Merge #92704 : gcc: Improve manpage symlinks
2020-10-18 11:56:39 +02:00
Vladimír Čunát
08fe24a49e
Merge #99698 : zeromq: 4.3.2 -> 4.3.3 (into staging)
2020-10-18 11:44:21 +02:00
Vladimír Čunát
c3b9b39cc2
Merge #99987 : openssl: 1.1.1g -> 1.1.1h (into staging)
2020-10-18 11:35:52 +02:00
Vladimír Čunát
f42d36d588
Merge #99437 : p11-kit: fix tests when non-root
2020-10-18 11:28:05 +02:00
R. RyanTM
c17f56677e
gauge: 1.1.3 -> 1.1.4
2020-10-18 08:50:48 +00:00
Timo Kaufmann
e9f8c385c0
Merge pull request #100870 from r-ryantm/auto-update/brial
...
brial: 1.2.8 -> 1.2.10
2020-10-18 10:37:47 +02:00
marius david
9c17a5448b
patool: init at 1.12
2020-10-18 10:31:11 +02:00
marius david
f4a58813fa
python3Packages.redbaron: init at 0.9.2
2020-10-18 10:31:11 +02:00
marius david
eca871cbaa
python3Packages.baron: init at 0.9
2020-10-18 10:31:10 +02:00
marius david
1c8204e0fa
python3Packages.python-sat: init at 0.1.6.dev6
2020-10-18 10:30:07 +02:00
Vladimír Čunát
04821fbe46
Merge #93333 : julia: Remove version 0.7 and 1.1
2020-10-18 10:29:04 +02:00
Gabriel Ebner
385abed29a
Merge pull request #100920 from r-ryantm/auto-update/embree
...
embree: 3.12.0 -> 3.12.1
2020-10-18 10:08:54 +02:00
Vincent Laporte
d149b27d41
ocamlformat: refactor
2020-10-18 09:51:18 +02:00
R. RyanTM
8136d0c8fd
flyctl: 0.0.140 -> 0.0.144
2020-10-18 07:38:45 +00:00
R. RyanTM
9871506209
fly: 6.5.1 -> 6.6.0
2020-10-18 07:27:27 +00:00
R. RyanTM
8728ae26ea
flow: 0.133.0 -> 0.136.0
2020-10-18 07:05:17 +00:00
Robert Scott
3c3295a02d
pythonPackages.pymc3: fix build
2020-10-17 22:35:27 -07:00
Robert Scott
9a09285f5a
pythonPackages.fastprogress: init at 1.0.0
2020-10-17 22:35:27 -07:00
R. RyanTM
e8eb47798f
faudio: 20.09 -> 20.10
2020-10-18 04:46:10 +00:00
Mario Rodas
072e98a7f1
python3Packages.pdfminer: 20200726 -> 20201018
...
https://github.com/pdfminer/pdfminer.six/releases/tag/20201018
2020-10-18 04:20:00 +00:00
R. RyanTM
e548338dbc
enchant: 2.2.11 -> 2.2.12
2020-10-18 03:54:17 +00:00
R. RyanTM
32ac072e3c
embree: 3.12.0 -> 3.12.1
2020-10-18 03:34:06 +00:00
R. RyanTM
b80cfd7661
doctl: 1.46.0 -> 1.48.1
2020-10-18 02:09:19 +00:00
R. RyanTM
a4f24201cf
cpp-utilities: 5.6.0 -> 5.7.0
2020-10-18 00:36:01 +00:00
Martin Weinelt
23175e4045
Merge pull request #100867 from risicle/ris-theano-imports-check
...
python3Packages.Theano: add pythonImportsCheck
2020-10-18 01:43:18 +02:00
Ryan Mulligan
a5f89fc71d
Merge pull request #100899 from r-ryantm/auto-update/clojure-lsp
...
clojure-lsp: 20200828T065654 -> 20201009T224414
2020-10-17 16:18:03 -07:00
R. RyanTM
08d6831661
codeql: 2.2.5 -> 2.3.1
2020-10-17 23:09:18 +00:00
R. RyanTM
e32e589d7d
clojure-lsp: 20200828T065654 -> 20201009T224414
2020-10-17 22:50:38 +00:00
zowoq
595306b426
python3Packages.aubio: fix eval again
2020-10-18 08:46:21 +10:00
Robert Scott
4a9dba6c44
python3Packages.Theano: add pythonImportsCheck
...
this not only gives us a "hint" of test coverage, but also proves the fix
from #97597 allows import of theano from within a sandboxed build
2020-10-17 23:38:37 +01:00
R. RyanTM
72e8737f64
circleci-cli: 0.1.9454 -> 0.1.10993
2020-10-17 22:28:35 +00:00
zowoq
5d1b7e310e
python3Packages.aubio: fix eval
2020-10-18 08:25:36 +10:00
R. RyanTM
6e0b110d09
checkstyle: 8.36 -> 8.36.2
2020-10-17 22:09:19 +00:00
Etienne Laurin
b66df0d36e
use fetchpatch
2020-10-17 21:55:05 +00:00
Martin Weinelt
5304f52bc7
python3Packages.aubio: init at 0.4.9
2020-10-17 14:40:21 -07:00
Martin Weinelt
73eea3d98d
python3Packages.sacn: init at 1.4.6
2020-10-17 14:40:21 -07:00
R. RyanTM
83bf88fc66
ccache: 3.7.11 -> 3.7.12
2020-10-17 21:33:44 +00:00
Ryan Burns
6529627e13
cairo: fix build on darwin
2020-10-17 14:32:44 -07:00
Tim Steinbach
d137333e67
expat: 2.2.8 -> 2.2.10
2020-10-17 17:21:41 -04:00
R. RyanTM
0aaec7505b
cargo-udeps: 0.1.14 -> 0.1.15
2020-10-17 21:09:29 +00:00
R. RyanTM
fe8107ceae
cargo-make: 0.32.4 -> 0.32.7
2020-10-17 21:00:40 +00:00
R. RyanTM
f5a0522148
cargo-crev: 0.17.0 -> 0.18.0
2020-10-17 20:40:16 +00:00
Etienne Laurin
70b79e8cf2
fix(gtest): pkgconfig paths
2020-10-17 20:24:36 +00:00
R. RyanTM
57738e9b6f
brial: 1.2.8 -> 1.2.10
2020-10-17 19:37:17 +00:00
R. RyanTM
0806cad95b
python27Packages.pyside2: 5.15.0 -> 5.15.1
2020-10-17 12:05:12 -07:00
Martin Weinelt
0d0c9769b0
python3Packages.wled: init at 0.4.4
2020-10-17 12:01:41 -07:00
R. RyanTM
4dfbf286e3
python37Packages.azure-mgmt-subscription: 0.6.0 -> 0.7.0
2020-10-17 12:00:46 -07:00
Martin Weinelt
0ed7c480e2
python3Packages.trio: 0.16.0 -> 0.17.0
2020-10-17 11:58:51 -07:00
Jonathan Ringer
67f67075c0
python3Packages.datasette: minimize test time
2020-10-17 11:56:21 -07:00
Mario Rodas
cd76c92d80
Merge pull request #100852 from r-ryantm/auto-update/bazelisk
...
bazelisk: 1.7.1 -> 1.7.2
2020-10-17 13:46:15 -05:00
Ben Darwin
e20652da9b
elastix: 5.0.0 -> 5.0.1; unbreak OS X build
2020-10-17 11:36:31 -07:00
R. RyanTM
347cb204ca
python37Packages.google_resumable_media: 1.0.0 -> 1.1.0
2020-10-17 11:31:45 -07:00
Jean-François Roche
e07cf5d4bf
python3Package.pytest-flask: remove support for python 2.7
...
As stated in its changelog [1], python 2.7 is no longer supported.
[1] https://github.com/pytest-dev/pytest-flask/blob/master/docs/changelog.rst
2020-10-17 11:29:53 -07:00
R. RyanTM
ec55608ae2
python37Packages.snowflake-sqlalchemy: 1.2.3 -> 1.2.4
2020-10-17 11:26:47 -07:00
Jon
9cbbac9d09
Merge pull request #100767 from jfroche/fix/galario
...
python{2,3}Packages.galario: 1.2.1 -> 1.2.2
2020-10-17 11:25:54 -07:00
R. RyanTM
a6c9267d96
python37Packages.azure-mgmt-sql: 0.21.0 -> 0.22.0
2020-10-17 11:25:16 -07:00
R. RyanTM
0690d7804a
python37Packages.bids-validator: 1.5.4 -> 1.5.6
2020-10-17 11:15:56 -07:00
R. RyanTM
38d70ddd5d
python37Packages.pysonos: 0.0.32 -> 0.0.35
2020-10-17 11:08:12 -07:00
R. RyanTM
a60ed8e2db
python37Packages.lightgbm: 2.3.1 -> 3.0.0
2020-10-17 11:05:39 -07:00
R. RyanTM
937a2f9cbb
python37Packages.pyspark: 3.0.0 -> 3.0.1
2020-10-17 11:04:50 -07:00
Jonathan Ringer
9524e93607
python3Packages.pynacl: 1.3.0 -> 1.4.0
2020-10-17 10:58:28 -07:00
R. RyanTM
f62aa57abb
python37Packages.diff_cover: 3.0.1 -> 4.0.1
2020-10-17 10:54:48 -07:00
R. RyanTM
8496b8426e
bazel-kazel: 0.1.0 -> 0.1.1 ( #100851 )
2020-10-17 10:52:37 -07:00
R. RyanTM
50f77f31f4
bazelisk: 1.7.1 -> 1.7.2
2020-10-17 17:41:33 +00:00
Matt Huszagh
0c695515e2
pythonPackages.python-openems: init at unstable-2020-02-15
2020-10-17 10:12:37 -07:00
R. RyanTM
a8049ded49
python37Packages.treq: 20.4.1 -> 20.9.0
2020-10-17 10:03:00 -07:00
R. RyanTM
29bc54311f
python37Packages.sqlobject: 3.8.0 -> 3.8.1
2020-10-17 09:58:45 -07:00
Jonathan Ringer
a08d761d1e
python2Packages.msal-extensions: fix dependencies
2020-10-17 09:58:30 -07:00
R. RyanTM
32c5b753fa
python37Packages.msal: 1.4.3 -> 1.5.0
2020-10-17 09:58:30 -07:00
R. RyanTM
6de38f76dd
python37Packages.google_cloud_firestore: 1.8.1 -> 1.9.0
2020-10-17 09:55:08 -07:00
R. RyanTM
0437b9c911
python37Packages.howdoi: 2.0.5 -> 2.0.7
2020-10-17 09:54:12 -07:00
R. RyanTM
bf7b73ce65
python37Packages.yamllint: 1.24.2 -> 1.25.0
2020-10-17 09:53:32 -07:00
Jonathan Ringer
d1d1e39a58
python2Packages.sseclient: disable tests
2020-10-17 09:50:48 -07:00
R. RyanTM
5d15eec20b
python37Packages.sseclient: 0.0.26 -> 0.0.27
2020-10-17 09:50:48 -07:00
R. RyanTM
b16569f02f
python37Packages.aiokafka: 0.5.2 -> 0.6.0
2020-10-17 09:50:23 -07:00
R. RyanTM
e5a55070db
python37Packages.simplefix: 1.0.12 -> 1.0.14
2020-10-17 09:49:42 -07:00
R. RyanTM
3326933ca9
python37Packages.phonopy: 2.7.1 -> 2.8.1
2020-10-17 09:44:41 -07:00
Ryan Mulligan
0591c32428
Merge pull request #100787 from r-ryantm/auto-update/python3.7-cx_Oracle
...
python37Packages.cx_oracle: 8.0.0 -> 8.0.1
2020-10-17 09:35:59 -07:00
R. RyanTM
3442125e41
asls: 0.5.0 -> 0.5.1
2020-10-17 16:14:12 +00:00
Joe Hermaszewski
0e29b48a05
nodePackages.coc-diagnostic: init at 0.9.0
...
Also add as Vim plugin
Also update node packages from generate.sh
2020-10-17 08:56:20 -07:00
Benjamin Hipple
ff894538ea
Merge pull request #100830 from r-ryantm/auto-update/act
...
act: 0.2.15 -> 0.2.16
2020-10-17 11:52:42 -04:00
Jonathan Ringer
6a6ee498e1
python2Packages.bugsnag: disable python2
...
```
Processing ./bugsnag-4.0.1-py2-none-any.whl
ERROR: Package 'bugsnag' requires a different Python: 2.7.18 not in '>=3.5.*, <4'
```
2020-10-17 08:52:08 -07:00
R. RyanTM
4f98107888
python37Packages.bugsnag: 3.7.1 -> 4.0.1
2020-10-17 08:52:08 -07:00
R. RyanTM
f20c3dc420
python37Packages.identify: 1.5.5 -> 1.5.6
2020-10-17 08:51:23 -07:00
Martin Weinelt
41ef4f88a1
python3Packages.snowflake-connector-python: 2.3.2 -> 2.3.3
...
Fixes the build by relaxing the boto version pin.
2020-10-17 08:50:33 -07:00
R. RyanTM
4879f43104
python37Packages.uamqp: 1.2.10 -> 1.2.12
2020-10-17 08:48:15 -07:00
Ben Siraphob
3ed43eaade
knightos: add platforms
2020-10-17 08:47:34 -07:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Ryan Mulligan
ea04f84829
Merge pull request #100831 from r-ryantm/auto-update/alda
...
alda: 1.4.2 -> 1.4.3
2020-10-17 08:18:08 -07:00
R. RyanTM
44516af3df
alda: 1.4.2 -> 1.4.3
2020-10-17 14:45:08 +00:00
R. RyanTM
d379080aa7
act: 0.2.15 -> 0.2.16
2020-10-17 14:33:24 +00:00
Sandro Jäckel
1efdcde428
libplacebo: remove patch that breaks building with shaderc 2020.2
2020-10-17 15:14:46 +02:00
Emery Hemingway
bce139db2b
Revert "nim: 1.2.6 -> 1.4.0"
...
Source tarball has changed.
This reverts commit bb99a0d9a8
.
2020-10-17 14:58:58 +02:00
Ryan Mulligan
57adf7c2f8
Merge pull request #100789 from r-ryantm/auto-update/python3.7-phonenumbers
...
python37Packages.phonenumbers: 8.12.10 -> 8.12.11
2020-10-17 03:37:13 -07:00
marius david
487c1902b5
pythonPackages.pypblib: init at 0.0.4
2020-10-17 10:36:06 +02:00
Daniël de Kok
cd0e1c093b
Merge pull request #99288 from siraben/z80e-init
...
knightos-z80e: init at 0.5.0
2020-10-17 10:19:02 +02:00
Ben Siraphob
bd09a9e386
knightos-z80e: init at 0.5.0
2020-10-17 09:55:22 +02:00
R. RyanTM
c985bf793e
python37Packages.debian: 0.1.37 -> 0.1.38
2020-10-17 08:34:06 +02:00
R. RyanTM
e4aadc82b5
python37Packages.holoviews: 1.13.3 -> 1.13.4
2020-10-17 08:33:34 +02:00
Ryan Mulligan
662d6a9cb1
Merge pull request #100778 from r-ryantm/auto-update/python3.7-pyexcel-io
...
python37Packages.pyexcel-io: 0.5.20 -> 0.6.3
2020-10-16 19:29:29 -07:00
R. RyanTM
7b583214f0
python37Packages.phonenumbers: 8.12.10 -> 8.12.11
2020-10-17 02:12:00 +00:00
R. RyanTM
5648cc5863
python37Packages.cx_oracle: 8.0.0 -> 8.0.1
2020-10-17 01:57:16 +00:00
Martin Weinelt
8e11d8ae7e
Merge pull request #100775 from r-ryantm/auto-update/python3.7-bravia-tv
...
python37Packages.bravia-tv: 1.0.6 -> 1.0.7
2020-10-17 03:42:10 +02:00
Jan Tojnar
6287e69772
python37Packages.pyexcel-xls: 0.5.9 → 0.6.0
...
https://github.com/pyexcel/pyexcel-xls/compare/v0.5.9...v0.6.0
2020-10-17 03:28:05 +02:00
Jan Tojnar
2ddb83c76d
python37Packages.pyexcel-ods: 0.5.6 → 0.6.0
...
https://github.com/pyexcel/pyexcel-ods/compare/v0.5.6...v0.6.0
2020-10-17 03:28:05 +02:00
Jan Tojnar
bfc403d9d7
python37Packages.pyexcel: 0.6.4 → 0.6.5
...
https://github.com/pyexcel/pyexcel/compare/v0.6.4...v0.6.5
2020-10-17 03:28:05 +02:00
Jan Tojnar
bcbc44c717
python37Packages.pyexcel-io: 0.5.20 -> 0.6.3
...
https://github.com/pyexcel/pyexcel-io/compare/0.5.20...v0.6.3
2020-10-17 03:27:57 +02:00
R. RyanTM
1cfad6db6e
python37Packages.bravia-tv: 1.0.6 -> 1.0.7
2020-10-16 23:44:31 +00:00
R. RyanTM
8133b9cb5f
python37Packages.uncompyle6: 3.7.3 -> 3.7.4
2020-10-16 16:42:22 -07:00
Jean-François Roche
cbd37d0128
python{2,3}Packages.galario: 1.2.1 -> 1.2.2
...
Upgrading fixes the tests
2020-10-17 00:10:59 +02:00
Jan Tojnar
daa8f66648
nodePackages: update
2020-10-16 23:57:23 +02:00
Peter Simons
50e986ba96
Merge pull request #100716 from NixOS/haskell-updates
...
Update Haskell package set to LTS 16.18 (plus other fixes)
2020-10-16 22:34:52 +02:00
Peter Simons
4ec5eee624
stylish-haskell: jailbreak build with ghc-8.10.x to support Cabal-3.2.x
2020-10-16 21:36:20 +02:00
Peter Simons
ee44940ee5
stack: override pantry to the latest version to fix the build
2020-10-16 21:31:53 +02:00
Peter Simons
84022e0b15
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-20-g9bb4291 from Hackage revision
888f7caec3
.
2020-10-16 21:00:13 +02:00
Peter Simons
9c9a8bd877
hackag2nix: constrain fourmulu and refinery to older versions
2020-10-16 20:58:27 +02:00
Peter Simons
eca97e3a98
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-20-g9bb4291 from Hackage revision
888f7caec3
.
2020-10-16 20:58:12 +02:00
Maximilian Bosch
c83a311548
Merge pull request #100507 from etu/php-3rd-party-exts-updates
...
php: Update some third party packages and extensions
2020-10-16 20:51:47 +02:00
Robert Scott
bdb7c69d8f
Merge pull request #100659 from bcdarwin/fix-itk-flags
...
itk: remove -march=corei7 and -mtune=native flags from cmake build files
2020-10-16 19:49:56 +01:00
Gabor Greif
35f62abdf8
lldb_{10, 11}: polish the cmakeFlags ( #100070 )
...
disable RTTI in a more idiomatic way
2020-10-16 19:42:37 +02:00
R. RyanTM
970e7e15f3
python37Packages.pysam: 0.15.4 -> 0.16.0.1
2020-10-16 10:38:04 -07:00
Jonathan Ringer
175fe4992d
python2Packages.python-json-logger: disable python2
2020-10-16 10:30:23 -07:00
R. RyanTM
efe922aaee
python37Packages.python-json-logger: 0.1.11 -> 2.0.1
2020-10-16 10:30:23 -07:00
R. RyanTM
138b7ade59
python37Packages.django-filter: 2.3.0 -> 2.4.0
2020-10-16 10:22:23 -07:00
R. RyanTM
cd2cea1b99
python37Packages.gphoto2: 2.2.2 -> 2.2.3
2020-10-16 10:21:08 -07:00
Jonathan Ringer
a643f8350f
python2Packages.mongoengine: disable
...
```
Processing ./mongoengine-0.20.0-py2-none-any.whl
ERROR: Package 'mongoengine' requires a different Python: 2.7.18 not in '>=3.5'
```
2020-10-16 10:00:27 -07:00
R. RyanTM
2f4b07712f
python37Packages.mongoengine: 0.18.2 -> 0.20.0
2020-10-16 10:00:27 -07:00
Jonathan Ringer
871cd876a1
python3Packages.pytest_xdist_2: fix tests with latest pytest6
2020-10-16 09:52:55 -07:00
R. RyanTM
2142fb3fee
python37Packages.pytest_6: 6.0.1 -> 6.1.1
2020-10-16 09:52:55 -07:00
Jonathan Ringer
6de03472f4
python2Packages.aioconsole: disable
...
```
Processing ./aioconsole-0.3.0-py2-none-any.whl
ERROR: Package 'aioconsole' requires a different Python: 2.7.18 not in '>=3.6'
```
2020-10-16 09:40:17 -07:00
R. RyanTM
8711da60ba
python37Packages.aioconsole: 0.2.1 -> 0.3.0
2020-10-16 09:40:17 -07:00
R. RyanTM
40f6b5b66a
python37Packages.posix_ipc: 1.0.4 -> 1.0.5
2020-10-16 09:36:35 -07:00
R. RyanTM
2b99e4f629
python37Packages.bpython: 0.19 -> 0.20
2020-10-16 09:36:13 -07:00
Ryan Mulligan
c0e65c6340
Merge pull request #100698 from r-ryantm/auto-update/python3.7-yfinance
...
python37Packages.yfinance: 0.1.54 -> 0.1.55
2020-10-16 09:19:23 -07:00
R. RyanTM
253418be11
python37Packages.aioftp: 0.18.0 -> 0.18.1
2020-10-16 08:51:35 -07:00
R. RyanTM
6f94f55540
python37Packages.casbin: 0.8.3 -> 0.9.0
2020-10-16 08:51:10 -07:00
R. RyanTM
d6cc1bb135
python37Packages.shodan: 1.23.1 -> 1.24.0
2020-10-16 08:45:01 -07:00
R. RyanTM
89f6328b14
python37Packages.langcodes: 2.0.0 -> 2.1.0
2020-10-16 08:42:56 -07:00
R. RyanTM
9b285bd534
python37Packages.ipydatawidgets: 4.0.1 -> 4.1.0
2020-10-16 08:42:15 -07:00
R. RyanTM
71d5366c01
python37Packages.google_cloud_videointelligence: 1.15.0 -> 1.16.0
2020-10-16 08:42:00 -07:00
Jon
7e2f44a303
Merge pull request #100715 from r-ryantm/auto-update/python3.7-aria2p
...
python37Packages.aria2p: 0.7.0 -> 0.9.1
2020-10-16 08:36:17 -07:00
R. RyanTM
9402b040fb
python37Packages.pympler: 0.8 -> 0.9
2020-10-16 08:36:00 -07:00
Jon
2f609e7248
Merge pull request #100701 from r-ryantm/auto-update/python3.7-vispy
...
python37Packages.vispy: 0.6.4 -> 0.6.5
2020-10-16 08:35:48 -07:00
R. RyanTM
b59a36311b
python37Packages.plexwebsocket: 0.0.6 -> 0.0.12
2020-10-16 08:35:20 -07:00
R. RyanTM
2d8939e6a6
python27Packages.jsbeautifier: 1.12.0 -> 1.13.0
2020-10-16 08:33:04 -07:00
R. RyanTM
0a2acd4762
python37Packages.kafka-python: 2.0.1 -> 2.0.2
2020-10-16 08:32:28 -07:00
Bouke van der Bijl
bf21b814cb
gopls: 0.5.0 -> 0.5.1 ( #100719 )
2020-10-16 17:17:32 +02:00
Emery Hemingway
bb99a0d9a8
nim: 1.2.6 -> 1.4.0
2020-10-16 16:07:50 +02:00
Mario Rodas
816ee4a8f3
Merge pull request #100675 from marsam/update-nodejs-14_x
...
nodejs-14_x: 14.13.1 -> 14.14.0
2020-10-16 08:25:29 -05:00
Michael Weiss
86a4a50e10
Merge pull request #99984 from ggreif/darwin-llvm11
...
llvmPackages_11: 11.0.0rc5 -> 11.0.0 and various fixes/improvements:
- llvmPackages_11 now compiles on Darwin
- libcxx now compiles on Linux
- Ported #91293 to 11.0.0
- Try to anticipate #100388
2020-10-16 14:57:33 +02:00
Profpatsch
bb8758a533
Merge pull request #100504 from teto/treesitter_lua
...
Treesitter lua
2020-10-16 14:43:46 +02:00
Holger Wünsche
6948875e73
llvmPackages_11.compiler-rt: enable support for i486 i586 i686
...
compiler-rt (and as a result clang) can't be build for i686 (as noticed here: #99984 ).
The patch adds the required variables and should result in the same behavior as in the nixpkgs-llvm10. It essentially forces to use i386 buildins when using i486, i586 or i686, which are not supported.
Fixes #100392
2020-10-16 14:35:22 +02:00
Ryan Mulligan
67b3cc54bc
Merge pull request #100684 from r-ryantm/auto-update/python3.7-bayesian-optimization
...
python37Packages.bayesian-optimization: 1.1.0 -> 1.2.0
2020-10-16 05:08:29 -07:00
Ryan Mulligan
a1a01bdd52
Merge pull request #100606 from cideM/node-merge-pr
...
nodePackages: init sass clubhouse-cli makam inliner undollar (combine several PRs)
2020-10-16 05:03:46 -07:00
Peter Simons
0e580ae246
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-20-g9bb4291 from Hackage revision
7c472f7b25
.
2020-10-16 13:49:04 +02:00
Peter Simons
4a0857e650
hackage2nix: disable failing builds to fix evaluation
2020-10-16 13:48:15 +02:00
Ryan Mulligan
afe60aeec3
Merge pull request #100664 from r-ryantm/auto-update/python3.7-distributed
...
python37Packages.distributed: 2.23.0 -> 2.30.0
2020-10-16 04:45:43 -07:00
Peter Simons
8f038f2370
haskell-pandoc: update override for the latest version
2020-10-16 13:45:18 +02:00
Peter Simons
00a4f58ac2
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-20-g9bb4291 from Hackage revision
7c472f7b25
.
2020-10-16 13:40:38 +02:00
Peter Simons
04715a1f0b
LTS Haskell 16.18
2020-10-16 13:39:19 +02:00