Robert Schütz
d78a411d98
Merge pull request #36899 from aborsu/spacy
...
Spacy
2018-03-14 23:36:46 +01:00
Daiderd Jordan
b02694dd45
python-selenium: fix darwin build
...
/cc ZHF #36454
2018-03-14 21:00:30 +01:00
Augustin Borsu
22fdb0bd9d
python.spacy: 1.8.2 -> 2.0.9
2018-03-14 20:29:10 +01:00
Augustin Borsu
8187d93da2
python.ftfy: 5.3.0 -> 4.4.3
...
V5 only supports python3. Since at the moment the only packages
that use ftfy are spacy and textacy which both support
python2 and 3, I propose to roll back to v4 until another package
requires v5, at that point we can make a duplicate package.
2018-03-14 20:29:10 +01:00
Augustin Borsu
9478948f4d
python.thinc: 6.5.1 -> 6.10.2
2018-03-14 20:29:10 +01:00
Augustin Borsu
2e67c8e030
python.murmurhash: 0.26.4 -> 0.28.0
2018-03-14 20:29:09 +01:00
Augustin Borsu
5568e25fa0
python.msgpack-numpy: init 0.4.1
2018-03-14 20:29:07 +01:00
Maximilian Bosch
7dd7638cba
pythonPackages.diff_cover: fix build
...
In order to adjust the language with `LC_ALL` properly the
`glibcLocales` is needed as `checkInput`. This was the only thing
preventing the testsuite from passing.
See ticket #36453
See https://hydra.nixos.org/build/70682982/nixlog/3
2018-03-14 19:43:44 +01:00
xeji
b298f4e185
pythonPackages.nevow: fix build, 0.14.2->0.14.3
...
fix tests, minor update, move to development/python-modules/
(cherry picked from commit 9a10c55a8a
)
2018-03-14 19:05:47 +01:00
xeji
9a10c55a8a
pythonPackages.nevow: fix build, 0.14.2->0.14.3
...
fix tests, minor update, move to development/python-modules/
2018-03-14 18:41:45 +01:00
Robert Schütz
4b5b1370a7
pythonPackages.pytest-mock: remove superfluous patch
2018-03-14 17:33:39 +01:00
Tuomas Tynkkynen
2fec9c6e29
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/tools/build-managers/conan/default.nix
2018-03-13 23:04:18 +02:00
Franz Pletz
4b72196874
Merge pull request #36806 from timokau/conan-fix
...
conan: Fix build
2018-03-13 13:16:21 +00:00
Timo Kaufmann
5fdfe61b35
conan: Fix build
...
conan has very strict requirements on the versions of its dependencies.
This patch adds downgraded versinos of node-semver and distro to
statisfy these requirements.
2018-03-13 11:36:45 +01:00
Franz Pletz
a1af032fcc
Merge pull request #36776 from Ma27/fix-gplaycli
...
pythonPackages.gplaycli: 0.1.2 -> 3.21
2018-03-12 23:27:44 +00:00
Franz Pletz
c94af976fc
Merge pull request #36773 from Ma27/fix-python-asana
...
pythonPackages.asana: fix build
2018-03-12 23:22:19 +00:00
Alex Brandt
0f5e8a360d
add missing propagatedBuildInputs to bibtexparser
2018-03-12 15:19:36 -05:00
Maximilian Bosch
17e1795db0
pythonPackages.asana: fix build
...
Fetching sources from GitHub to have needed files like `LICENSE` and
tests available to provide safer builds.
See https://hydra.nixos.org/build/70676254/log
See ticket #36453
2018-03-12 20:51:15 +01:00
Daiderd Jordan
9055cb8171
Merge pull request #36837 from knedlsepp/fix-pythonPackages.shapely-on-darwin
...
pythonPackages.shapely: fix darwin build
2018-03-12 19:42:57 +01:00
Josef Kemetmüller
74b81ea91c
pythonPackages.shapely: fix darwin build
2018-03-12 01:29:44 +01:00
Maximilian Bosch
b14bd18035
pythonPackages.mt-940: fix build ( #36784 )
...
- added missing `enum34` dependency
- enabled tests
- moved expression into its own file
See ticket #36453
See https://hydra.nixos.org/build/70677609/log
/cc @the-kenny
2018-03-11 15:36:26 +01:00
Daiderd Jordan
8c7a1b4cf5
Merge pull request #36777 from knedlsepp/fix-pythonPackages.discid-on-darwin
...
pythonPackages.discid: fix darwin build
2018-03-11 14:40:28 +01:00
Daiderd Jordan
ce9288cf3b
Merge pull request #36774 from knedlsepp/fix-pythonPackages.construct-on-darwin
...
pythonPackages.construct: Fix darwin build
2018-03-11 14:38:33 +01:00
Daiderd Jordan
beff602e37
Merge pull request #36742 from knedlsepp/fix-pythonPackages.regex-on-darwin
...
pythonPackages.regex: fix darwin build
2018-03-11 14:27:02 +01:00
Josef Kemetmüller
8f9e814132
pythonPackages.robotframework: fix darwin build
2018-03-11 12:33:28 +01:00
Frederik Rietdijk
12a8276649
Merge pull request #36778 from Ma27/fix-htmltreediff
...
pythonPackages.htmltreediff: fix build
2018-03-11 08:35:02 +01:00
Maximilian Bosch
4feaaa7f06
pythonPackages.gplaycli: 0.1.2 -> 3.21
...
Fix the broken package: https://hydra.nixos.org/build/70687256/log
The newer version requires two new dependencies that have been added as
well:
- gpapi (Unofficial Python API for Google Play) at version 0.4.2
- pyaxmlparser (Parser for Android's XML handler) at version 0.3.7
See ticket #36453
See https://hydra.nixos.org/build/70687256/log
2018-03-11 00:24:28 +01:00
Maximilian Bosch
94458721a7
pythonPackages.htmltreediff: fix build
...
- add `pythonPackages.nose` as `checkInput` to make the tests passing
- extract expression into its own file
See https://hydra.nixos.org/build/70680974/log
See ticket #36453
2018-03-11 00:21:47 +01:00
Josef Kemetmüller
57d862fecf
pythonPackages.discid: fix darwin build
2018-03-11 00:15:41 +01:00
Josef Kemetmüller
91a9453496
pythonPackages.construct: Fix darwin build
...
The package runs fine on darwin. Using pytest as a test runner also
resolves the checkPhase issue on Python 3.5+.
2018-03-10 23:36:00 +01:00
Jan Malakhovski
7079e744d4
Merge branch 'master' into staging
...
Resolved the following conflicts (by carefully applying patches from the both
branches since the fork point):
pkgs/development/libraries/epoxy/default.nix
pkgs/development/libraries/gtk+/3.x.nix
pkgs/development/python-modules/asgiref/default.nix
pkgs/development/python-modules/daphne/default.nix
pkgs/os-specific/linux/systemd/default.nix
2018-03-10 20:38:13 +00:00
Josef Kemetmüller
d289736def
pythonPackages.regex: fix darwin build
...
The package works fine on darwin. We run some tests to prove this.
2018-03-10 20:19:42 +01:00
Jörg Thalheim
80fcfbe4cf
Merge pull request #36748 from etu/python-anyjson-fixes
...
anyjson: move to own directory
2018-03-10 16:05:30 +00:00
Jörg Thalheim
0d267c6abe
Merge pull request #36746 from etu/python-alot-fixes
...
alot: move to own module
2018-03-10 16:02:26 +00:00
Ivan Solyankin
34b06b05e3
marisa-python: init at 1.3.40
2018-03-10 17:13:38 +03:00
Lancelot SIX
ddddca5c2f
pythonPackages.daphne: 2.0.3 -> 2.1.0
2018-03-10 14:55:00 +01:00
Lancelot SIX
38753d52bc
pythonPackages.asgiref: 2.1.5 -> 2.2.0
2018-03-10 14:55:00 +01:00
Lancelot SIX
dadba1cce3
pythonPackages.asgi_redis: drop
...
This was part of django-channel-1.x. The current version (2) does not
use it anymore
2018-03-10 14:55:00 +01:00
Lancelot SIX
1347f90953
pythonPackages.asgi_ipc: drop
...
This wath used for django-channels-1.x. The current version (2) does
not use it anymore
2018-03-10 14:55:00 +01:00
Elis Hirwing
282778ccdd
anyjson: move to own directory
2018-03-10 13:17:00 +01:00
Elis Hirwing
43935736f6
alot: move to own module
2018-03-10 12:57:55 +01:00
Robert Schütz
3387115364
pythonPackages.aiohttp: 3.0.1 -> 3.0.5
2018-03-10 12:50:04 +01:00
Frederik Rietdijk
2c406f6329
python.pkgs.odo: disable failing test
2018-03-10 12:36:27 +01:00
Frederik Rietdijk
5c1c6a3071
python.pkgs.datashape: disable several tests
2018-03-10 12:36:27 +01:00
Elis Hirwing
b6fc08795e
polib: move to own file and fix homepage
2018-03-10 12:13:17 +01:00
Frederik Rietdijk
acff736e37
Merge pull request #36735 from etu/python-progressbar-fixes
...
progressbar: move to own file and fix homepage
2018-03-10 12:11:44 +01:00
Frederik Rietdijk
66949d24e4
Merge pull request #36733 from etu/publicsuffix-fixes
...
publicsuffix: move to own file and fix homepage
2018-03-10 12:11:05 +01:00
Elis Hirwing
605a373468
publicsuffix: move to own file and fix homepage
2018-03-10 12:07:11 +01:00
Frederik Rietdijk
82f0b244bc
Merge pull request #36731 from etu/pyjade-fixes
...
pyjade: move to own file and fix homepage
2018-03-10 12:06:11 +01:00
Elis Hirwing
6c55f5479d
progressbar: move to own file and fix homepage
2018-03-10 12:05:33 +01:00
Elis Hirwing
77330e18f4
pyjade: move to own file and fix homepage
2018-03-10 12:03:57 +01:00
Frederik Rietdijk
fbea3ddd0c
Merge pull request #36732 from etu/pychart-fixes
...
pychart: move to own file
2018-03-10 12:02:32 +01:00
Elis Hirwing
f1795e3957
pychart: move to own file
...
Also update website and download of source.
2018-03-10 12:00:12 +01:00
Elis Hirwing
b29348257a
proboscis: move to own file and fix homepage
2018-03-10 09:12:12 +01:00
Alex Brandt
df9148c2aa
behave: 1.2.5 -> 1.2.6
2018-03-08 19:57:35 -06:00
volth
632e9e62c8
libvirt: 3.10.0 -> 4.1.0
2018-03-08 23:45:28 +00:00
Maxime Dénès
073e635f67
pythonPackages.sphinxcontrib-bibtex: init at 0.3.6
2018-03-08 12:14:41 +00:00
Maxime Dénès
4b0717b2fa
pythonPackages.oset: init at 0.1.3
2018-03-08 12:14:40 +00:00
Maxime Dénès
e8a588894e
pythonPackages.pybtex-docutils: init at 0.2.1
2018-03-08 12:14:39 +00:00
Maxime Dénès
5210122969
pythonPackages.pybtex: init at 0.21
2018-03-08 12:14:37 +00:00
Maxime Dénès
0450c596f0
pythonPackages.latexcodec: init at 1.0.5
2018-03-08 12:14:36 +00:00
Maxime Dénès
48608f3e16
pythonPackages.sphinx-navtree: init at 0.3.0 ( #36442 )
2018-03-08 11:13:04 +01:00
Maxime Dénès
50287f8c09
pythonPackages.antlr4-python3-runtime: init at 4.7.1
2018-03-08 08:21:03 +00:00
Michael Weiss
fa051cdd0a
aiohttp-cors: 0.6.0 -> 0.7.0
...
Upstream removed support for Python 3.4 [0][1] (and the build fails).
[0]: https://github.com/aio-libs/aiohttp-cors/releases/tag/v0.7.0
[1]: https://github.com/aio-libs/aiohttp/releases/tag/v3.0.1
2018-03-07 22:53:54 +01:00
Alex Brandt
b8c3a16cd3
parse-type: 0.3.4 -> 0.4.2
2018-03-07 11:03:01 -06:00
Alex Brandt
e39f948cb0
parse: 1.6.6 -> 1.8.2
2018-03-07 11:02:22 -06:00
Erik Arvstedt
7374c5bed9
pythonPackages.opentimestamps: init at 0.2.1
2018-03-07 12:22:16 +01:00
Erik Arvstedt
c9b4dc17f0
pythonPackages.pysha3: init at 1.0.2
2018-03-07 12:22:11 +01:00
Jörg Thalheim
7aad357cad
Merge pull request #36323 from andrew-d/adunham/fix-pillow
...
pillow: Fix build on non-NixOS systems
2018-03-05 23:18:05 +00:00
Andrew Dunham
8ad2cb1d0c
pillow: Fix build on non-NixOS systems
...
The Pillow install script will, by default, add paths like /usr/lib and
/usr/include to the search paths. This can break things when building
on a non-NixOS system that has some libraries installed that are not
installed in Nix (for example, Arch Linux has jpeg2000 but Nix doesn't
build Pillow with this support).
We solve this by telling Pillow to knock it off 😄
Fixes #36317
2018-03-05 15:13:55 -08:00
Franz Pletz
4ff4ef51b7
pythonPackages.wsproto: init at 0.11.0
2018-03-05 18:06:30 +01:00
Franz Pletz
92cbfd8555
pythonPackages.h11: init at 0.7.0
2018-03-05 18:06:29 +01:00
Vladimír Čunát
565bd805e6
Merge branch 'master'
2018-03-05 14:53:27 +01:00
Jörg Thalheim
a6d9548428
pythonPackages.python-ptrace: init at 0.9.3
2018-03-05 11:08:25 +00:00
makefu
579216f4c4
pythonPackages.pytest-mock: 1.7.0 -> 1.7.1
...
1.7.0 fails with ascii error
2018-03-05 09:22:41 +01:00
Peter Hoeg
0b8401c4aa
Merge pull request #36108 from peterhoeg/p/ha-deps
...
home-assistant: add multiple dependencies
2018-03-05 07:22:08 +08:00
Peter Hoeg
b1d7d13e64
pythonPackages.miniupnpc: init at 2.0.2
2018-03-04 23:43:06 +01:00
Peter Hoeg
083ac5add3
pythonPackages.ha-ffmpeg: init at 1.9
2018-03-04 23:43:06 +01:00
Peter Hoeg
4af9a88107
pythonPackages.yahooweather: init at 0.10
2018-03-04 23:43:05 +01:00
Peter Hoeg
0bb55edb3a
pythonPackages.deluge-client: init at 1.2.0
2018-03-04 23:43:05 +01:00
Peter Hoeg
91456c6705
pythonPackages.sseclient: init at 0.0.19
2018-03-04 23:42:52 +01:00
Peter Hoeg
2ca4e73fba
pythonPackages.aiohttp-jinja2: init at 0.16.0
2018-03-04 11:51:59 +01:00
Tuomas Tynkkynen
1e107443ad
Merge commit '618ac29687a650d854c8bea7efd4490387589ce2' into staging
2018-03-03 22:40:32 +02:00
Robert Schütz
e6b8eb0280
pythonPackages.natsort: fix tests
...
A coverage report is definitely not needed for Nixpkgs.
2018-03-03 19:33:41 +01:00
Jörg Thalheim
fe2acc2b2c
Merge pull request #36215 from xnaveira/py-junos-eznc
...
Py junos eznc
2018-03-03 17:35:58 +00:00
Xavier Naveira
1689c3c53f
pythonPackages.junos-eznc: init at 2.1.7
...
pythonPackages.junos-eznc: init at 2.1.7
pythonPackages.junos-eznc: init at 2.1.7
2018-03-03 17:52:48 +01:00
Jörg Thalheim
ce6adf6dcf
Merge pull request #34868 from teto/protocol
...
[RDY] protocol: module to application
2018-03-03 15:41:41 +00:00
Frederik Rietdijk
ea65fabd02
python: tqdm: 4.19.5 -> 4.19.6
2018-03-03 12:00:45 +01:00
Frederik Rietdijk
e76de27cca
python: stripe: 1.79.0 -> 1.79.1
2018-03-03 12:00:45 +01:00
Frederik Rietdijk
e5bd0d904a
python: sqlmap: 1.2.2 -> 1.2.3
2018-03-03 12:00:45 +01:00
Frederik Rietdijk
c702263743
python: pymongo: 3.6.0 -> 3.6.1
2018-03-03 11:58:50 +01:00
Frederik Rietdijk
a8e3ffc789
python: nipype: 1.0.0 -> 1.0.1
2018-03-03 11:58:46 +01:00
Frederik Rietdijk
7ce85c014e
python: neovim: 0.2.1 -> 0.2.3
2018-03-03 11:58:41 +01:00
Frederik Rietdijk
dfdec6f6cc
python: google-cloud-speech: 0.32.0 -> 0.32.1
2018-03-03 11:58:36 +01:00
Frederik Rietdijk
c687e1606a
python: google-cloud-core: 0.28.0 -> 0.28.1
2018-03-03 11:58:31 +01:00
Frederik Rietdijk
0e5e184836
python: cffi: 1.11.4 -> 1.11.5
2018-03-03 11:58:26 +01:00
Frederik Rietdijk
7ee5833cc8
python: zc.buildout: 2.11.0 -> 2.11.1
2018-03-03 11:58:21 +01:00
Frederik Rietdijk
ce34a9a331
python: botocore: 1.9.0 -> 1.9.3
2018-03-03 11:58:16 +01:00
Robert Schütz
75c20548bf
Merge pull request #36199 from dotlambda/python-unstable
...
python fixes
2018-03-02 20:57:13 +01:00
Jörg Thalheim
22b4349b3a
Merge pull request #36224 from erosennin/pymetar-0.21
...
pythonPackages.pymetar: 0.20 -> 0.21
2018-03-02 16:13:51 +00:00
Jörg Thalheim
e2f7ef7bf5
python.pkgs.pymetar: modernize
2018-03-02 16:12:08 +00:00
Xavier Naveira
22c5082aed
pythonPackages.ncclient: init a 0.5.3
2018-03-02 15:33:07 +01:00
Xavier Naveira
284c6a5990
pythonPackages.scp: init at 0.10.2
2018-03-02 15:24:00 +01:00
Robert Schütz
62bb869309
pythonPackages.ftputil: 3.3 -> 3.4 and fix tests
2018-03-02 03:45:35 +01:00
Robert Schütz
92896e2739
pythonPackages.ftputil: move expression
2018-03-02 03:45:34 +01:00
Robert Schütz
a412ecc439
pythonPackages.fonttools: fix tests
2018-03-02 03:45:34 +01:00
Robert Schütz
2732be0649
pythonPackages.fonttools: 3.23.0 -> 3.24.0
2018-03-02 03:45:34 +01:00
Robert Schütz
ae56cc1f30
pythonPackages.django-polymorphic: fix tests
2018-03-02 03:45:34 +01:00
Robert Schütz
7b525acee2
pythonPackages.dj-database-url: init at 0.5.0
2018-03-02 03:45:24 +01:00
Robert Schütz
143fd427d4
pythonPackages.affinity: disable for Python 3
2018-03-02 02:46:11 +01:00
Robert Schütz
a5e1dfe3e2
pythonPackages.pycups: fix on Darwin
2018-03-02 02:38:48 +01:00
Robert Schütz
150d0b7428
pythonPackages.pycups: move expression
2018-03-02 02:37:58 +01:00
Robert Schütz
3680fc9fd4
pythonPackages.ldappool: 1.0 -> 2.2.0
2018-03-02 02:19:38 +01:00
Robert Schütz
f14c9ae883
pythonPackages.ldappool: move expression
2018-03-02 02:06:57 +01:00
Matthew Maurer
a9409104a0
bap: 1.2 -> 1.4
2018-03-01 17:22:43 -05:00
Robert Schütz
c0466ef834
pythonPackages.csvkit: fix build
2018-03-01 20:54:05 +01:00
Frederik Rietdijk
810dd0f984
Merge remote-tracking branch 'upstream/master' into HEAD
2018-03-01 20:00:42 +01:00
Robert Schütz
455dbc4668
pythonPackages.flake8-import-order: init at 0.17
2018-03-01 14:43:12 +01:00
Robert Schütz
2937f81e61
pythonPackages.pylama: init at 7.4.3
2018-03-01 14:43:12 +01:00
Robert Schütz
5f5c41dadc
pythonPackages.pylint: add mccabe to propagatedBuildInputs
2018-03-01 14:43:12 +01:00
Robert Schütz
d90fa004b4
pythonPackages.pydocstyle: depend on pathlib for python<3.4 only
2018-03-01 14:43:12 +01:00
Robert Schütz
ca09d1b303
pythonPackages.pydocstyle: enable tests
2018-03-01 14:43:12 +01:00
Robert Schütz
13ac2ee2f6
pythonPackages.pydocstyle: correct propagatedBuildInputs
2018-03-01 14:43:12 +01:00
Peter Hoeg
ae8c48c175
pythonPackages.wakeonlan: remove name
2018-03-01 12:21:10 +08:00
Peter Hoeg
5f8ed51a72
pythonPackages.pyunifi: remove name
2018-03-01 12:21:10 +08:00
Peter Hoeg
9e4b9e8295
pythonPackages.jsonrpc-websocket: remove name
2018-03-01 12:21:10 +08:00
Peter Hoeg
703b940899
pythonPackages.jsonrpc-base: remove name
2018-03-01 12:21:10 +08:00
Peter Hoeg
cece9a2941
pythonPackages.jsonrpc-async: remove name
2018-03-01 12:21:10 +08:00
Tuomas Tynkkynen
34f95d92a2
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/misc/pytrainer/default.nix
pkgs/development/tools/pew/default.nix
pkgs/tools/misc/you-get/default.nix
2018-02-28 20:52:49 +02:00
Matthieu Coudron
0a672f7984
[RDY] pythonPackages.cmd2: 0.7.7 -> 0.8.0 ( #35162 )
...
Some cool stuff like history saving to transcripts, support for argparse
based parsers etc:
https://github.com/python-cmd2/cmd2/blob/master/CHANGELOG.md
It is now possible to run tests though many fails.
2018-02-28 13:55:02 +00:00
Robert Schütz
04dd1987a3
Merge pull request #35842 from makefu/pkgs/python-packages/move
...
move python packages owned by makefu into separate folders in python-modules
2018-02-28 10:38:13 +01:00
Jörg Thalheim
02b4738052
pwntools: 3.11.0 -> 3.12.0
2018-02-28 09:06:06 +00:00
makefu
b4eee22b6f
pythonPackages.xstatic-pygments: move to python-modules
2018-02-28 08:32:53 +01:00
makefu
0b5af0399d
pythonPackages.xstatic-jquery-ui: move to python-modules
2018-02-28 08:32:53 +01:00
makefu
2fb4fafdfb
pythonPackages.xstatic-jquery-file-upload: move to python-modules
2018-02-28 08:32:52 +01:00
makefu
9fe410fd49
pythonPackages.xstatic-jquery: move to python-modules
2018-02-28 08:32:51 +01:00
makefu
0a57241733
pythonPackages.xstatic-bootstrap: move to python-modules
2018-02-28 08:32:50 +01:00
makefu
ce8fbda108
pythonPackages.xstatic-bootbox: move to python-modules
2018-02-28 08:32:47 +01:00
makefu
fa23628f04
pythonPackages.xstatic: move to python-modules
2018-02-28 08:32:18 +01:00
makefu
1aa8e259c7
pythonPackages.d2to1: 0.2.11 -> 0.2.12
2018-02-28 08:28:56 +01:00
Robert Schütz
920ef8a93c
pythonPackages.pythondaemon: 2.1.1 -> 2.1.2
2018-02-28 01:18:56 +01:00
Robert Schütz
3836f7939b
pythonPackages.pythondaemon: move expression
2018-02-28 01:17:26 +01:00
Robert Schütz
12c71b3dbe
python: remove name from some expressions
2018-02-28 10:10:05 +10:30
Robert Schütz
f76e8cb742
pythonPackages.tmdb3: 0.6.17 -> 0.7.2
2018-02-27 23:34:41 +01:00
Robert Schütz
9e29b4b269
pythonPackages.tmdb3: move expression
2018-02-27 23:28:00 +01:00
Robert Schütz
c5d6e665c9
pythonPackages.tunigo: fix tests
2018-02-27 23:04:17 +01:00
Robert Schütz
cf5b06f9ce
pythonPackages.tunigo: move expression
2018-02-27 23:04:16 +01:00
Robert Schütz
34c87c1ac2
pythonPackages.txtorcon: remove superfluous patch
2018-02-27 23:04:16 +01:00
Robert Schütz
5d7f24e8b5
pythonPackages.virtual-display: 0.1.5 -> 0.2.1 and disable tests
2018-02-27 23:04:16 +01:00
Robert Schütz
7076991eec
pythonPackages.virtual-display: move expression
2018-02-27 23:04:15 +01:00
Robert Schütz
bfe6d6ab34
pythonPackages.BlinkStick: patch for newer pyusb version
2018-02-27 23:04:06 +01:00
Robert Schütz
250aa352c4
pythonPackages.BlinkStick: move expression
2018-02-27 22:57:40 +01:00
Robert Schütz
d509dd8bd3
pythonPackages.asynctest: 0.11.1 -> 0.12.0
2018-02-27 22:57:40 +01:00
Robert Schütz
bd49adca49
pythonPackages.aiohttp: 3.0.4 -> 3.0.5
2018-02-27 22:57:39 +01:00
Robert Schütz
cd323e8602
python3Packages.netdisco: allow newer zeroconf versions
2018-02-27 22:57:39 +01:00
Robert Schütz
a2bc30c94d
pythonPackages.pytest-xdist: 1.22.1 -> 1.22.2
2018-02-27 22:57:38 +01:00
Jan Tojnar
1bdca01ed4
pythonPackages.cairocffi: 0.7.2 → 0.8.0
2018-02-27 19:29:56 +01:00
Jan Tojnar
cd35a39b11
pythonPackages.cairocffi: move out of python-modules.nix
2018-02-27 19:29:56 +01:00
Frederik Rietdijk
62f0942b6e
Merge pull request #35668 from lsix/add_pythonPackages_kubernetes
...
pythonPackages.kubernetes: init at 5.0.0
2018-02-27 15:51:26 +00:00
makefu
eb6ae2d8fb
pythonPackages.d2to1: move to python-modules
2018-02-27 16:40:00 +01:00
Frederik Rietdijk
15beb89da6
python: wrapt: 1.10.5 -> 1.10.11
2018-02-27 16:35:57 +01:00
Frederik Rietdijk
d10c201252
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-27 16:22:37 +01:00
Frederik Rietdijk
405407fcf5
Merge pull request #35680 from NixOS/python-unstable
...
Python: last major updates package set
2018-02-27 09:16:47 +00:00
Frederik Rietdijk
d96f70fc54
python: boto3: 1.4.8 -> 1.6.0
2018-02-27 09:44:00 +01:00
Frederik Rietdijk
6617c0cc30
python: botocore: 1.8.50 -> 1.9.0
2018-02-27 09:26:12 +01:00
Frederik Rietdijk
ad5127c417
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-27 09:18:49 +01:00
Andrew Dunham
9170269542
pythonPackages.magic-wormhole: patch the call to 'locale'
2018-02-27 16:09:28 +08:00
Robert Schütz
f9cb9cac76
Merge pull request #35175 from dotlambda/magic-wormhole
...
pythonPackages.magic-wormhole: 0.10.4 -> 0.10.5
2018-02-27 08:58:36 +01:00
Nikolay Amiantov
94ebc13a6a
tensorflow: disable XLA without CUDA
...
This configuration is sadly broken.
2018-02-27 03:16:35 +03:00
Robert Schütz
12c2f2a430
pythonPackages.green: 2.12.0 -> 2.12.1
2018-02-27 01:14:21 +01:00
Robert Schütz
31a94650e2
pythonPackages.stripe: add simplejson dependency for python 2
2018-02-27 00:44:49 +01:00
Robert Schütz
c5fab86a7e
pythonPackages.astral: fix build
2018-02-27 00:22:09 +01:00
Robert Schütz
e459171f9a
pythonPackages.mozlog: correct dependencies
2018-02-26 23:59:46 +01:00
Robert Schütz
283002461b
pythonPackages.mozterm: init at 0.1.0
2018-02-26 23:56:36 +01:00
Robert Schütz
f760fcb239
pythonPackages.cached-property: fix tests
...
Need to fetch from GitHub because conftest.py is necessary to disable some tests for Python 2.
2018-02-26 23:42:14 +01:00
Vladimír Čunát
6168c2e45f
Merge master into staging
...
This is to cleanup the (re-)revert of merge to master.
2018-02-26 22:55:11 +01:00
Vladimír Čunát
e2243a5ac9
Revert "Revert "Merge staging at '8d490ca9934d0' into master""
...
This reverts commit f5ce8f86df
.
2018-02-26 22:54:48 +01:00
Vladimír Čunát
f5ce8f86df
Revert "Merge staging at '8d490ca9934d0' into master"
...
This reverts commit fc23242220
, reversing
changes made to 754816b84b
.
We don't have many binaries yet. Comment on the original merge commit.
2018-02-26 22:53:18 +01:00
Robert Schütz
a367095153
pythonPackages.hyperlink: modernize expression
2018-02-26 21:00:28 +01:00
Robert Schütz
d2124e3f93
pythonPackages.hyperlink: add idna dependency
2018-02-26 20:59:21 +01:00
Frederik Rietdijk
925a734688
python.pkgs.pybfd: use pname and version
2018-02-26 19:33:55 +01:00
Frederik Rietdijk
9928b03832
python.pkgs.flask_script: improve expression
2018-02-26 19:31:19 +01:00
Frederik Rietdijk
73d381a13a
python.pkgs.codecov: 2.0.9 -> 2.1.15
2018-02-26 19:25:27 +01:00
Frederik Rietdijk
26ea14c4dc
python.pkgs.blaze: use FetchFromGitHub
2018-02-26 19:24:16 +01:00
Frederik Rietdijk
38f02f84e8
python3.pkgs.MechanicalSoup: 0.9.0.post4 -> 0.10.0
2018-02-26 19:23:58 +01:00
Frederik Rietdijk
b6fea27bae
python.pkgs.absl-py: 0.1.9 -> 0.1.10
2018-02-26 19:19:00 +01:00
Frederik Rietdijk
7d7c60b273
python.pkgs.apsw: 3.7.6.2-r1 -> 3.9.2-r1
2018-02-26 19:18:12 +01:00
Frederik Rietdijk
55ef50c257
python.pkgs.bootstrapped-pip: setuptools 38.4.0 -> 38.4.1
2018-02-26 19:06:01 +01:00
Frederik Rietdijk
50c978fae0
python: setuptools: 38.4.0 -> 38.4.1
2018-02-26 19:04:25 +01:00
Frederik Rietdijk
ae57d3a0ea
python: zeroconf: 0.19.1 -> 0.20.0
2018-02-26 19:03:29 +01:00
Frederik Rietdijk
4a277c1efe
python: txtorcon: 0.19.3 -> 0.20.0
2018-02-26 19:03:29 +01:00
Frederik Rietdijk
2e89e4e974
python: tifffile: 0.13.5 -> 0.14.0
2018-02-26 19:03:29 +01:00
Frederik Rietdijk
5ead05c0a8
python: textacy: 0.5.0 -> 0.6.0
2018-02-26 19:03:29 +01:00
Frederik Rietdijk
5eda61d202
python: text-unidecode: 1.1 -> 1.2
2018-02-26 19:03:29 +01:00
Frederik Rietdijk
1dd167efe0
python: stripe: 1.77.2 -> 1.79.0
2018-02-26 19:03:29 +01:00
Frederik Rietdijk
a69333bc1c
python: pytools: 2017.6 -> 2018.1
2018-02-26 19:03:28 +01:00
Frederik Rietdijk
12a98f3353
python: python-oauth2: 1.0.1 -> 1.1.0
2018-02-26 19:03:28 +01:00
Frederik Rietdijk
b4f40beac2
python: pydub: 0.20.0 -> 0.21.0
2018-02-26 19:03:28 +01:00
Frederik Rietdijk
d31f490229
python: phonenumbers: 8.8.9 -> 8.9.0
2018-02-26 19:03:28 +01:00
Frederik Rietdijk
9861cff0df
python: paramz: 0.8.5 -> 0.9.1
2018-02-26 19:03:28 +01:00