Kirill Boltaev
05358c6498
manticore: 2019.09.20 -> 2019.12.03
2019-12-04 14:30:56 -06:00
Kirill Boltaev
d55727ac40
smlnj: 110.91 -> 110.95, add 64-bit support
...
Also drop isDarwin check in `top-level/all-packages.nix` till darwin build is fixed.
2019-12-04 14:30:56 -06:00
geistesk
c2ab0dab52
pythonPackages.flask-httpauth: init at 3.3.0
2019-12-04 12:30:43 -08:00
André-Patrick Bubel
e2d24a023f
godot: 3.1.1 -> 3.1.2
2019-12-04 20:55:39 +01:00
Jonathan Ringer
c064c2adc1
python3Packages.chainer: 6.4.0 -> 6.5.0
2019-12-04 09:40:44 -08:00
José Miguel
38d945f4b6
pythonPackages.pytest-bdd: init at 3.2.1
2019-12-04 09:35:32 -08:00
Lancelot SIX
40e0bf33fc
pytthonPackages.django_2_2: 2.2.7 -> 2.2.8
...
See https://docs.djangoproject.com/en/2.2/releases/2.2.8/
2019-12-04 18:29:21 +01:00
Vincent Laporte
0b5dfa54e1
ocamlPackages.metrics-unix: init at 0.1.0
2019-12-04 15:37:36 +00:00
Vincent Laporte
8ad01c3362
ocamlPackages.metrics-lwt: init at 0.1.0
2019-12-04 15:37:36 +00:00
Vincent Laporte
5d0dd4e536
ocamlPackages.metrics: init at 0.1.0
2019-12-04 15:37:36 +00:00
Florian Klink
f4fd6ad282
Merge pull request #73309 from guibou/bazel_fix_env
...
bazel: fix strict action env
2019-12-04 16:02:09 +01:00
Sébastien Maret
2b78a4ec37
sundials: 4.1.0 -> 5.0.0
2019-12-04 15:49:49 +01:00
Guillaume Bouchard
c0a6fc4a56
bazel: add file
and zip
in the test runner env
...
`file` and `zip` are needed for some bazel test and by default the test
runner take these binaries from the current `PATH` which may not contain
them
2019-12-04 12:59:32 +01:00
Guillaume Bouchard
20752ba4f7
bazel: improve strict action env context
...
- Bazel strict action env set a default PATH to
`/bin/:/usr/bin:/usr/local/bin`. This was previously changed to disable
this behavior to improve hermeticity. However the previous change was
only removing `/bin:/usr/bin`, keeping `/usr/local/bin`, this commit
also remove this entry.
2019-12-04 12:59:32 +01:00
Mario Rodas
60fbc69a08
Merge pull request #74967 from groodt/conftest-0.15.0
...
conftest: 0.14.0 -> 0.15.0
2019-12-04 06:41:52 -05:00
Mario Rodas
aa1d254fe5
Merge pull request #73093 from groodt/protolock-0.15.0
...
protolock: 0.14.1 -> 0.15.0
2019-12-04 06:41:07 -05:00
Mario Rodas
afcf6d212b
racket: 7.4 -> 7.5
...
Release Announcement: https://download.racket-lang.org/v7.5.html
2019-12-04 04:20:00 -05:00
Mario Rodas
4b83e3e893
nix-linter: init at 2019-04-26
2019-12-04 04:20:00 -05:00
Mario Rodas
49c63e498c
treewide: remove empty inherits
...
These empty inherits were accidentally introduced by https://github.com/NixOS/nixpkgs/pull/66585
2019-12-04 04:20:00 -05:00
Mario Rodas
43570232b0
Merge pull request #74947 from marsam/update-node
...
nodejs-13_x: 13.2.0 -> 13.3.0
2019-12-04 03:43:32 -05:00
Mario Rodas
3dbebb32ee
Merge pull request #74900 from marsam/update-protobuf
...
protobuf3_11: 3.11.0 -> 3.11.1
2019-12-04 03:42:54 -05:00
Greg Roodt
8ac4947846
conftest: 0.14.0 -> 0.15.0
2019-12-04 16:53:44 +11:00
John Ericson
9a080ceff2
Merge pull request #74922 from matthewbauer/ghc-no-gold-with-llvm
...
ghc: don’t use gold when useLLVM = true
2019-12-03 17:35:57 -05:00
Mario Rodas
4e7dacd5d9
nodejs-13_x: 13.2.0 -> 13.3.0
...
Changelog: https://github.com/nodejs/node/releases/tag/v13.3.0
2019-12-03 17:00:00 -05:00
Sébastien Lavoie
f27b686ed6
qt5.qtbase: fix darwin patches for 5.12.6 ( #74911 )
...
qtbase was updated to 5.12.6 in https://github.com/NixOS/nixpkgs/pull/73562 ,
but the patch for macOS wasn't updated, causing the build to fail.
2019-12-03 16:53:31 -05:00
Austin Seipp
4d39209961
mimalloc: un-break dynamic linking
...
Previous versions of the build assumed libmimalloc.so would be a hard
copy of mimalloc-secure.so iff secureBuild == true, but in 1.1.0 and
later it seems libmimalloc.so is a symlink to the -secure variant. This
apparently rectifies some behavior I noticed that was strange
previously.
This breakage wasn't caught because the 1.1.0 update was automatic in
5596317d4; there should be a checkPhase to ensure this doesn't happen
again...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-12-03 13:50:14 -06:00
Matthew Bauer
49df3e3ea4
Merge pull request #74882 from lopsided98/grpc-armv6l
...
grpc: fix build on armv6l
2019-12-03 14:38:08 -05:00
Maximilian Bosch
b3a037add7
Merge pull request #74932 from jonringer/bump-gplaycli
...
python3Packages.gplaycli: 3.25 -> 3.26
2019-12-03 20:02:59 +01:00
Maximilian Bosch
a6bf4544ad
Merge pull request #74930 from jonringer/disable-gpapi
...
pythonPackages.gpapi: disable for python2
2019-12-03 19:53:24 +01:00
Jonathan Ringer
0f061f913f
python3Packages.gplaycli: 3.25 -> 3.26
2019-12-03 10:24:14 -08:00
Jonathan Ringer
98a411dde7
pythonPackages.gpapi: disable for python2
...
Uses shutil.which(), which was added in 3.3
No longer supports python2
2019-12-03 10:17:33 -08:00
Matthew Bauer
224737f0f7
Merge pull request #74625 from r-ryantm/auto-update/rgbds
...
rgbds: 0.3.8 -> 0.3.9
2019-12-03 13:11:30 -05:00
Pamplemousse
ec1a445028
pythonPackage.progressbar2: Fix
...
The `postPatch` phase is failing when no `.pyc` file is generated in
`tests` by the build (`rm: missing operand` error).
As per @jonringer's comment, the whole `postPatch` is not needed anymore.
2019-12-03 09:21:56 -07:00
Matthew Bauer
00cdf80d6a
ghc: don’t use gold when useLLVM = true
...
When using the llvm-based linker, we don’t have a .gold flavor to
pick. So just fall back to the normal “ld” command.
2019-12-03 11:15:20 -05:00
Jan Tojnar
30fae2883e
Merge branch 'master' into staging-next
2019-12-03 16:51:48 +01:00
Jan Tojnar
d2da3202ea
Merge pull request #74558 from r-ryantm/auto-update/poppler-utils
...
poppler: 0.81.0 -> 0.83.0
2019-12-03 16:50:55 +01:00
Eduardo Quiros
8e72ad4fbc
lazygit 0.8 -> 0.11.3
2019-12-03 14:55:27 +01:00
Maximilian Bosch
09c7eccd29
python3Packages.gpapi: 0.4.3 -> 0.4.4
2019-12-03 14:40:55 +01:00
Sébastien Maret
212ce02fa0
python: reproject: 0.5.1 -> 0.6
2019-12-03 14:26:21 +01:00
Mario Rodas
93223f5cc3
Merge pull request #74872 from marsam/update-flow
...
flow: 0.112.0 -> 0.113.0
2019-12-03 07:15:53 -05:00
Mario Rodas
0e0363735b
Merge pull request #74826 from smaret/spectral-cube-0.4.5
...
python: spectral-cube: 0.4.4 -> 0.4.5
2019-12-03 07:06:28 -05:00
Peter Simons
d8ab6c90ce
haskell-haddock-library: jailbreak version 1.8.0 so that we can build the test suite
2019-12-03 12:56:52 +01:00
Peter Simons
2c5b9702ef
haskell-prettyprinter: use latest version when building with ghc-8.8.x
2019-12-03 11:45:29 +01:00
Andreas Rammhold
120eda95a6
Merge pull request #74737 from andir/cudatoolkit
...
cudatoolkit: move the dependencies into a common expression
2019-12-03 11:34:26 +01:00
Sébastien Maret
efd657fb89
python: spectral-cube: 0.4.4 -> 0.4.5
...
Co-Authored-By: Mario Rodas <marsam@users.noreply.github.com>
2019-12-03 11:21:20 +01:00
Mario Rodas
e4d1d83f95
Merge pull request #74661 from itsapinhulk/boost_extra_args
...
boost : support extra arguments to b2
2019-12-03 04:57:32 -05:00
Mario Rodas
d6ab3a25e0
Merge pull request #74878 from marsam/update-rubocop
...
rubocop: 0.76.0 -> 0.77.0
2019-12-03 04:32:20 -05:00
Jonathan Ringer
a71ae5ba52
python3Packages.nose-exclude: disable tests for darwin
...
"OSError: AF_UNIX path too long"
2019-12-03 00:38:41 -08:00
Jonathan Ringer
288f4f0382
python3Packages.azure-mgmt-kusto: 0.4.0 -> 0.5.0
2019-12-03 00:18:20 -08:00
Jonathan Ringer
4f52fddfbb
python3Packages.azure-mgmt-imagebuilder: 0.2.1 -> 0.3.0
2019-12-03 00:17:58 -08:00
Jonathan Ringer
19f868a6ef
azure-mgmt-sqlvirtualmachine: 0.4.0 -> 0.5.0
2019-12-02 23:46:15 -08:00
Mario Rodas
a761bde732
protobuf3_11: 3.11.0 -> 3.11.1
2019-12-03 00:00:00 -05:00
Graham Christensen
cd2719f912
Merge pull request #74682 from manveru/crystal-improvments
...
crystal: reduce closure size, more robust runtime
2019-12-02 20:29:39 -05:00
Mario Rodas
ad5349f515
rubocop: 0.76.0 -> 0.77.0
...
Changelog: https://github.com/rubocop-hq/rubocop/releases/tag/v0.77.0
2019-12-02 20:00:00 -05:00
Jonathan Ringer
e3434cd11b
python3Packages.curio: fix darwin network tests
2019-12-02 16:36:49 -08:00
Timo Kaufmann
12b167eeab
Revert "python.pkgs.Cython: 0.29.14 -> 0.29.15"
...
This reverts commit fa4bbefdfead8f76dbf2d1a890026fb15977c0bf.
The update seems to be no longer available. See
https://github.com/NixOS/nixpkgs/pull/74388#issuecomment-560490284 .
2019-12-03 00:37:13 +01:00
Mario Rodas
7116a3d1df
flow: 0.112.0 -> 0.113.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.113.0
2019-12-02 18:00:00 -05:00
Jonathan Ringer
5ca8364332
python3Packages.pyfxa: fix tests
2019-12-02 13:28:15 -08:00
Ben Wolsieffer
279b5a60ff
grpc: fix build on armv6l
2019-12-02 16:14:15 -05:00
Jan Tojnar
8718c78b6b
poppler: 0.81.0 → 0.83.0
...
https://lists.freedesktop.org/archives/poppler/2019-October/014027.html
https://lists.freedesktop.org/archives/poppler/2019-November/014066.html
2019-12-02 21:51:32 +01:00
Frederik Rietdijk
92d2153e6c
pythonInterpreters: remove unnecessary rec
2019-12-02 20:10:51 +01:00
Matthew Bauer
0505c5125c
Merge branch 'master' into static-fixes
2019-12-02 13:34:24 -05:00
Jan Tojnar
9fe1b95c3d
python3Packages.deprecated: fix build
2019-12-02 19:24:31 +01:00
R. RyanTM
a402fa81b1
live555: 2019.10.20 -> 2019.11.22 ( #74452 )
2019-12-02 18:53:52 +01:00
Jan Tojnar
39bf8a7b28
Merge pull request #74685 from r-ryantm/auto-update/tepl
...
tepl: 4.2.0 -> 4.2.1
2019-12-02 18:35:28 +01:00
Dmitry Kalinkin
e678aadb04
Merge pull request #74816 from prusnak/python-fido2
...
python3Packages.fido2: 0.7.3 -> 0.8.1
2019-12-02 11:05:10 -05:00
Jan Tojnar
65a007868a
Merge pull request #74790 from d-goldin/gegl_0_4_jasper
...
gegl_0_4: disabling jasper, fixing build
2019-12-02 13:22:23 +01:00
Jonathan Ringer
006da38a3b
python3Packages.dotnetcore2: fix src hash
...
Was errornously updated
2019-12-01 23:37:10 -08:00
Pavol Rusnak
c6e4e06996
python3Packages.fido2: 0.7.3 -> 0.8.1
2019-12-02 05:48:26 +01:00
Jonathan Ringer
d557b39f13
python3Packages.azure-mgmt-monitor: fix python3 namespace
2019-12-01 19:47:46 -08:00
Jonathan Ringer
60361dc8a0
python3Packages.azure-mgmt-compute: 9.0.0 -> 10.0.0
2019-12-01 19:47:46 -08:00
Jonathan Ringer
31133bcc50
python3Packages.azure-mgmt-appconfiguration: 0.1.0 -> 0.3.0
2019-12-01 19:47:46 -08:00
Jonathan Ringer
a7057501e2
python3Packages.azure-loganalytics: fix python3 namespace
2019-12-01 19:47:46 -08:00
John Ericson
ce0fd24752
Merge pull request #74806 from Ericson2314/gdb-correct-lib
...
gdb: Fix safe path for cross
2019-12-01 17:39:06 -05:00
John Ericson
7ee98d8bb3
gdb: Fix safe path for cross
2019-12-01 17:13:24 -05:00
Vincent Laporte
f36ba34be3
ocamlPackages.cpuid: 0.1.0 → 0.1.2
2019-12-01 18:18:28 +00:00
Frederik Rietdijk
6662f5be2d
Merge master into staging-next
2019-12-01 18:55:44 +01:00
Jan Tojnar
d4b4bcd416
gdk-pixbuf: fix setup hook
...
b78e84097f
tried to make the script better but used the wrong test
syntax: [[ 113 > 99 ]] is false. This caused the librsvg not being added
to $GDK_PIXBUF_MODULE_FILE.
Fixes: https://github.com/NixOS/nixpkgs/pull/73586#issuecomment-560106317
2019-12-01 18:55:40 +01:00
Timo Kaufmann
47f4ddf1ac
python.pkgs.Cython: 0.29.14 -> 0.29.15
2019-12-01 18:54:38 +01:00
Timo Kaufmann
a2407280d7
python.pkgs.Cython: backport fix for non-int hashes
...
https://github.com/cython/cython/issues/2752 has already been accepted
upstream, is minimally invasive (only adds a feature, shouldn't break
any existing code) and is needed for the sage python3 update. Sage needs
this capability because it defines its own integer type.
2019-12-01 18:54:38 +01:00
R. RyanTM
256a3735ec
jsoncpp: 1.9.1 -> 1.9.2
2019-12-01 18:52:07 +01:00
R. RyanTM
3f185e2c66
kubectx: 0.7.0 -> 0.7.1
2019-12-01 18:50:42 +01:00
R. RyanTM
27810a072c
libidn2: 2.2.0 -> 2.3.0
2019-12-01 18:50:12 +01:00
R. RyanTM
d024d38619
libmbim: 1.20.0 -> 1.20.2
2019-12-01 18:49:45 +01:00
R. RyanTM
ca2e5a1562
python38Packages.aiorpcx: 0.18.3 -> 0.18.4
2019-12-01 18:38:25 +01:00
R. RyanTM
40a357a67e
cmakeWithGui: 3.15.4 -> 3.15.5
2019-12-01 18:27:33 +01:00
Lancelot SIX
3263500057
Merge pull request #74587 from r-ryantm/auto-update/python3.8-OWSLib
...
python38Packages.owslib: 0.18.0 -> 0.19.0
2019-12-01 18:25:37 +01:00
Jörg Thalheim
1caddbe258
clang-tools: fix substitution in wrapper
2019-12-01 17:12:00 +00:00
Renaud
8fc6d9bf8a
Merge pull request #74721 from groodt/go-jsonnet-0.14.0
...
go-jsonnet: 0.13.0 -> 0.14.0
2019-12-01 17:21:06 +01:00
Dima
c9841eda43
gegl_0_4: disabling jasper, fixing build
...
Jasper has been recently marked as insecure and removed from a bunch
of places due to some known vulnerabilities and upstream not moving
forward. This was done in https://github.com/NixOS/nixpkgs/pull/73586
This prevents gegl_0_4 from building, as jasper is a runtime dependency
per default. There is an upstream issue for that, but it does not seem
to have made progress yet: https://gitlab.gnome.org/GNOME/gegl/issues/35
2019-12-01 17:21:05 +01:00
Jörg Thalheim
2e41380144
Merge pull request #74788 from pacien/pythonPackages.apsw-3.30.1-r1
...
pythonPackages.apsw: 3.29.0-r1 -> 3.30.1-r1
2019-12-01 16:03:52 +00:00
Jörg Thalheim
62f08bef6a
Merge pull request #74766 from pacien/matrix-nio-cachetools
...
python3Packages.matrix-nio: add missing dependency (cachetools)
2019-12-01 16:03:20 +00:00
Jörg Thalheim
bfed0522b6
Merge pull request #74656 from Elyhaka/master
...
libfprint: 1.0 -> 1.90
2019-12-01 15:54:46 +00:00
pacien
a63c37cd5c
pythonPackages.apsw: 3.29.0-r1 -> 3.30.1-r1
...
+ removing a patch that is now included.
2019-12-01 16:08:47 +01:00
R. RyanTM
5c54b35a5b
libxl: 3.8.5 -> 3.8.7 ( #74450 )
...
* libxl: 3.8.5 -> 3.8.7
* libxl: refresh meta
+ avoid hardcoding phases
2019-12-01 16:00:06 +01:00
R. RyanTM
61087f73d7
libsolv: 0.7.7 -> 0.7.9 ( #74447 )
...
* libsolv: 0.7.7 -> 0.7.9
* libsolv: add meta.homepage
2019-12-01 15:49:35 +01:00
Tim Steinbach
37c644e95e
Merge pull request #73905 from lourkeur/master+fix_68151
...
fix shell in ammonite package #68151
2019-12-01 08:33:04 -05:00
Olli Helenius
299d9404e8
hcloud: 1.13.0 -> 1.14.0
...
Build with buildGoModule instead of legacy buildGoPackage.
2019-12-01 15:03:15 +02:00
Elyhaka
b60d5692bf
Added support for libfprint 1.90
2019-12-01 10:42:16 +01:00
gnidorah
784914c46d
pythonPackages.pykde4: drop
2019-12-01 09:58:55 +01:00
Elis Hirwing
a4cf20c68f
php74: Go through configuration options
2019-12-01 09:50:51 +01:00
Ben Wolsieffer
82f96b67c6
buildbot: 2.5.0 -> 2.5.1
2019-12-01 08:37:45 +01:00
pacien
d44c0b2d42
python3Packages.matrix-nio: add missing dependency (cachetools)
2019-12-01 03:36:35 +01:00
Jan Tojnar
4cb7f43d3a
polkit: rename misleading flag
...
gobject-introspection has nothing to do with graphical systems or GNOME, it is needed for language bindings like Python.
2019-12-01 02:18:00 +01:00
Jan Tojnar
a4bbc84e16
Merge branch 'staging-next' into staging
2019-12-01 01:44:03 +01:00
Jan Tojnar
75c88b57f9
dconf: move to top-level ( #74755 )
...
dconf: move to top-level
2019-12-01 01:41:12 +01:00
Jan Tojnar
8cbc862b83
dconf: move to top-level
2019-12-01 01:01:40 +01:00
Langston Barrett
e1456b291c
rr: include gdb as a propagated input
2019-11-30 18:59:47 -05:00
Timo Kaufmann
28cb34d538
Merge pull request #74537 from timokau/rpy2-3.2.2
...
python3.pkgs.rpy2: 2.9.5 -> 3.2.2
2019-12-01 00:38:43 +01:00
R. RyanTM
03be1adb13
libseccomp: 2.4.1 -> 2.4.2
2019-11-30 18:33:21 -05:00
R. RyanTM
eac9b43a82
jimtcl: 0.78 -> 0.79
...
* jimtcl: 0.78 -> 0.79 (#74408 )
* jimtcl: enable new json extension and run tests
+ build shared to reduce closure size
2019-12-01 00:13:37 +01:00
Timo Kaufmann
ef43cd3d42
python3.pkgs.rpy2: 2.9.5 -> 3.2.2
...
There have been significant changes, therefore it doesn't make sense
anymore to maintain the python2 and python3 version in the same file.
We'll be able to drop the python2 version soon, some time after we have
switched sage to python3.
2019-12-01 00:07:12 +01:00
Frederik Rietdijk
f99271be7c
Merge pull request #74023 from NixOS/staging-next
...
Staging next
2019-11-30 21:12:27 +01:00
R. RyanTM
7ff9169bf3
intel-graphics-compiler: 1.0.2714.1 -> 1.0.2878
...
(#74424 )
2019-11-30 21:07:12 +01:00
Jan Tojnar
55a72926e1
Merge branch 'staging-next' into staging
2019-11-30 19:45:46 +01:00
Jan Tojnar
a69ad18da9
Merge branch 'master' into staging-next
2019-11-30 19:44:51 +01:00
Jan Tojnar
1edd4ceb61
xapian: 1.4.13 -> 1.4.14 ( #74707 )
...
xapian: 1.4.13 -> 1.4.14
2019-11-30 19:16:21 +01:00
Jan Tojnar
eabb843ba8
libappindicator-gtk2: add missing automake step ( #74733 )
...
libappindicator-gtk2: add missing automake step
2019-11-30 19:08:58 +01:00
R. RyanTM
9f507d9dd5
python38Packages.bitarray: 1.0.1 -> 1.1.0
2019-11-30 10:02:18 -08:00
R. RyanTM
c4da86cd41
libdigidocpp: 3.14.0 -> 3.14.1 ( #74443 )
2019-11-30 17:58:49 +01:00
R. RyanTM
e2cdcdc2d9
libisoburn: 1.5.0 -> 1.5.2 ( #74445 )
2019-11-30 17:42:40 +01:00
R. RyanTM
abe30421ee
nanoflann: 1.3.0 -> 1.3.1
...
* nanoflann: 1.3.0 -> 1.3.1 (#74460 )
* nanoflann: fix meta.license
Upstream licensing is BSD-2-Clause
+ explicitly disable the build of examples (requires Eigen3)
2019-11-30 17:42:17 +01:00
nyanloutre
573ab436a4
libappindicator-gtk2: remove obsolete substitutions
2019-11-30 17:39:09 +01:00
R. RyanTM
d5d6b756af
micronaut: 1.2.5 -> 1.2.6 ( #74465 )
2019-11-30 17:10:04 +01:00
R. RyanTM
3abd8970d7
prometheus-cpp: 0.7.0 -> 0.8.0 ( #74559 )
2019-11-30 16:22:12 +01:00
Renaud
909904d0ae
Merge pull request #74611 from doronbehar/update-gaia
...
gaia: 2.4.5 -> 2.4.6
2019-11-30 16:04:11 +01:00
R. RyanTM
1509bf72c9
qbs: 1.14.0 -> 1.14.1 ( #74617 )
2019-11-30 15:53:54 +01:00
Michael Fellinger
aa2c03f1ce
crystal: reduce closure size, more robust runtime
2019-11-30 15:35:16 +01:00
Emery Hemingway
e54d68e6d0
nim: 1.0.2 -> 1.0.4
2019-11-30 15:26:11 +01:00
Ryan Mulligan
a5d8653709
Merge pull request #74533 from r-ryantm/auto-update/smarty3
...
smarty3: 3.1.33 -> 3.1.34
2019-11-30 06:14:28 -08:00
nyanloutre
f49002cd26
libappindicator-gtk2: add missing automake step
2019-11-30 13:20:38 +01:00
adisbladis
e8f2764fe8
Merge pull request #66254 from marcus7070/cadquery-and-friends-init
...
pythonPackages.cadquery: init at 2.0RC0 & cq-editor: init at 0.1RC1
2019-11-30 11:09:30 +00:00
Vincent Laporte
120102de65
OCaml: optionally enable AFL support
2019-11-30 08:34:36 +00:00
Vincent Laporte
9b76c5e17a
OCaml: fix configure flags for flambda support
...
The configure program for OCaml has been using a new set of command-line
arguments from version 4.08. This is a small refactoring to ease dealing with
the two sets.
2019-11-30 08:34:36 +00:00
Mario Rodas
3ec8dcb495
Merge pull request #74643 from r-ryantm/auto-update/sbt
...
sbt: 1.3.3 -> 1.3.4
2019-11-30 03:24:57 -05:00
Mario Rodas
eb0597275f
Merge pull request #74639 from r-ryantm/auto-update/simpleitk
...
simpleitk: 1.2.3 -> 1.2.4
2019-11-30 03:22:03 -05:00
Jörg Thalheim
c70b4238fa
Merge pull request #74712 from r-ryantm/auto-update/X11basic
...
x11basic: 1.26 -> 1.27
2019-11-30 08:14:21 +00:00
R. RyanTM
ec7f139ad8
pcre2: 10.33 -> 10.34
2019-11-30 09:05:41 +01:00
Frederik Rietdijk
9f84415541
Merge staging-next into staging
2019-11-30 08:58:01 +01:00
Frederik Rietdijk
d14baf7747
Merge master into staging-next
2019-11-30 08:57:28 +01:00
Frederik Rietdijk
5bdd7a59c0
Revert "python: pip: missing setuptools dependency"
...
Pip does *not* have a dependency on setuptools. Setuptools
is needed to install a setuptools package.
This reverts commit 25f0dabf90
.
2019-11-30 08:51:40 +01:00
Marcus Boyd
c027ec5488
pythonPackages.tinydb: init at v3.14.1
2019-11-30 16:30:17 +10:30
Marcus Boyd
f29905dbdf
pythonPackages.cadquery: use CadQuery fork of pythonocc
2019-11-30 16:29:58 +10:30
Greg Roodt
87aca2a39d
go-jsonnet: 0.13.0 -> 0.14.0
2019-11-30 15:15:24 +11:00
R. RyanTM
2a8602e6ed
python38Packages.asyncpg: 0.19.0 -> 0.20.0
2019-11-29 18:43:06 -08:00
R. RyanTM
bcdade7ea0
python38Packages.distlib: 0.2.9.post0 -> 0.3.0
2019-11-29 18:39:04 -08:00
mtrsk
cc449015e9
python3Packages.tesserocr: init at 2.5.0
2019-11-29 18:37:20 -08:00
R. RyanTM
69bbc69a32
python38Packages.django-storages: 1.7.2 -> 1.8
2019-11-29 18:29:38 -08:00
R. RyanTM
a3374546a7
python38Packages.nbsphinx: 0.4.3 -> 0.5.0
2019-11-29 18:28:20 -08:00
R. RyanTM
f17e3511e3
python38Packages.click-default-group: 1.2.1 -> 1.2.2
2019-11-29 18:26:19 -08:00