Commit graph

203348 commits

Author SHA1 Message Date
Michael Weiss e9077fc706
inxi: 3.0.36-1 -> 3.0.37-1 2019-11-29 13:14:25 +01:00
Mario Rodas 9f4656823f
Merge pull request #74606 from r-ryantm/auto-update/python3.8-xdis
python38Packages.xdis: 4.1.2 -> 4.1.3
2019-11-29 07:04:18 -05:00
Mario Rodas 0b5b065924
Merge pull request #74593 from r-ryantm/auto-update/python3.8-rasterio
python38Packages.rasterio: 1.1.0 -> 1.1.1
2019-11-29 06:59:48 -05:00
Mario Rodas 9db75ed88f
Merge pull request #74477 from r-ryantm/auto-update/mpc
mpc_cli: 0.31 -> 0.33
2019-11-29 06:46:16 -05:00
Jörg Thalheim 4fa99e6fec
python38Packages.python-engineio: 3.9.3 -> 3.10.0 (#74600)
python38Packages.python-engineio: 3.9.3 -> 3.10.0
2019-11-29 10:57:53 +00:00
Mario Rodas 4dc825c9f2
Merge pull request #74591 from r-ryantm/auto-update/python3.8-pytest-rerunfailures
python38Packages.pytest-rerunfailures: 7.0 -> 8.0
2019-11-29 05:48:24 -05:00
Mario Rodas 2367a10f46
Merge pull request #74594 from r-ryantm/auto-update/python3.8-lark-parser
python38Packages.lark-parser: 0.7.7 -> 0.7.8
2019-11-29 05:44:57 -05:00
Mario Rodas f062ef074b
Merge pull request #74597 from r-ryantm/auto-update/python3.8-mpv
python38Packages.mpv: 0.3.9 -> 0.3.10
2019-11-29 05:42:51 -05:00
markuskowa 882a826687
Merge pull request #74517 from r-ryantm/auto-update/open-iscsi
openiscsi: 2.0.878 -> 2.1.0
2019-11-29 11:41:09 +01:00
Mario Rodas 66ee262b5c
Merge pull request #74605 from r-ryantm/auto-update/python3.8-twilio
python38Packages.twilio: 6.32.0 -> 6.33.1
2019-11-29 05:40:22 -05:00
Mario Rodas d43eda3fe5
mpc_cli: fix build on darwin 2019-11-29 04:20:00 -05:00
R. RyanTM f137d2d75b python38Packages.xdis: 4.1.2 -> 4.1.3 2019-11-29 01:07:36 -08:00
R. RyanTM 7f851a1bc5 python38Packages.twilio: 6.32.0 -> 6.33.1 2019-11-29 00:50:36 -08:00
R. RyanTM 33d059c2f6 python38Packages.python-engineio: 3.9.3 -> 3.10.0 2019-11-29 00:05:06 -08:00
R. RyanTM bdd49c0f4d python38Packages.mpv: 0.3.9 -> 0.3.10 2019-11-28 23:40:37 -08:00
Cedric Cellier 724133984f ocaml-kafka: init at 0.4 2019-11-29 07:39:10 +00:00
R. RyanTM 76ecb9db6a python38Packages.lark-parser: 0.7.7 -> 0.7.8 2019-11-28 23:24:55 -08:00
R. RyanTM 0333cf8293 python38Packages.rasterio: 1.1.0 -> 1.1.1 2019-11-28 23:07:28 -08:00
R. RyanTM a63d4b59b6 python38Packages.pytest-rerunfailures: 7.0 -> 8.0 2019-11-28 22:33:15 -08:00
Josef Kemetmüller 084eaa4987 pybind11: Unify with pythonPackages.pybind11
Instead of one derivation providing a cmake-compatible library and one
providing a setuptools-compatible library, we now support both ways of
consuming the library for both pybind11 and python.pkgs.pybind11.
2019-11-28 21:36:58 -08:00
Jonathan Ringer a2e9b7bf12 python3Packges.sqlalchemy: disable mem tests on darwin
These tests fail to pickle a file locally
2019-11-28 21:24:45 -08:00
worldofpeace 6687a4a727
Merge pull request #74265 from worldofpeace/next-fix
next: Fix #74258
2019-11-29 02:51:41 +00:00
worldofpeace a79ca1e141
Merge pull request #74546 from pacien/riot-v1.5.5
riot-{web,desktop}: 1.5.0 -> 1.5.5
2019-11-29 02:48:16 +00:00
Jan Tojnar 11ff53e7cb
zam-plugins: fix build
Did not find <GL/gl.h> with libGLU_combined for some reason, libGL works and seems to be sufficient.
2019-11-29 02:26:31 +01:00
Jan Tojnar 9cbc6984d4
input-fonts: 2017-08-10 → 2019-11-25 2019-11-29 02:24:30 +01:00
Mario Rodas 8bb98968ed
Merge pull request #74386 from filalex77/starship-0.26.5
starship: 0.26.4 -> 0.26.5
2019-11-28 20:03:15 -05:00
Markus Kowalewski 220b417e43
open-iscsi: fix path in iscsi_fw_login 2019-11-29 01:26:52 +01:00
Wael Nasreddine ef20b37ff7
ccloud-cli: init at 0.202.0 (#72847) 2019-11-28 16:22:07 -08:00
Florian Klink a905fcb40d buildBazelPackage: set $USER environment variable (#74538)
tensorflow assumes $USER to be set to something, otherwise it complains
like this:

```
FATAL: $USER is not set, and unable to look up name of current user: (error: 0): Success
Traceback (most recent call last):
  File "./configure.py", line 1602, in <module>
    main()
  File "./configure.py", line 1399, in main
    _TF_MAX_BAZEL_VERSION)
  File "./configure.py", line 478, in check_bazel_version
    ['bazel', '--batch', '--bazelrc=/dev/null', 'version'])
  File "./configure.py", line 156, in run_shell
    output = subprocess.check_output(cmd)
  File "/nix/store/drr8qcgiccfc5by09r5zc30flgwh1mbx-python3-3.7.5/lib/python3.7/subprocess.py", line 411, in check_output
    **kwargs).stdout
  File "/nix/store/drr8qcgiccfc5by09r5zc30flgwh1mbx-python3-3.7.5/lib/python3.7/subprocess.py", line 512, in run
    output=stdout, stderr=stderr)
```

Spotted while changing the hash of its fixed-output derivation on
purpose.

We could also set this in the tensorflow-specific part, but very likely,
other programs will fail as well.
2019-11-28 16:14:45 -08:00
pacien 39416049a4 riot-desktop: 1.5.0 -> 1.5.5 2019-11-29 00:55:05 +01:00
pacien 7395dea94e riot-web: 1.5.0 -> 1.5.5 2019-11-29 00:54:56 +01:00
Mario Rodas 64b9199b51
Merge pull request #73602 from ahiaao/fix/blist-python37
python37Packages.blist: fix compatibility for python 3.7
2019-11-28 18:40:00 -05:00
ahiaao dfae1b0fd7 python37Packages.blist: fix compatibility for python 3.7 2019-11-28 14:38:57 -08:00
R. RyanTM 6f54241af5 picard: 2.2.2 -> 2.2.3 2019-11-28 23:14:04 +01:00
R. RyanTM 141346ba95 keepassxc: 2.5.0 -> 2.5.1 2019-11-28 23:13:15 +01:00
Florian Klink c6fc40ade0
Merge pull request #74535 from xvapx/PR/add-maintainer-pythonPackages.pony
pythonPackages.pony: add myself as maintainer
2019-11-28 23:03:38 +01:00
Florian Klink 8253c106c6
Merge pull request #74536 from andrew-d/andrew/bazel-ssl-certs
buildBazelPackage: also set the SSL_CERT_FILE environment variable
2019-11-28 22:55:32 +01:00
Andrew Dunham 5e24b9e4ed buildBazelPackage: also set the SSL_CERT_FILE environment variable 2019-11-28 13:39:20 -08:00
Marti Serra 5509e56c6c pythonPackages.pony: add myself as maintainer 2019-11-28 22:38:03 +01:00
R. RyanTM d7b63dc4ce plantuml: 1.2019.11 -> 1.2019.12 2019-11-28 22:32:10 +01:00
Oleksii Filonenko 085766fd63 nixosTests.netdata: port to python 2019-11-28 22:23:36 +01:00
R. RyanTM 1eb951d217 amazon-ecs-cli: 1.17.0 -> 1.18.0 2019-11-28 12:22:06 -08:00
R. RyanTM b06375dc43 fcitx-engines.cloudpinyin: 0.3.6 -> 0.3.7 2019-11-28 12:13:54 -08:00
Jan Tojnar d8d5ffaac7
Merge pull request #74522 from r-ryantm/auto-update/openimageio
openimageio2: 2.0.11 -> 2.0.12
2019-11-28 21:00:36 +01:00
R. RyanTM 84a59dc2f0 alsaPlugins: 1.1.9 -> 1.2.1 2019-11-28 11:59:02 -08:00
R. RyanTM bd834e51e4 charliecloud: 0.11 -> 0.12 2019-11-28 11:55:44 -08:00
Renaud e7f7b475d3
mysql80: define pname and version
version is needed by the mysql service module
Close #68322
2019-11-28 20:21:05 +01:00
R. RyanTM 7066146b7b openimageio2: 2.0.11 -> 2.0.12 2019-11-28 11:01:16 -08:00
José Romildo Malaquias 8d24dda674
Merge pull request #74396 from rouhannb/zafiro-update-1.0
zafiro-icons: 0.9 -> 1.0
2019-11-28 15:39:01 -03:00
R. RyanTM 8fa412b75a mlterm: 3.8.8 -> 3.8.9 (#74497)
* mlterm: 3.8.8 -> 3.8.9

* mlterm: add meta.description
+ fix meta.license (BSD-3-Clause)
2019-11-28 19:36:45 +01:00