Noah D. Brenowitz
a2547d21eb
python3Packages.jupyter_server: allow local networking
...
(cherry picked from commit 1244ddc7c66e0a87bd0f1c16ddf7c23c1d42d9f3)
2021-05-26 19:33:40 -07:00
Sandro
83fb69d685
Merge pull request #124527 from risicle/ris-python-xgboost-darwin-fix-r21.05
2021-05-27 03:47:21 +02:00
Sandro
51cf39407b
Merge pull request #124555 from hrhino/backport/fix/python3Packages/acoustics
...
acoustics: fix
2021-05-27 02:57:27 +02:00
Robert Scott
deb0a4259f
python3Packages.mat2: fix tests against ffmpeg 4.4
...
seems upstream have already noticed this breakage and have fixed it
in master
(cherry picked from commit 6d8b59ab3047997ad225efe048ae6f1f72561e13)
2021-05-26 19:44:58 -04:00
Harrison Houghton
5369265a53
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.)
(cherry picked from commit dbc085cb44b90e4d533b6a24b7c9ca3c2c93d5e1)
2021-05-26 19:32:26 -04:00
Robert Scott
8ac5876aac
python3Packages.xgboost: fix tests for darwin
...
(cherry picked from commit 4ef1d33c7c9c154c1ba60718e8805150380d9f36)
2021-05-26 19:22:30 +01:00
rnhmjoj
6aa537a98d
pythonPackages.matplotlib: add licenses
...
(cherry picked from commit 7672576a0d1127dd11308ae3b34898c092eda242)
2021-05-26 14:20:01 +02:00
rnhmjoj
a6ac81209b
pythonPackages.matplotlib: remove unsused arguments
...
(cherry picked from commit 3a3e1134a843972c843e6c6d06a83940ce57a96e)
2021-05-26 14:19:57 +02:00
rnhmjoj
b7ce7d761c
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"
(cherry picked from commit 7e2ec8f8a15b77c14c185c4044e99ba05e8b6a38)
2021-05-26 14:19:45 +02:00
DavHau
97fc742ae6
scikit-learn: disable some tests for darwin
...
(cherry picked from commit 4af47234fabf27ccf5299784ace7cbde8ad1a705)
2021-05-26 00:29:23 -07:00
Noah D. Brenowitz
ff776b403a
python3Packages.scikitlearn: disable flaky tests
...
* Disable all tests of the NuSVC estimator that use memmap'd data
* build in serial on darwin
Resolves #121988
(cherry picked from commit cb2891b8c88705dfa5092cf992b7f64ae04da781)
2021-05-26 00:29:23 -07:00
Martin Weinelt
813b3b2a0c
Revert "python3Packages.pywemo: disable failing test"
...
This reverts commit 60c98baf17
.
The original issue was a result of a libxml2 regression that has since
been fixed.
2021-05-26 04:56:46 +02:00
Martin Weinelt
60c98baf17
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 .
(cherry picked from commit a0160c0ae804fa12a98f7020e786fc2565b81974)
2021-05-25 17:33:29 +02:00
Pavol Rusnak
1de0b0e5eb
python3Packages.cocotb: 1.5.1 -> 1.5.2
...
this switches from GitHub to PyPi, because the build requires
a proper release tarball
also PyPi release does contain tests, so we don't strictly require
GitHub checkout
(cherry picked from commit 0f2201119b414aaf306dc8461a4095a4eb7399e5)
2021-05-23 12:46:56 +02:00
Pavol Rusnak
fadd5dd5ae
python3Packages.cocotb-bus: init at 0.1.1
...
(cherry picked from commit ff555e8f887dd0097dbddcac0915618c673b2b51)
2021-05-23 12:46:48 +02:00
Jonathan Ringer
11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Martin Weinelt
84f649f693
Merge pull request #121626 from mweinelt/botamusique
2021-05-23 02:02:09 +02:00
Fabian Affolter
31601a5977
python3Packages.aiohomekit: 0.2.61 -> 0.2.62
2021-05-22 16:40:07 -07:00
Martin Weinelt
bafd6631da
python3Packages.pymumble: 1.6 -> 1.6.1
2021-05-23 01:01:52 +02:00
Robert Scott
5b511ca6f3
python3Packages.pyvex: fix build for darwin
2021-05-22 15:52:12 -07:00
Sandro Jäckel
d6ff646b3f
pythonPackages.smart_open: rename to smart-open
2021-05-22 15:02:50 -07:00
Martin Weinelt
aec6be52dd
Merge pull request #124044 from mweinelt/pinnwand
2021-05-22 23:23:20 +02:00
Robert Scott
fb0594026a
Merge pull request #124048 from kira-bruneau/vdf
...
pythonPackages.vdf: 3.3 → 3.4
2021-05-22 22:04:34 +01:00
Martin Weinelt
217b14cb2f
python3Packages.token-bucket: init at 0.2.0
2021-05-22 20:33:15 +02:00
Kira Bruneau
388a196247
pythonPackages.vdf: 3.3 → 3.4
2021-05-22 12:29:02 -04:00
Sandro
a4e7e8f1db
Merge pull request #123865 from jonringer/bump-azure-pkgs
2021-05-22 16:53:26 +02:00
Kira Bruneau
cd4780fab4
maintainers: rename metadark -> kira-bruneau ( #124035 )
2021-05-22 16:47:40 +02:00
Sandro
4afc75ff55
Merge pull request #124027 from risicle/ris-jupyter-server-darwin-fix
...
python3Packages.jupyter_server: disable failing tests on darwin
2021-05-22 15:52:19 +02:00
Vladimír Čunát
08134c2e8a
Merge #122689 : python3Packages.flufl_lock
2021-05-22 15:44:11 +02:00
Robert Scott
7a28fcef84
python3Packages.jupyter_server: disable failing tests on darwin
2021-05-22 14:26:24 +01:00
github-actions[bot]
563389a7fd
Merge master into staging-next
2021-05-22 12:27:09 +00:00
Sandro
102e41b576
Merge pull request #123861 from jonringer/bump-xdg
...
python3Packages.xdg: 5.0.1 -> 5.0.2
2021-05-22 12:31:56 +02:00
github-actions[bot]
cc35c7fc85
Merge master into staging-next
2021-05-22 06:21:55 +00:00
Matt Votava
b9b3420feb
python3Packages.pyvisa-py: init at 0.5.1
2021-05-21 22:58:11 -07:00
Matt Votava
d638c6a874
python3Packages.pyvisa: init at 1.11.3
2021-05-21 22:58:11 -07:00
Jonathan Ringer
38d74bdf3f
python3Packages.xmlschema: 1.5.3 -> 1.6.2
2021-05-21 21:10:47 -07:00
Jonathan Ringer
f83838a0d3
python3Packages.elementpath: 2.2.1 -> 2.2.2
2021-05-21 21:10:47 -07:00
J. Neto
2e03ce9440
pythonPackages.pysideShiboken: fix build with python 3.9
2021-05-21 20:35:41 -07:00
Robert Scott
7968281008
python3Packages.pydicom: disable flaky test on darwin
2021-05-21 19:52:57 -07:00
J. Neto
872992ffce
pythonPackages.bacpypes: 0.18.1 -> 0.18.4
2021-05-21 19:52:16 -07:00
Jonathan Ringer
7507aed4e1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/tools/rust/cargo-expand/default.nix
pkgs/tools/misc/blflash/default.nix
2021-05-21 19:49:05 -07:00
Mario Rodas
6bf9e13e82
Merge pull request #123855 from marsam/update-grpc
...
grpc: 1.37.1 -> 1.38.0
2021-05-21 20:53:20 -05:00
github-actions[bot]
901fb5e64e
Merge master into staging-next
2021-05-22 00:56:03 +00:00
Fabian Affolter
5d2076cb08
python3Packages.aiodiscover: 1.4.0 -> 1.4.2
2021-05-21 16:36:48 -07:00
Maximilian Bosch
eafe777836
Merge pull request #123921 from acairncross/fix-nbval
...
python3Packages.nbval: Skip failing tests
2021-05-21 22:57:57 +02:00
Fabian Affolter
630b43c77f
Merge pull request #123864 from jonringer/bump-pybids
...
python3Packages.pybids: 0.12.4 -> 0.13
2021-05-21 22:25:44 +02:00
Aiken Cairncross
455832e090
python3Packages.nbval: Skip failing tests
2021-05-21 20:52:20 +01:00
Fabian Affolter
aa8e75fd2d
Merge pull request #123887 from chivay/bump-karton-asciimagic
...
pythonPackages.karton-asciimagic: 1.0.1 -> 1.1.0
2021-05-21 21:05:48 +02:00
github-actions[bot]
5efa447c88
Merge master into staging-next
2021-05-21 18:39:29 +00:00
Robert Schütz
68f959ddef
Merge pull request #121825 from dotlambda/drf-jwt-init
...
pythonPackages.drf-jwt: init at 1.19.0
2021-05-21 20:33:40 +02:00
Jonathan Ringer
5cd5b9b97f
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/tools/kubie/default.nix
2021-05-21 10:39:34 -07:00
Sandro
edc01ad50b
Merge pull request #123884 from marsam/update-internetarchive
...
python38Packages.internetarchive: 2.0.2 -> 2.0.3
2021-05-21 17:59:58 +02:00
github-actions[bot]
929b12e7b5
Merge master into staging-next
2021-05-21 12:28:43 +00:00
Hubert Jasudowicz
d7e1537f17
pythonPackages.karton-asciimagic: 1.0.1 -> 1.1.0
2021-05-21 12:54:40 +02:00
Sandro
17c9c7f179
Merge pull request #123878 from dotlambda/pytube-10.8.2
...
python3Packages.pytube: 10.8.1 -> 10.8.2
2021-05-21 12:23:40 +02:00
Robert Schütz
879b05b3af
python3Packages.pytube: 10.8.1 -> 10.8.2
...
https://github.com/pytube/pytube/releases/tag/v10.8.2
2021-05-21 11:15:38 +02:00
Jonathan Ringer
9e0b82e5f2
python3Packages.azure-synapse-artifacts: 0.6.0 -> 0.7.0
2021-05-20 22:59:03 -07:00
Jonathan Ringer
1d5e8ebc58
python3Packages.azure-servicebus: 7.1.1 -> 7.2.0
2021-05-20 22:59:03 -07:00
Jonathan Ringer
ac5eb5dfe1
python3Packages.azure-mgmt-storage: 17.1.0 -> 18.0.0
2021-05-20 22:59:03 -07:00
Jonathan Ringer
c60dcf051c
python3Packages.azure-mgmt-sql: 1.0.0 -> 2.0.0
2021-05-20 22:59:03 -07:00
Jonathan Ringer
b32196a731
python3Packages.azure-mgmt-resource: 16.1.0 -> 18.0.0
2021-05-20 22:59:02 -07:00
Jonathan Ringer
53ff3ac49b
python3Packages.azure-mgmt-reservations: 0.9.0 -> 1.0.0
2021-05-20 22:59:02 -07:00
Jonathan Ringer
9b29b8a2be
python3Packages.azure-mgmt-redhatopenshift: 0.1.0 -> 1.0.0
2021-05-20 22:59:02 -07:00
Jonathan Ringer
8223bed6f9
python3Packages.azure-mgmt-network: 18.0.0 -> 19.0.0
2021-05-20 22:59:02 -07:00
Jonathan Ringer
a761fd804f
python3Packages.azure-mgmt-maps: 1.0.0 -> 2.0.0
2021-05-20 22:59:02 -07:00
Jonathan Ringer
bf75ec53f8
python3Packages.azure-mgmt-loganalytics: 9.0.0 -> 10.0.0
2021-05-20 22:59:02 -07:00
Jonathan Ringer
106b2ce4b7
python3Packages.azure-mgmt-iothub: 1.0.0 -> 2.0.0
2021-05-20 22:59:01 -07:00
Jonathan Ringer
848ca49051
python3Packages.azure-mgmt-deploymentmanager: 0.2.0 -> 1.0.0
2021-05-20 22:59:01 -07:00
Jonathan Ringer
aa5105f839
python3Packages.azure-mgmt-cosmosdb: 6.2.0 -> 6.3.0
2021-05-20 22:59:01 -07:00
Jonathan Ringer
b01b40f428
python3Packages.azure-mgmt-botservice: 0.3.0 -> 1.0.0
2021-05-20 22:59:01 -07:00
Jonathan Ringer
68d3a916af
python3Packages.azure-mgmt-billing: 1.0.0 -> 6.0.0
2021-05-20 22:58:57 -07:00
Jonathan Ringer
94d25cd555
python3Packages.azure-identity: 1.5.0 -> 1.6.0
2021-05-20 22:30:49 -07:00
Jonathan Ringer
4169de4e2c
python3Packages.azure-eventgrid: 4.1.1 -> 4.2.0
2021-05-20 22:30:49 -07:00
Jonathan Ringer
cc811c11f7
python3Packages.azure-core: 1.13.0 -> 1.14.0
2021-05-20 22:30:48 -07:00
Jonathan Ringer
96e0fd0529
python3Packages.pybids: 0.12.4 -> 0.13
2021-05-20 22:25:20 -07:00
Jonathan Ringer
97e3593522
python3Packages.xdg: 5.0.1 -> 5.0.2
2021-05-20 22:16:32 -07:00
Jonathan Ringer
6b15fdce86
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/shells/ion/default.nix
pkgs/tools/misc/cicero-tui/default.nix
2021-05-20 22:11:42 -07:00
Mario Rodas
4a35529508
python38Packages.internetarchive: 2.0.2 -> 2.0.3
2021-05-21 04:20:00 +00:00
Robert Schütz
0761e0dfe1
python3Packages.zulip: 0.7.1 -> 0.8.0
2021-05-20 12:03:37 -07:00
Guillaume Girol
9262685d3b
Merge pull request #123813 from mjlbach/matrix_nio_0_18_1
...
pythonPackages.matrix-nio: 0.18.0 -> 0.18.1
2021-05-20 18:52:46 +00:00
J. Neto
9eafeb243a
pythonPackages.pysmf: fix build with python 3.9
2021-05-20 11:49:11 -07:00
github-actions[bot]
34a05e29f1
Merge master into staging-next
2021-05-20 18:36:00 +00:00
Felix Yan
52770ccd46
Correct a typo in python-modules/mox3
2021-05-20 11:32:22 -07:00
Michael Lingelbach
279da0abc2
pythonPackages.matrix-nio: 0.18.0 -> 0.18.1
2021-05-20 09:58:52 -07:00
Jonathan Ringer
14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/terminal-emulators/alacritty/default.nix
pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
Ivan Babrou
59579ed4fa
python3Packages.dbus-python: cap MACOSX_DEPLOYMENT_TARGET at 10.16
2021-05-20 09:01:57 -07:00
Mario Rodas
99a856c488
python38Packages.grpcio-tools: 1.37.1 -> 1.38.0
2021-05-20 04:20:00 +00:00
Martin Weinelt
725b301206
python3Packages.segments: stop maintaining the package
2021-05-20 03:44:21 +02:00
Martin Weinelt
1dce06f8c5
python3Packages.phonemizer: stop maintaining the package
2021-05-20 03:44:21 +02:00
Martin Weinelt
5c5d56f084
python3Packages.coqpit: init at 0.0.6.6
2021-05-20 03:44:20 +02:00
Martin Weinelt
a9f4acc838
Merge pull request #123736 from risicle/ris-hdbscan-disable-flaky-test
...
python3Packages.hdbscan: disable flaky test
2021-05-20 03:05:24 +02:00
Drew Risinger
480984e696
python3Packages.cirq: 0.10.0 -> 0.11.0
...
Rework for the latest version of Cirq. Breaks the package into
submodules that can be used somewhat independently.
2021-05-19 17:04:59 -07:00
Drew Risinger
1018fa91f6
python3Packages.cirq-google: init at 0.11.0
2021-05-19 17:04:59 -07:00
Drew Risinger
3b56b0d384
python3Packages.cirq-core: init at 0.11.0
2021-05-19 17:04:59 -07:00
Robert Schütz
4e0014145c
python3Packages.ytmusicapi: 0.16.0 -> 0.17.1
...
https://github.com/sigma67/ytmusicapi/releases/tag/0.17.0
https://github.com/sigma67/ytmusicapi/releases/tag/0.17.1
2021-05-19 17:02:00 -07:00
Robert Scott
0ef5ecddd3
python3Packages.nassl: fix build
...
was broken when #119825 fixed openssl.bin's /bin location
2021-05-19 16:58:48 -07:00
Martin Weinelt
a173c16301
Merge pull request #123730 from fabaff/bump-aioshelly
...
python3Packages.aioshelly: 0.6.2 -> 0.6.3
2021-05-20 00:15:04 +02:00
Robert Scott
6241560236
python3Packages.hdbscan: disable flaky tests
2021-05-19 23:10:04 +01:00
Robert Scott
3d6cd4343c
Merge pull request #123455 from jnetod/zhf-vdirsyncer
...
pythonPackages.vdirsyncer: fix build with python 3.9
2021-05-19 22:11:20 +01:00
Louis Bettens
74365e4ff1
pythonPackages.concurrent-log-handler: init at 0.9.19
2021-05-19 14:10:03 -07:00