Commit Graph

28622 Commits

Author SHA1 Message Date
Sandro
cfb7e6a729
Merge pull request #124475 from fabaff/bump-pymazda 2021-05-27 04:36:14 +02:00
Sandro
d9011a8932
Merge pull request #124496 from fabaff/bump-connect-box
python3Packages.connect-box: 0.2.8 -> 0.3.0
2021-05-27 04:32:25 +02:00
Sandro
058b981b5b
Merge pull request #124101 from nbren12/fix-jupterhub_server 2021-05-27 04:19:01 +02:00
Sandro
04f2f4d729
Merge pull request #124511 from fabaff/bump-hatasmota
python3Packages.hatasmota: 0.2.13 -> 0.2.14
2021-05-27 03:47:43 +02:00
Sandro
683ef83c5b
Merge pull request #124525 from fabaff/bump-xkcdpass
python3Packages.xkcdpass: 1.17.6 -> 1.19.2
2021-05-27 03:46:20 +02:00
Sandro
3beafb8495
Merge pull request #124207 from fabaff/clean-aioambient 2021-05-27 03:29:10 +02:00
Sandro
8d812c96c4
Merge pull request #124528 from fabaff/tests-pynacl 2021-05-27 03:07:03 +02:00
Dmitry Kalinkin
023bd08672
Merge pull request #124552 from risicle/ris-mat2-test-fix
python3Packages.mat2: fix tests against ffmpeg 4.4
2021-05-26 19:22:12 -04:00
Robert Scott
4d77eeb3a1
Merge pull request #124547 from hrhino/fix/python3Packages/acoustics
acoustics: fix
2021-05-27 00:01:20 +01:00
Robert Scott
6d8b59ab30 python3Packages.mat2: fix tests against ffmpeg 4.4
seems upstream have already noticed this breakage and have fixed it
in master
2021-05-26 23:14:32 +01:00
Fabian Affolter
40ab718862
Merge pull request #124201 from fabaff/tests-pyppeteer
python3Packages.pyppeteer: enable tests
2021-05-26 22:24:44 +02:00
Fabian Affolter
6874b7001e python3Packages.pynacl: switch to pytestCheckHook 2021-05-26 20:25:53 +02:00
Fabian Affolter
f6c24c5d7d python3Packages.xkcdpass: 1.17.6 -> 1.19.2 2021-05-26 20:08:07 +02:00
Fabian Affolter
12ea274a74 python3Packages.hatasmota: 0.2.13 -> 0.2.14 2021-05-26 17:56:24 +02:00
Fabian Affolter
77b08e24b9 python3Packages.aioshelly: 0.6.3 -> 0.6.4 2021-05-26 08:45:15 -07:00
Fabian Affolter
f43e46e6de python3Packages.pyfritzhome: 0.6.0 -> 0.6.1 2021-05-26 08:44:08 -07:00
Phillip
36e7b8509a
qcengine: init at 0.19.0 (#124501) 2021-05-26 17:07:40 +02:00
Harrison Houghton
dbc085cb44 acoustics: fix
There's a bit of LaTeX math code in a comment in a test file:

```
    .. math:: L = 10 \cdot \\log_{10}{\\left(\\frac{MS}{p_r^2} \\right)}
```

which of course should be `\\cdot`.

I could patch it, but I think skipping deprecation warnings in tests is
probably ok... (If nothing else it's easier.)
2021-05-26 10:59:47 -04:00
Fabian Affolter
4b6ff1c987 python3Packages.connect-box: 0.2.8 -> 0.3.0 2021-05-26 15:44:01 +02:00
Fabian Affolter
9fa8d24573 python3Packages.pymazda: 0.1.5 -> 0.1.6 2021-05-26 11:37:58 +02:00
Dmitry Kalinkin
66e7fcf53f
Merge pull request #124439 from rnhmjoj/mpl
pythonPackages.matplotlib: fix headless detection
2021-05-26 04:59:42 -04:00
Fabian Affolter
05ef940b94 python3Packages.pylutron-caseta: 0.9.0 -> 0.10.0 2021-05-26 00:45:05 -07:00
Robert T. McGibbon
61c2371594 python3Packages.scikit-bio: mark as x86_64-only 2021-05-26 00:29:55 -07:00
rnhmjoj
7672576a0d
pythonPackages.matplotlib: add licenses 2021-05-26 08:23:44 +02:00
rnhmjoj
3a3e1134a8
pythonPackages.matplotlib: remove unsused arguments 2021-05-26 08:00:28 +02:00
rnhmjoj
7e2ec8f8a1
pythonPackages.matplotlib: fix headless detection
The default backend is chosen based on the content of the $DISPLAY
variable *and* a successfull call to libX11, loaded via dlopen().
The test fails because dlopen looks in /usr/lib and /lib, so matplotlib
falls back to a headless backend.

To reproduce try running:

    $ nix-shell -I nixpkgs=$PWD -p \
      'python3.withPackages (p: [ p.matplotlib ])' --run python
    >>> import matplotlib.pyplot as plt
    >>> assert plt.get_backend() == "TkAgg"
2021-05-26 07:53:20 +02:00
Sandro
975c21b280
Merge pull request #124437 from risicle/ris-python-xgboost-darwin-fix
python3Packages.xgboost: fix tests for darwin
2021-05-26 03:12:26 +02:00
Martin Weinelt
2553242531
python3Packages.aioesphomeapi: 2.7.0 -> 2.8.0
https://github.com/esphome/aioesphomeapi/releases/tag/v2.8.0
2021-05-26 02:30:15 +02:00
Robert Scott
4ef1d33c7c python3Packages.xgboost: fix tests for darwin 2021-05-25 23:59:21 +01:00
Fabian Affolter
ce7b5ac8c9 python3Packages.aioambient: allow later websockets releases 2021-05-25 23:23:39 +02:00
Fabian Affolter
25956ecf05 python3Packages.async-upnp-client: 0.17.0 -> 0.18.0 2021-05-25 23:21:10 +02:00
Fabian Affolter
ccb0f0080d python3Packages.yeelight: 0.6.2 -> 0.6.3 2021-05-25 13:25:20 -07:00
Robert Scott
c29e090a7d
Merge pull request #124316 from risicle/ris-lightgbm-darwin
python3Packages.lightgbm: fix for darwin
2021-05-25 19:43:12 +01:00
Ryan Mulligan
cf2f26fd89
Merge pull request #124043 from fgaz/staticjinja/2.0.0
staticjinja: 1.0.4 -> 2.0.0
2021-05-25 11:22:25 -07:00
Robert Schütz
ffd68b1033
Merge pull request #124397 from fabaff/frozenlist
python3Packages.frozenlist: init at 1.1.1, python3Packages.aiosignal: init at 1.1.1
2021-05-25 19:06:15 +02:00
Fabian Affolter
0ddb62fda6 python3Packages.aiosignal: init at 1.1.1 2021-05-25 18:40:16 +02:00
Fabian Affolter
b0798e7d4b python3Packages.zwave-js-server-python: 0.24.0 -> 0.25.0 2021-05-25 09:30:40 -07:00
Daniël de Kok
2c5f7b241c python3Packages.tokenizers: canonicalize tests
Make handling of tests more like other Python derivations (and they
actually run again).
2021-05-25 09:15:05 -07:00
Daniël de Kok
1202bf4227 python3Packages.tokenizers: 0.10.1 -> 0.10.3
Changelog:

https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.2
https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.3
2021-05-25 09:15:05 -07:00
Fabian Affolter
4a1c0cdba8 python3Packages.frozenlist: init at 1.1.1 2021-05-25 17:38:18 +02:00
Fabian Affolter
8f5c32af53
python3Packages.pyupgrade: 2.16.0 -> 2.18.0 (#124387) 2021-05-25 17:26:16 +02:00
Fabian Affolter
5997f0dcd9
Merge pull request #124385 from mweinelt/python/pywemo
python3Packages.pywemo: disable failing test
2021-05-25 16:51:42 +02:00
markuskowa
a143b7f3ce
Merge pull request #124375 from sheepforce/qcelemental
QCElemental: init at 0.20.0
2021-05-25 16:27:16 +02:00
Martin Weinelt
a0160c0ae8
python3Packages.pywemo: disable failing test
With libxml2 2.9.12 this test started failing, it was reported upstream
at https://github.com/pywemo/pywemo/issues/268.
2021-05-25 15:53:41 +02:00
Phillip Seeber
ab484473ae qcelemental: init at 0.20.0
qcelemental: directory name


qcelemental: remove cacert, 0.19.0 -> 0.20.0
2021-05-25 15:09:50 +02:00
Fabian Affolter
d0f5ac34fc
Merge pull request #124302 from fabaff/bump-adafruit-platformdetect
python3Packages.adafruit-platformdetect: 3.13.2 -> 3.13.3
2021-05-25 14:32:02 +02:00
Robert Schütz
80672e6f50
pythonPackages.fiona: 1.8.18 -> 1.8.19 (#124359) 2021-05-25 13:54:03 +02:00
Sandro
c83536ebca
Merge pull request #124255 from DavHau/scikit-learn-fix-hydra 2021-05-25 03:39:34 +02:00
Sandro
ef9a1d4c57
Merge pull request #119258 from drewrisinger/dr-pr-fix-python-tables 2021-05-25 03:38:59 +02:00
Robert Scott
1b7c850437 python3Packages.lightgbm: fix for darwin
package appears to have its own openmp library detection now and doesn't
need the hacks. also add pythonImportsCheck.
2021-05-24 23:56:58 +01:00