about summary refs log tree commit diff
path: root/pkgs/development/python-modules
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #40375 from dotlambda/home-assistant-0.69.0Robin Gloster2018-05-12
|\ \ \ \ \ | | | | | | | | | | | | home-assistant: 0.68.1 -> 0.69.0
| * | | | | python: deluge-client: 1.3.0 -> 1.4.0Robert Schütz2018-05-12
| | | | | |
* | | | | | python.pkgs.ply: 3.8 -> 3.11Frederik Rietdijk2018-05-12
| | | | | |
* | | | | | python.pkgs.ply: move expressionFrederik Rietdijk2018-05-12
| | | | | |
* | | | | | pythonPackages.trio: init at 0.4.0Spencer Baugh2018-05-11
| | | | | |
* | | | | | pythonPackages.trustme: init at 0.4.0Spencer Baugh2018-05-11
| | | | | |
* | | | | | pythonPackages.outcome: init at 0.1.0a0Spencer Baugh2018-05-11
|/ / / / /
* | | | | pythonPackages.prometheus_client: init at 0.2.0Franz Pletz2018-05-11
| | | | |
* | | | | Merge pull request #40189 from catern/contextvarsRobert Schütz2018-05-11
|\ \ \ \ \ | | | | | | | | | | | | Add pythonPackages.immutables, pythonPackages.contextvars
| * | | | | pythonPackages.contextvars: init at 2.2Spencer Baugh2018-05-11
| | | | | |
| * | | | | pythonPackages.immutables: init at 0.5Spencer Baugh2018-05-11
| | |/ / / | |/| | |
* | | | | Merge pull request #40231 from teto/configobj_testsadisbladis2018-05-11
|\ \ \ \ \ | | | | | | | | | | | | [RDY] pythonPackages.configobj: enable tests
| * | | | | pythonPackages.configobj: enable testsMatthieu Coudron2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I found a bug in configobj and wanted to run the testsuite to confirm it was a bugs rather than a nixos oddity. Now that tests work let's upstream it.
* | | | | | Merge pull request #38957 from guibou/guibou_pysensorsRobert Schütz2018-05-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | pysensors: init at 2017-07-13
| * | | | | | pysensors: init at 2017-07-13Guillaume Bouchard2018-04-21
| | | | | | |
* | | | | | | python.pkgs.traitlets: fix build and don't include .pytest_cacheFrederik Rietdijk2018-05-10
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Fixes build and prevents including `.pytest_cache` file (#40259).
* | | | | | twine: update 1.9.1 -> 1.11.0Manuel Mendez2018-05-09
| |_|/ / / |/| | | |
* | | | | Merge pull request #40135 from fadenb/pythonPackages.phonenumbers_8.9.5xeji2018-05-07
|\ \ \ \ \ | | | | | | | | | | | | pythonPackages.phonenumbers: 8.9.3 -> 8.9.5
| * | | | | pythonPackages.phonenumbers: 8.9.3 -> 8.9.5Tristan Helmich2018-05-07
| | | | | |
* | | | | | pythonPackages.pyowm: init at 2.8.0Franz Pletz2018-05-07
| | | | | |
* | | | | | pythonPackages.coinmarketcap: init at 4.2.1Franz Pletz2018-05-07
| | | | | |
* | | | | | pythonPackages.PyMVGLive: init at 1.1.4Franz Pletz2018-05-07
| | | | | |
* | | | | | pythonPackages.aiohue: init at 1.3.1Franz Pletz2018-05-07
|/ / / / /
* | | | | Merge pull request #39696 from concatime/masterMatthew Justin Bauer2018-05-07
|\ \ \ \ \ | | | | | | | | | | | | Updating dependencies of neovim
| * | | | | pythonPackages.neovim: 0.2.4 -> 0.2.6, gem-neovim & gem-msgpackIssam Maghni2018-05-02
| | | | | |
* | | | | | pythonPackages.scrapy: enable darwin buildMario Rodas2018-05-05
| |_|/ / / |/| | | |
* | | | | Merge pull request #39926 from Ma27/update-yowsupRobert Schütz2018-05-04
|\ \ \ \ \ | | | | | | | | | | | | python3Packages.yowsup: 2.5.2 -> 2.5.7
| * | | | | python3Packages.yowsup: 2.5.2 -> 2.5.7Maximilian Bosch2018-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The latest update of `yowsup` (https://github.com/tgalal/yowsup/releases/tag/v2.5.7) contains the following fixes: * Updated tokens * Fixed tgalal/yowsup#1842: Bug in protocol_groups RemoveGroupsNotificationProtocolEntity * Other minor bug fixes The `argparse-dependency.patch` required a rebase onto the latest version of `setup.py` and ensures that `argparse` won't be needed as extra dependency as our `python3` package ships `argparse` by default. A short note to Python 2 support: the actual issue related to Python 2.x support has been resolved (https://github.com/tgalal/yowsup/issues/2325#issuecomment-354533727), however this relies on `six==1.10` which isn't support by `nixpkgs` as `six` has been bumped to `1.11`. When trying to inject a patched version of our `six` package based on `six==1.10` you'll run into issues with duplicated libraries in your closure as further build dependencies (`pytest` in this case) use the latest `six` version. As Python 2.7 will die in 2020 (https://pythonclock.org/) and patching around in the dependencies of `pytest` to get `yowsup` running isn't worth the effort in my opinion I decided to keep the Python 2.x build disabled for now.
* | | | | | Merge pull request #39931 from catern/supupRobert Schütz2018-05-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | pythonPackages.supervise_api: 0.4.0 -> 0.5.3
| * | | | | | pythonPackages.supervise_api: 0.4.0 -> 0.5.3Spencer Baugh2018-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream added tests, so we run those too now.
* | | | | | | pytorch: 0.2.0 → 0.3.1 with CUDA and cuDNN (#38530)Anders Kaseorg2018-05-04
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pytorch-0.3 with optional cuda and cudnn * pytorch tests reenabled if compiling without cuda * pytorch: Conditionalize cudnn dependency on cudaSupport Signed-off-by: Anders Kaseorg <andersk@mit.edu> * pytorch: Compile with the same GCC version used by CUDA if cudaSupport Fixes this error: In file included from /nix/store/gv7w3c71jg627cpcff04yi6kwzpzjyap-cudatoolkit-9.1.85.1/include/host_config.h:50:0, from /nix/store/gv7w3c71jg627cpcff04yi6kwzpzjyap-cudatoolkit-9.1.85.1/include/cuda_runtime.h:78, from <command-line>:0: /nix/store/gv7w3c71jg627cpcff04yi6kwzpzjyap-cudatoolkit-9.1.85.1/include/crt/host_config.h:121:2: error: #error -- unsupported GNU version! gcc versions later than 6 are not supported! #error -- unsupported GNU version! gcc versions later than 6 are not supported! ^~~~~ Signed-off-by: Anders Kaseorg <andersk@mit.edu> * pytorch: Build with joined cudatoolkit Similar to #30058 for TensorFlow. Signed-off-by: Anders Kaseorg <andersk@mit.edu> * pytorch: 0.3.0 -> 0.3.1 Signed-off-by: Anders Kaseorg <andersk@mit.edu> * pytorch: Patch for “refcounted file mapping not supported” failure Signed-off-by: Anders Kaseorg <andersk@mit.edu> * pytorch: Skip distributed tests Signed-off-by: Anders Kaseorg <andersk@mit.edu> * pytorch: Use the stub libcuda.so from cudatoolkit for running tests Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* | | | | | rocket-errbot: fix hashRobin Gloster2018-05-02
| | | | | |
* | | | | | Merge pull request #37639 from Twey/plover-4.0.0.dev6Matthew Justin Bauer2018-05-02
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Plover 4.0.0.dev6
| * | | | | PyQt5: 5.10.0 -> 5.10.1James Kay2018-03-22
| | | | | |
* | | | | | Merge pull request #39694 from veprbl/pr/pyslurm_fix_for_17.11.5Robert Schütz2018-05-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | pythonPackages.pyslurm: 20170302 -> 20180427
| * | | | | | pythonPackages.pyslurm: 20170302 -> 20180427Dmitry Kalinkin2018-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build against slurm 17.11.5 Fixes: 0e0b80d4b42 ('slurm: 17.11.3 -> 17.11.5')
* | | | | | | Merge pull request #39815 from jluttine/pytest-flake8-1.0.1Robert Schütz2018-05-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pythonPackages.pytest-flake8: 1.0.0 -> 1.0.1
| * | | | | | | Revert "keyring: disable testing"Robert Schütz2018-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b6567229a2a43e20ff2de0189382e20135b53dd6.
| * | | | | | | pythonPackages.pytest-flake8: 1.0.0 -> 1.0.1Jaakko Luttinen2018-05-01
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | This upgrade fixes #39206.
* | | | | | | pythonPackages.nbxmpp: 0.6.4 -> 0.6.5Michael Raskin2018-05-02
| | | | | | |
* | | | | | | python.pkgs.httplib2: 0.9.2 -> 0.11.3Robin Gloster2018-05-01
| | | | | | |
* | | | | | | pythonPackages.sleekxmpp: fix dnspython issueRobin Gloster2018-05-01
| | | | | | |
* | | | | | | python.pkgs.errbot-rocket: add patch to fix IPv6Robin Gloster2018-05-01
| | | | | | |
* | | | | | | python.pkgs.jira: disable on python2Robin Gloster2018-05-01
| | | | | | |
* | | | | | | python.pkgs.jira: init at 1.0.14Robin Gloster2018-05-01
| |_|/ / / / |/| | | | |
* | | | | | pythonPackages.hdbscan: init at 0.8.12 (#37762)Matan Shenhav2018-04-29
| | | | | |
* | | | | | pythonPackages.pymc3: init at 3.2Ilya Kolpakov2018-04-28
| | | | | |
* | | | | | pythonPackages.patsy: 0.3.0 -> 0.5.0Ilya Kolpakov2018-04-28
|/ / / / /
* | | | | Merge pull request #39599 from erikarvstedt/opentimestampsRobert Schütz2018-04-27
|\ \ \ \ \ | | | | | | | | | | | | opentimestamps: 0.2.1 -> 0.3.0, opentimestamps-client: 0.5.1 -> 0.6.0
| * | | | | pythonPackages.opentimestamps: 0.2.1 -> 0.3.0Erik Arvstedt2018-04-27
| | |_|/ / | |/| | |