Commit graph

18572 commits

Author SHA1 Message Date
Benjamin Hipple 82a8b3c7a8
Merge pull request #94835 from bhipple/u/plaid-python
pythonPackags.plaid-python: 4.0.0 -> 6.0.0
2020-08-08 10:46:20 -04:00
Benjamin Hipple 50536ef148
Merge pull request #94840 from r-ryantm/auto-update/python2.7-bitarray
python27Packages.bitarray: 1.3.0 -> 1.5.0
2020-08-08 10:44:23 -04:00
Daniël de Kok bc7b404b1a python3Packages.pytorch: fix library names in lib output on Darwin
The library name fixup was attempted on the dev output, whereas it should be
applied to the lib output.
2020-08-08 10:36:48 +02:00
Daniël de Kok 6ffc0fd601 python3Packages.pytorch: fix Darwin build by disabling GCD
PyTorch 1.6.0 has updated the vendored pthreadpool library, which has recently
added support for Grand Central Dispatch. Unfortunately, it uses functionality
(DISPATCH_APPLY_AUTO) that is only available since macOS 10.13, whereas we are
still using 10.12 libraries.

We can't directly pass through option to vendored libraries, since the setup.py
scripts creates/filters the options that are passed to CMake. So, instead, this
adds a small patch that disables the GCD functionality in pthreadpool.
2020-08-08 10:36:48 +02:00
Chris Ostrouchov dcde340519 pythonPackages.dockerspawner: init at 0.11.1 2020-08-08 08:06:11 +02:00
Chris Ostrouchov 99f6fe1548 pythonPackages.batchspawer: init at 1.0.0 2020-08-08 08:06:11 +02:00
Barry Moore b794182cb2 pythonPackages.jupyter-telemetry: init at 0.1.0 2020-08-07 19:59:39 -07:00
Barry Moore 102864c247 pythonPackages.jupyterhub: 1.0.0 -> 1.1.0 2020-08-07 19:59:39 -07:00
Jonathan Ringer 036d924844 python3Packages.vega: fix build 2020-08-07 12:38:45 -07:00
Pamplemousse 35c702cc40 pythonPackages.binwalk: add dependencies
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-08-07 10:41:44 -07:00
Evan Stoll 2b09ecd168 pythonPackages.cot: init at 2.2.1 2020-08-07 10:10:03 -07:00
R. RyanTM 6d85f8d55b python27Packages.braintree: 4.2.0 -> 4.3.0 2020-08-07 00:52:19 -07:00
R. RyanTM 4d67cf18d8 python27Packages.azure-mgmt-monitor: 0.10.0 -> 0.11.0 2020-08-06 23:39:16 -07:00
Mario Rodas cf5bc04fcf python3Packages.scrapy: 2.2.1 -> 2.3.0 2020-08-06 23:03:45 -07:00
Mario Rodas 4b5bae260a python3Packages.itemloaders: init at 1.0.1 2020-08-06 23:03:45 -07:00
R. RyanTM bfac863728 python27Packages.cli-helpers: 2.0.1 -> 2.1.0 2020-08-06 23:00:42 -07:00
R. RyanTM 20032b1ef6 python37Packages.cfgv: 3.1.0 -> 3.2.0 2020-08-06 23:00:20 -07:00
R. RyanTM 4d29e78c69 python27Packages.bitarray: 1.3.0 -> 1.5.0 2020-08-07 03:15:30 +00:00
Benjamin Hipple 6350ea2538 pythonPackags.plaid-python: 4.0.0 -> 6.0.0
Tested end-to-end with my plaid python scripts.
2020-08-06 22:17:17 -04:00
Silvan Mosberger 1c918cf06a
Merge pull request #94108 from lopsided98/wxpython-remove-deps
python3Packages.wxPython_4_0: remove unused dependencies
2020-08-07 01:58:43 +02:00
Ben Wolsieffer 7f15e31671 python3Packages.wxPython_4_0: remove manual wrapPythonPrograms invocation
This was causing programs to be wrapped twice, as wrapping occurs automatically
during the fixup phase.
2020-08-06 12:54:43 -04:00
Ben Wolsieffer 8b76b92065 python3Packages.wxPython_4_0: enable format hardening
This was inherited from wxPython 3 and does not seem to be necessary.
2020-08-06 12:54:43 -04:00
Ben Wolsieffer 430936519c python3Packages.wxPython_4_0: remove unused dependencies
The package contains no references to many of its declared dependencies, and
the build succeeds without them.
2020-08-06 12:54:41 -04:00
Mario Rodas 7dce0fff9c
Merge pull request #94764 from marsam/update-grpc
grpc: 1.29.0 -> 1.31.0
2020-08-06 07:09:28 -05:00
Vladimír Čunát ce174c7bc9
Merge #94587: nss: fix on darwin 2020-08-06 09:08:29 +02:00
Martin Weinelt 2a2d5ebc69
Merge pull request #94700 from danieldk/tokenizers-fix
python3Packages.tokenizers: 0.8.1rc1 -> 0.8.1, fix build
2020-08-05 19:00:16 +02:00
1000101 5c62904ab7 python3Packages.trezor: 0.12.0 -> 0.12.1 2020-08-05 17:06:29 +02:00
Christian Kauhaus 3d20d83dbf
Merge pull request #89271 from dpausp/eliot-tree
eliot-tree: init at 19.0.1
2020-08-05 15:09:48 +02:00
Mario Rodas 1a3967a409
pythonPackages.grpcio-tools: 1.29.0 -> 1.31.0 2020-08-05 04:21:00 -05:00
Daniël de Kok 403e2506af python3Packages.tokenizers: 0.8.1rc1 -> 0.8.1 2020-08-05 08:23:11 +02:00
Daniël de Kok b0a6bd4281 python3Packages.tokenizers: fix build
Update the parking_lot dependency to be compatible with recent Rust
versions that replace asm! by llvm_asm!:

