Robert Schütz
c15a94b6d1
Merge pull request #45644 from jluttine/update-rlp-1.0.2
...
pythonPackages.rlp: 1.0.1 -> 1.0.2 (with some new deps)
2018-09-12 12:55:29 +02:00
Jörg Thalheim
e4393102e6
python-jsonrpc-server: init at 0.0.1
2018-09-12 09:03:08 +01:00
Jaakko Luttinen
80b64a2e04
pythonPackage.backports-shutil-which: init at 3.5.1
2018-09-12 08:44:19 +03:00
Jaakko Luttinen
c9bf7f67b9
pythonPackage.pymsgbox: init at 1.0.6
2018-09-12 08:44:19 +03:00
Jaakko Luttinen
38e86a8f1e
pythonPackages.python-u2flib-host: init at 3.0.3
2018-09-12 08:44:19 +03:00
Jaakko Luttinen
9f8e6148c5
pythonPackages.eth-utils: init at 1.2.0
2018-09-12 08:44:18 +03:00
Jaakko Luttinen
541a13ca0a
pythonPackages.eth-typing: init at 1.1.0
2018-09-12 08:44:18 +03:00
Christopher Ostrouchov
dac171dd5d
merge: fixing changes with nixpkgs since pull-request
...
- pytest-timeout: no longer requires patch
- joblib: was improperly merged with the github merge tool (never
using again)
2018-09-11 14:24:59 -04:00
Jaakko Luttinen
c44504410b
pythonPackages.eth-hash: init at 0.1.14
2018-09-11 17:49:48 +03:00
Timo Kaufmann
2b6144d1ad
Merge pull request #46368 from Ma27/fix-mahotas
...
pythonPackages.mahotas: fix build, move expression
2018-09-10 11:56:50 +02:00
Maximilian Bosch
ee897b64ff
pythonPackages.mahotas: fix build, move expression
...
See https://hydra.nixos.org/build/80828287
Moves `mahotas` out of `python-packages.nix` into its own file and fixes
broken test cases by skipping them using nosetest's `@nottest`
annotation.
These tests broke from time to time in a sandbox and are therefore
considered impure.
Addresses #45960
2018-09-10 11:32:58 +02:00
Maximilian Bode
5b1b4adb2a
pythonPackages.CDDB: fix darwin build ( #46412 )
2018-09-09 12:10:18 +02:00
Maximilian Bosch
218ac50fd4
pythonPackages.trio: fix build ( #46342 )
...
Fixes the build for `python3Packages.trio' for the next ZHF iteration.
Please refer to the Hydra build for further reference: https://hydra.nixos.org/build/80617356
`python3Packages.sniffio` is needed for the build, otherwise the build
aborts with an error like this:
```
Could not find a version that satisfies the requirement sniffio (from trio==0.6.0) (from versions: )
No matching distribution found for sniffio (from trio==0.6.0)
```
See #45960
2018-09-08 01:02:55 +02:00
Alexey Shmalko
e5e4fd8ede
Merge pull request #46327 from costrouc/costrouc/markerlib
...
pythonPackages.markerlib: init at 0.6.0
2018-09-07 23:38:16 +03:00
Chris Ostrouchov
2895560f4f
pythonPackages.markerlib: init at 0.6.0
2018-09-07 14:08:35 -04:00
xeji
6f3ff5acc7
Merge pull request #46186 from costrouc/costrouc/python-ncclient
...
pythonPackages.ncclient: refactor + init pythonPackages.selectors2
2018-09-07 17:33:58 +02:00
Chris Ostrouchov
11c3fe2258
pythonPackages.selectors2: init at 2.0.1
...
Added package becuase now dependency of ncclient.
2018-09-07 10:22:22 -04:00
Matthieu Coudron
13050ccc0b
python3Packages.genanki: init at 0.6.0
...
Library to generate anki flashcards.
2018-09-06 18:31:57 +02:00
Sarah Brofeldt
a59f244b2c
Merge pull request #46126 from flokli/gmpy-phe
...
pythonPackages: cleanup gmpy[2], add phe
2018-09-06 10:31:56 +02:00
Christopher Ostrouchov
ed130935c8
Merge branch 'master' into costrouc/dask-distributed
2018-09-05 23:53:23 -04:00
Chris Ostrouchov
4f70170f8a
pythonPackages.distributed: 1.15.1 -> 1.22.1
...
The github repository was downloaded instead of the pypi repository
for testing (needed `conftest.py`). Major work was done on the
underlying dependencies to make distributed work on python 2.7,
3+. Note that the test **do** take a significant amount of time (10-15
minutes).
- moved to `python-modules`
- compatible with 2.7, 3+
- all tests pass (previously tests were not run)
2018-09-05 23:46:28 -04:00
Chris Ostrouchov
7b920172db
pythonPackages.pytest-repeat: init at 0.6.0
...
- compatible with 2.7, 3+
- all tests pass and running
2018-09-05 23:46:28 -04:00
Chris Ostrouchov
3a56e314b8
pythonPackages.python-lz4: init at 2.1.0
...
Fetching from github repository instead of pypi so that all tests can
be run.
- compatible with 2.7, 3+
- all tests pass
2018-09-05 23:46:28 -04:00
Chris Ostrouchov
5704642a3f
pythonPackages.pytest-faulthandler: init at 1.5.0
...
- compatible with 2.7 and 3+
- all test pass.
2018-09-05 23:46:28 -04:00
Florian Klink
e053386c92
gmpy2: 2.0.6 -> 2.0.8
...
Also move outside python-packages.nix
2018-09-05 23:56:20 +02:00
Florian Klink
7339a4004c
gmpy: move outside python-packages.nix
2018-09-05 23:56:20 +02:00
Florian Klink
f051f66c9a
phe: init at 1.4.0
2018-09-05 23:56:20 +02:00
Jethro Kuan
a9a380b259
pythonPackages.tflearn: 0.2.1 -> 0.3.2 ( #46102 )
2018-09-05 17:38:23 +01:00
xeji
bf2a90298a
Merge pull request #46053 from danieldk/mxnet-fixes
...
pythonPackages.mxnet: fix build
2018-09-05 16:07:56 +02:00
Michael Weiss
f50aa1cd4e
pythonPackages.glances: 3.0 -> 3.0.1
2018-09-04 23:43:07 +02:00
Daniël de Kok
e57e92bfa2
python[23]Packages.mxnet: fix build
...
Relax graphviz, numpy, requests dependency version bounds.
2018-09-04 20:35:05 +02:00
Daniël de Kok
19ac917707
python[23]Packages.graphviz: 0.5.2 -> 0.9
2018-09-04 20:30:31 +02:00
Jörg Thalheim
d1c6c32230
Merge pull request #45964 from Mic92/irc
...
python.pkgs.irc: 14.2.2 -> 16.4
2018-09-03 01:36:07 +01:00
Jörg Thalheim
35c9408ca4
python.pkgs.irc: 14.2.2 -> 16.4
2018-09-03 01:25:03 +01:00
Jörg Thalheim
9bc1b13983
python.pkgs.jaraco_logging: 1.5 -> 1.5.2
2018-09-03 01:25:03 +01:00
Jörg Thalheim
7cd2bf48f7
python.pkgs.jaraco_text: 1.7 -> 1.10.1
2018-09-03 01:25:02 +01:00
Jörg Thalheim
c4bf056c08
python.pkgs.jaraco.collections: 1.3.2 -> 1.5.3
2018-09-03 01:25:02 +01:00
Jörg Thalheim
6b1b6c84bf
python.pkgs.jaraco.itertools: 1.7.1 -> 2.4
2018-09-03 01:25:02 +01:00
Jörg Thalheim
b3e9520a0c
python.pkgs.jaraco.classes: 1.4 -> 1.5
2018-09-03 01:25:01 +01:00
Jörg Thalheim
97b73d6a58
python.pkgs.jaraco.stream: 1.1.1 -> 1.2
2018-09-03 01:25:01 +01:00
Jörg Thalheim
8e15622cf3
python.pkgs.inflect: 0.2.5 -> 1.0.0
2018-09-03 01:25:01 +01:00
Ryan Mulligan
7b54a50e97
Merge pull request #45730 from Helkafen/snakemake
...
snakemake: init at 5.2.2
2018-09-02 07:54:13 -07:00
Tobias Happ
e6a3ad775f
pythonPackages.dependency-injector: init at 3.13.1 ( #45871 )
2018-09-01 17:29:47 +02:00
Vladimír Čunát
342d3db703
Merge branch 'staging-next'
...
The failure diff seems good-enough on Hydra now.
2018-09-01 17:02:15 +02:00
Michael Weiss
173e48d5dd
pythonPackages.glances: 2.11.1 -> 3.0
2018-09-01 14:50:37 +02:00
Frederik Rietdijk
4134048b6f
Merge master into staging-next
2018-09-01 10:41:58 +02:00
Robert Schütz
dc707e41e4
python.pkgs.pyqrcode: init at 1.2.1
2018-08-31 19:07:35 +02:00
Robert Schütz
09cced6725
python.pkgs.pyotp: init at 2.2.6
2018-08-31 19:07:35 +02:00
Robert Schütz
93550cbddf
Merge branch 'master' into staging-next
2018-08-31 17:32:48 +02:00
John Ericson
2c4a75e9ef
Merge pull request #45820 from obsidiansystems/dont-use-obsolete-platform-aliases
...
treewide: Dont use obsolete platform aliases
2018-08-31 09:56:10 -04:00