1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 11:33:24 +00:00
Commit graph

72913 commits

Author SHA1 Message Date
Frederik Rietdijk 10db10b5d7 python: acoustics: 0.2.2 -> 0.2.3 2019-11-22 08:37:03 +01:00
Frederik Rietdijk bbfb01c5e4 python: Nikola: 8.0.2 -> 8.0.3 2019-11-22 08:37:03 +01:00
Frederik Rietdijk 88427341a2 python: GitPython: 3.0.4 -> 3.0.5 2019-11-22 08:37:03 +01:00
Frederik Rietdijk 041c3503b0 python: Cython: 0.29.13 -> 0.29.14 2019-11-22 08:37:03 +01:00
Frederik Rietdijk dadf61204b python: APScheduler: 3.6.1 -> 3.6.3 2019-11-22 08:37:03 +01:00
Frederik Rietdijk 182571cdc3 update-python-libraries: ignore pyproject 2019-11-22 08:37:03 +01:00
Frederik Rietdijk 10d0c68a9b Merge staging-next into staging 2019-11-20 10:02:21 +01:00
Frederik Rietdijk 65edeb8633 Merge master into staging-next 2019-11-20 10:01:49 +01:00
Frederik Rietdijk 13bab298fc kdeFrameworks: provide a default hookName 2019-11-20 09:58:26 +01:00
Frederik Rietdijk 648152fdbb python39: init at 3.9.0a1
It's a year until the final release but this will give a chance to test
out certain features and how it integrates with other packages.
https://www.python.org/dev/peps/pep-0596/
2019-11-20 09:42:27 +01:00
Dennis Gosnell 5ccbcf2ea5
Merge pull request #73801 from endgame/callHackageDirect-docstring
callHackageDirect: correct type signature
2019-11-20 17:29:21 +09:00
Daniel Schaefer 09f9bcd19c
Merge pull request #67749 from markuskowa/upd-targetcli
targetcli: 2.1.fb49 -> 2.1.51
2019-11-20 08:28:19 +01:00
Jack Kelly 9f41d8a9d0 callHackageDirect: correct type signature 2019-11-20 16:36:33 +10:00
Jan Tojnar 2a85ee83b2
guile: fix unbound variable in setup-hook
For compat with set -u
2019-11-20 05:12:13 +01:00
Jan Tojnar ae465621ff
pythonPackages.pipBuildHook: fix unbound variable
for compatibility with set -u
2019-11-20 05:06:51 +01:00
Jan Tojnar 7429f5fe9b
dleyna-core: fix setup hook
For compatibility with set -u.
2019-11-20 03:57:43 +01:00
Jan Tojnar 44083d9999
SDL: fix setup hook
SDL_LIB_PATH needs to contain -L
2019-11-20 03:44:14 +01:00
Kirill Elagin 2e79c2d969 android: Install platform-tools binaries on all OSes 2019-11-19 22:29:21 +01:00
R. RyanTM 1b53f78ef5 libsearpc: 3.1.0 -> 3.2.0 2019-11-19 20:50:11 +01:00
Dmitry Kalinkin 3ff236097b fastjet-contrib: init at 1.042 2019-11-19 09:38:06 -08:00
Jonathan Ringer 542af6df87 conan: 1.12.0 -> 1.12.3
Remove PyYAML_3
2019-11-19 09:05:12 -08:00
Mario Rodas 68e1a78368 nodejs-12_x: 12.13.0 -> 12.13.1
Changelog: https://github.com/nodejs/node/releases/tag/v12.13.1
2019-11-19 09:00:29 -08:00
Matthieu Coudron 56b5f663cc python3Packages.cmd2: 0.19.0 -> 0.20.0 2019-11-19 07:43:49 -08:00
Jonathan Ringer 6a983b61d4 elasticsearch-curator: move out of python-packages
Upstream froze click to <7, which means it will only
work with overrides, which means it can't compose
with other python modules.
2019-11-19 07:38:27 -08:00
Frederik Rietdijk 5f8b0d7d99 Merge staging-next into staging 2019-11-19 14:53:29 +01:00
Frederik Rietdijk 34715da5dc pyditz: make python.pkgs.cerberus11 private to it. 2019-11-19 11:41:16 +01:00
Frederik Rietdijk 9c52da0e0c Revert "python: Cerberus: 1.1 -> 1.3.1"
This package was pinned at 1.1.

