about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* python: pretend: 1.0.8 -> 1.0.9Frederik Rietdijk2018-05-10
|
* python: pip-tools: 2.0.1 -> 2.0.2Frederik Rietdijk2018-05-10
|
* python: pbr: 4.0.1 -> 4.0.2Frederik Rietdijk2018-05-10
|
* python: pathlib2: 2.3.0 -> 2.3.2Frederik Rietdijk2018-05-10
|
* python: openpyxl: 2.5.2 -> 2.5.3Frederik Rietdijk2018-05-10
|
* python: onkyo-eiscp: 1.2.4 -> 1.2.5Frederik Rietdijk2018-05-10
|
* python: numpy: 1.14.2 -> 1.14.3Frederik Rietdijk2018-05-10
|
* python: numexpr: 2.6.4 -> 2.6.5Frederik Rietdijk2018-05-10
|
* python: nipype: 1.0.2 -> 1.0.3Frederik Rietdijk2018-05-10
|
* python: moto: 1.3.1 -> 1.3.3Frederik Rietdijk2018-05-10
|
* python: marshmallow: 2.15.0 -> 2.15.1Frederik Rietdijk2018-05-10
|
* python: marisa-trie: 0.7.4 -> 0.7.5Frederik Rietdijk2018-05-10
|
* python: llfuse: 1.3.3 -> 1.3.4Frederik Rietdijk2018-05-10
|
* python: keyring: 12.0.1 -> 12.0.2Frederik Rietdijk2018-05-10
|
* python: Keras: 2.1.5 -> 2.1.6Frederik Rietdijk2018-05-10
|
* python: Jug: 1.6.6 -> 1.6.7Frederik Rietdijk2018-05-10
|
* python: jira: 1.0.14 -> 1.0.15Frederik Rietdijk2018-05-10
|
* python: ipywidgets: 7.2.0 -> 7.2.1Frederik Rietdijk2018-05-10
|
* python: hdbscan: 0.8.12 -> 0.8.13Frederik Rietdijk2018-05-10
|
* python: google-api-core: 1.1.0 -> 1.1.2Frederik Rietdijk2018-05-10
|
* python: google-api-python-client: 1.6.6 -> 1.6.7Frederik Rietdijk2018-05-10
|
* python: Flask: 0.12.2 -> 0.12.4Frederik Rietdijk2018-05-10
|
* python: Flask-Cors: 3.0.3 -> 3.0.4Frederik Rietdijk2018-05-10
|
* python: Fiona: 1.7.11.post1 -> 1.7.11.post2Frederik Rietdijk2018-05-10
|
* python: fastimport: 0.9.6 -> 0.9.8Frederik Rietdijk2018-05-10
|
* python: Faker: 0.8.12 -> 0.8.13Frederik Rietdijk2018-05-10
|
* python: Django: 2.0.4 -> 2.0.5Frederik Rietdijk2018-05-10
|
* python: django-ipware: 2.0.1 -> 2.0.2Frederik Rietdijk2018-05-10
|
* python: devpi-common: 3.2.1 -> 3.2.3Frederik Rietdijk2018-05-10
|
* python: dask: 0.17.2 -> 0.17.4Frederik Rietdijk2018-05-10
|
* python: confluent-kafka: 0.11.0 -> 0.11.4Frederik Rietdijk2018-05-10
|
* python: colorlog: 3.1.2 -> 3.1.4Frederik Rietdijk2018-05-10
|
* python: cmarkgfm: 0.4.0 -> 0.4.2Frederik Rietdijk2018-05-10
|
* python: zc.buildout: 2.2.1 -> 2.2.5Frederik Rietdijk2018-05-10
|
* python: zc.buildout: 2.11.2 -> 2.11.3Frederik Rietdijk2018-05-10
|
* python: bayespy: 0.5.14 -> 0.5.17Frederik Rietdijk2018-05-10
|
* python: astropy: 3.0.1 -> 3.0.2Frederik Rietdijk2018-05-10
|
* python: astral: 1.6 -> 1.6.1Frederik Rietdijk2018-05-10
|
* python: aiohttp: 3.1.2 -> 3.1.3Frederik Rietdijk2018-05-10
|
* python: aenum: 2.1.0 -> 2.1.2Frederik Rietdijk2018-05-10
|
* python: XlsxWriter: 1.0.2 -> 1.0.4Frederik Rietdijk2018-05-10
|
* python: Nikola: 7.8.14 -> 7.8.15Frederik Rietdijk2018-05-10
|
* python: Cython: 0.28.1 -> 0.28.2Frederik Rietdijk2018-05-10
|
* Merge master into stagingFrederik Rietdijk2018-05-10
|\
| * nixos/dovecot: Fix usage of dhparams optionaszlig2018-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pull request that added dhparams (#39507) was made at the time where the dhparams module overhaul (#39526) wasn't done yet, so it's still using the old mechanics of the module. As stated in the release notes: Module implementers should not set a specific bit size in order to let users configure it by themselves if they want to have a different bit size than the default (2048). An example usage of this would be: { config, ... }: { security.dhparams.params.myservice = {}; environment.etc."myservice.conf".text = '' dhparams = ${config.security.dhparams.params.myservice.path} ''; } Signed-off-by: aszlig <aszlig@nix.build> Cc: @qknight, @abbradar, @hrdinka, @leenaars
| * nixos/testing: Fix output of systemd messagesaszlig2018-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced by d4468bedb52bf03ff125d721634f83604bddd589. No systemd messages are shown anymore during VM test runs, which is not very helpful if you want to find out about failures. There is a bit of a conflict between testing and the change that introduced the regression. While the mentioned commit makes sure that the primary console is tty0 for virtualisation.graphics = false, our VM tests need to have the serial console as primary console. So in order to support both, I added a new virtualisation.qemu.consoles option, which allows to specify those options using the module system. The default of this option is to use the changes that were introduced and in test-instrumentation.nix we use only the serial console the same way as before. For test-instrumentation.nix I didn't add a baudrate to the serial console because I can't find a reason on top of my head why it should need it. There also wasn't a reason stated when that was introduced in 7499e4a5b917227696b7292ae1bd728d6b1978b0. Signed-off-by: aszlig <aszlig@nix.build> Cc: @flokli, @dezgeg, @edolstra
| * Merge pull request #40270 from obsidiansystems/lib-platform-simplifyJohn Ericson2018-05-10
| |\ | | | | | | treewide: Get rid of `*Platform.arch`
| | * Merge remote-tracking branch 'upstream/master' into lib-platform-simplifyJohn Ericson2018-05-10
| | |\
| * | | python.pkgs.traitlets: fix build and don't include .pytest_cacheFrederik Rietdijk2018-05-10
| | |/ | |/| | | | | | | Fixes build and prevents including `.pytest_cache` file (#40259).
| * | Merge pull request #40268 from obsidiansystems/uclibcJohn Ericson2018-05-10
| |\ \ | | | | | | | | uclibc: Bump and clean