https://github.com/Amanieu/parking_lot/pull/223

Fixes #94682
2020-08-05 08:19:01 +02:00
Kirill Elagin be04d5337e alot: Use bundled theme files 2020-08-04 21:55:35 -07:00
Moritz Scheuren ba61b43921 pythonPackage.liblarch: init at 3.0.1 2020-08-04 18:08:22 -07:00
Jonathan Ringer 0eac2cfa20 python3Packages.sunpy: add towncrier 2020-08-04 14:11:54 -07:00
Jonathan Ringer 0a2bebf78d python3Packages.towncrier: init at 19.2.0 2020-08-04 14:11:54 -07:00
Martin Weinelt bee771f70d python3Packages.brother: init at 0.1.14 2020-08-04 13:11:19 -07:00
Martin Weinelt 786d9a39ac python3Packages.pytest-tornasync: init at 0.6.0.post2 2020-08-04 13:11:19 -07:00
Martin Weinelt 2ae6d1fed6 python3Packages.pytest-trio: init at 0.6.0 2020-08-04 13:11:19 -07:00
Vladimír Čunát 8bbc202208
Merge branch 'master' into staging-next 2020-08-04 21:37:39 +02:00
Martin Weinelt 96be1a8909 python3Packages.asynctest: disable tests on python >= 3.7 2020-08-04 17:12:46 +02:00
Frederik Rietdijk 26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Robert Scott 56f2d53f26 pythonPackages.bsdiff4: init at 1.2.0 2020-08-03 14:39:36 -07:00
Pavol Rusnak 64a8d0115b python3Packages.hwi: init at 1.1.2 2020-08-03 14:13:18 -07:00
Martin Weinelt cd8dcb546a python3Packages.pyHS100: init at 0.3.5.1 2020-08-03 13:52:39 -07:00
Martin Weinelt 2db9d13de4 pythonPackages.click-datetime: init at 0.2 2020-08-03 13:52:39 -07:00
dpausp 37ee089855 eliot-tree: init at 19.0.1
dependencies:

* eliot: init at 1.12.0
2020-08-03 15:32:36 +00:00
Lancelot SIX 588940d405
Merge pull request #94570 from r-ryantm/auto-update/python2.7-autopep8
python27Packages.autopep8: 1.5.3 -> 1.5.4
2020-08-03 10:44:45 +01:00
Matthew Bauer dab2ed10e1 gyp: update no-xcode.patch 2020-08-02 21:01:12 -05:00
R. RyanTM ebc728507c python27Packages.autopep8: 1.5.3 -> 1.5.4 2020-08-02 20:18:07 +00:00
Matt Wittmann 00501bd134 pythonPackages.vulture: init at 1.6 2020-08-01 21:05:55 -07:00