This reverts commit a2614154b1.
2019-11-19 11:41:16 +01:00
Frederik Rietdijk f6b39f852e Merge master into staging-next 2019-11-19 10:53:44 +01:00
Ben Darwin e3e3bd61f8 pythonPackages.gpyopt: provide setuptools at runtime, needed by the package 2019-11-18 20:08:13 -08:00
Mario Rodas 93be69d42f
Merge pull request #73473 from bcdarwin/gpyopt
pythonPackages.gpyopt: init at unstable-2019-09-25
2019-11-18 21:57:38 -05:00
Dennis Gosnell 5f3b21f7b0
Merge pull request #73693 from toonn/drop-alex-patch
alex: drop patch
2019-11-19 09:34:44 +09:00
Mario Rodas f7076d3726
Merge pull request #73583 from marsam/add-pack
buildpack: init at 0.5.0
2019-11-18 19:32:09 -05:00
Renaud 5411dbda33
Merge pull request #71710 from bcdarwin/fix-elastix
elastix: 4.9.0 -> 5.0.0 (and mark unbroken)
2019-11-18 23:23:16 +01:00
Daiderd Jordan f89fff0154
Merge pull request #73457 from cw789/erlang_update
erlangR22: 22.0.4 -> 22.1.7
2019-11-18 23:17:44 +01:00
Tom Hall 801e8b4d72 Allow ffmpeg attributes to be overridden
Switch the order in which the version-specific attributes are combined
with args. Otherwise, if args such as 'branch' are overridden by an
overlay or other derivation, the new value is replaced with the
original when the sets are combined with //.
2019-11-18 23:13:59 +01:00
Jonathan Ringer 60e1709bae python3Packages.cliff: fix build and add tests 2019-11-18 12:50:48 -08:00
mhaselsteiner 263ee30a70 python: wrf-python : 1.3.1.1 -> 1.3.2 2019-11-18 12:39:51 -08:00
Timo Kaufmann d17a25d190
Merge pull request #73448 from cw789/elixir_update
elixir_1_9: 1.9.2 -> 1.9.4
2019-11-18 21:30:10 +01:00
adisbladis ab3f50a1c0
qt511: Remove package sets
Nothing depends on Qt 5.11 any more
2019-11-18 20:10:44 +00:00
adisbladis f70c47a901
qt59: Remove package sets
Nothing depends on Qt 5.9 any more
2019-11-18 20:10:43 +00:00
adisbladis dcfc821c6c
treewide: Stop using Qt 5.9 2019-11-18 20:10:43 +00:00
adisbladis c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
Ben Darwin b618730708 elastix: 4.9.0 -> 5.0.0 (and mark unbroken) 2019-11-18 13:29:02 -05:00
toonn 64c5eda317 alex: drop patch
simonmar/alex#140 was merged and the patch has been applied in alex
version 3.2.5 so the build is broken trying to re-apply the patch.
2019-11-18 17:04:41 +01:00
Florian Klink 93f5c85d66
Merge pull request #73074 from obsidiansystems/python3-airflow
python3Packages.apache-airflow init 1.10.5
2019-11-18 14:28:40 +01:00
markuskowa 7d728faea5
Merge pull request #73227 from markuskowa/fix-mkl
mkl: add scalapack libraries to output
2019-11-18 10:46:33 +01:00
Peter Simons c95664665d obs-studio: package the missing ndi library to make the obs-ndi plug-in actually work 2019-11-18 10:18:04 +01:00
Markus Kowalewski d817a49faa
mkl: add scalapack libraries to output 2019-11-18 09:05:03 +01:00
Ariel 7af3a955c9 apache-airflow: 1.10.3 -> 1.10.5, enable python
Includes misc fixes suggested during the PR process.
2019-11-17 21:44:15 -05:00
Pascal Hertleif e89c1c704f cargo-fuzz: 0.5.3 -> 0.5.4 2019-11-17 17:06:27 -08:00