Commit Graph

3750 Commits

Author SHA1 Message Date
Alex Brandt 6d78bde7ad Merge branch 'master' into bump-behave-version 2018-03-29 10:43:36 -05:00
Daiderd Jordan d33a26b370
python-celery: fix darwin build 2018-03-28 20:55:39 +02:00
Shea Levy 05e375d710
Merge remote-tracking branch 'origin/master' into staging 2018-03-28 09:36:47 -04:00
Jörg Thalheim 8c2dafbccd
Merge pull request #30429 from teto/alot
[RDY] init gpg python bindings +  Alot: 0.5.1 -> 0.7.0
2018-03-28 01:03:24 +01:00
Matthew Justin Bauer 75616ceb49
Merge pull request #37840 from matthewbauer/unixtools
Cross-platform "unixtools"
2018-03-27 18:43:03 -05:00
Michael Weiss fb1f35424e pythonPackages.scapy: 2.3.3 -> 2.4.0 2018-03-27 18:27:55 +02:00
Jörg Thalheim 45e4dc0d5d python.pkgs.gpg: rename to gpgme
Let's be honest with what we expose.
2018-03-26 19:25:55 +01:00
James Kay 2e02bcaedc toml: init at 0.9.4 2018-03-25 01:45:51 -05:00
Matthew Justin Bauer 8f3091939b
Merge pull request #37752 from ryantm/fix-urls
treewide: use more HTTPS URLs
2018-03-25 00:40:17 -05:00
Ryan Mulligan b189247ba0 treewide: use more HTTPS URLs
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.

Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Robin Gloster c71bcb2744
grpcio: use protobuf3_5 2018-03-24 19:37:03 +01:00
Robert Schütz 46419cab7e pythonPackages.fonttools: 3.24.0 -> 3.24.1 2018-03-24 19:25:18 +01:00
Shea Levy f4f76bdf33
Merge branch 'master' into staging 2018-03-24 08:44:40 -04:00
Robin Gloster 2e6aacb056
python.pkgs.logster: 7475c53822 -> 1.0.1 2018-03-24 10:35:37 +01:00
Robin Gloster 6a286fcba7
python.pkgs.pygtail: init at 0.8.0 2018-03-24 10:34:57 +01:00
Shea Levy 0f854cd2d1
Merge branch 'master' into staging 2018-03-24 01:34:53 -04:00
Robert Schütz 1aedde9e34
Merge pull request #37566 from Ma27/init-face-recognition
pythonPackages.face_recognition: init at 1.2.1
2018-03-23 09:55:04 +01:00
John Ericson 568b37384a Merge remote-tracking branch 'upstream/master' into staging 2018-03-22 16:08:22 -04:00
Vaibhav Sagar cafd433e8c python2Packages.notebook: fix tests
These were accidentally broken by #37615.
2018-03-22 20:48:09 +08:00
Vaibhav Sagar 01f29bb0c0 pythonPackages.notebook: cleanup
As discussed in https://github.com/NixOS/nixpkgs/pull/37607#issuecomment-375226186.
2018-03-22 17:44:55 +08:00
Tuomas Tynkkynen 809b0d26bd Merge remote-tracking branch 'upstream/master' into staging 2018-03-22 09:54:10 +02:00
Vaibhav Sagar 765211451d pythonPackages.notebook: 5.4.0 -> 5.4.1 2018-03-22 11:40:54 +08:00
rardiol f83cbf2029 Renpy and pygame_sdl2 update - 6.99.14 (#33943)
* pygame_sdl2: 6.99.10.1227 -> 2.1.0-6.99.14

* renpy: 6.99.12.4 -> 6.99.14
2018-03-21 21:26:29 -05:00
Maximilian Bosch c26864122d
pythonPackages.face_recognition: init at 1.2.1
Adds the python package `face_recognition` and its dependency
`face_recognition_models`.

This package is a wrapper for `dlib` which is able to detect faces in a
given image. I checked the package with the following expression:

```
with import ./. { };

stdenv.mkDerivation {
  name = "facetest";
  src = null;
  buildInputs = with pythonPackages; [ face_recognition ];
}
```

The package works perfectly fine in a `nix-shell`:

```
$ nix-shell
[nix-shell:~]$ python
Python 2.7.14 (default, Sep 16 2017, 17:49:51)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import face_recognition
>>> img = face_recognition.load_image_file("/home/ma27/me.jpg")
>>> print(face_recognition.face_locations(img))
```
2018-03-21 23:22:45 +01:00
Tuomas Tynkkynen 74720a36c7 Merge remote-tracking branch 'upstream/master' into staging 2018-03-21 23:51:55 +02:00
Nikolay Amiantov b1b4c6c4eb pyqt5: propagate Qt dependencies
This is so that Qt user environment packages are also propagated. Fixes
Electrum environment installations when no other Qt applications are installed.

Added `dev` output so that closure size won't explode.
2018-03-21 23:36:18 +03:00
Robert Schütz 607d8cbfd7 pythonPackages.pyhomematic: 0.1.39 -> 0.1.40 2018-03-21 15:22:09 +01:00
Jörg Thalheim f2feb99990
Merge pull request #37493 from makefu/pkgs/simp_le/0.8.0
simp_le: 0.6.1 -> 0.8.0
2018-03-21 12:03:59 +00:00
Matthieu Coudron ee482f85bf service_identity: cosmetic changes 2018-03-21 10:21:38 +09:00
Matthieu Coudron d9292429e7 alot: 0.5.1 to 0.7.0
- added gnupg to checkInputs
- generate manpage (optional)
- move alot.desktop file to $out/share/applications
- disabled tests as they need the network (dependency on twisted)

Thanks to Sarah Brofeldt, Ben Mcginnes for their help (and other) and
to FRidh for the repeated careful reviews.
2018-03-21 10:21:38 +09:00
Nikolay Amiantov cf981d3e2b python.pkgs.nbxmpp: 0.6.3 -> 0.6.4 2018-03-21 04:11:22 +03:00
makefu e9f176a09a
certbot: 0.19.0 -> 0.22.2 2018-03-20 22:25:50 +01:00
makefu 7a0027804c
josepy: init at 1.0.1 2018-03-20 22:25:02 +01:00
Robert Schütz dceb9ee393
Merge pull request #37439 from dotlambda/python-fixes
Python fixes, cc #36453
2018-03-20 18:10:05 +01:00
Robert Schütz 43d822178b pythonPackages.altair: fix build 2018-03-20 17:32:49 +01:00
Robert Schütz 2773b76f33 pythonPackages.WSME: 0.8.0 -> 0.9.2 2018-03-20 17:32:49 +01:00
Robert Schütz 9f54b031fd pythonPackages.WSME: move expression 2018-03-20 17:32:48 +01:00
Robert Schütz 3d989e3d7a pythonPackages.astropy: disable for python 2 2018-03-20 17:32:48 +01:00
Robert Schütz b34af91889 pythonPackages.klein: 15.3.1 -> 17.10.0 2018-03-20 17:32:48 +01:00
Robert Schütz 86e007bd31 pythonPackages.klein: move expression 2018-03-20 17:32:48 +01:00
Robert Schütz 86f21360ac pythonPackages.deform: 2.0.a2 -> 2.0.5 2018-03-20 17:32:48 +01:00
Robert Schütz a1b9cc7938 pythonPackages.deform: move expression 2018-03-20 17:32:47 +01:00
Robert Schütz 12695be641 pythonPackages.zope_copy: 4.0.2 -> 4.1.0 2018-03-20 17:32:47 +01:00
Robert Schütz 685dd8d21d pythonPackages.stem: run unit tests 2018-03-20 17:32:47 +01:00
Robert Schütz 061e79806e pythonPackages.stem: move expression 2018-03-20 17:32:47 +01:00
Robert Schütz 6e78005ef1 pythonPackages.django_pipeline: 1.5.1 -> 1.6.14 2018-03-20 17:32:17 +01:00
Shea Levy 4250dd5de4
Merge branch 'master' into staging 2018-03-20 08:38:28 -04:00
Robert Schütz 127045d8e0 pythonPackages.slimit: init at 0.8.1 2018-03-20 10:59:37 +01:00
Robert Schütz b41c299efc
Merge pull request #37400 from teto/neovim_python
neovim-python: 0.2.3 -> 0.2.4
2018-03-20 10:51:52 +01:00
Matthieu Coudron 366c79e17f pythonPackages.neovim: 0.2.3 -> 0.2.4
required to work with latest deoplete for instance
2018-03-20 18:38:44 +09:00
Robert Schütz ba74cf4d5c pythonPackages.django_pipeline: move expression 2018-03-20 09:58:15 +01:00
Daiderd Jordan 3539ca2179
Merge pull request #37354 from knedlsepp/fix-pythonPackages.notebook-on-darwin
pythonPackages.notebook: fix darwin build
2018-03-20 00:04:58 +01:00
Robert Schütz 4686259904
Merge pull request #37391 from lsix/svg-path-2.2
pythonPackages.svg-path: 2.0b1 -> 2.2
2018-03-19 23:28:51 +01:00
Daiderd Jordan bca15c5331
Merge pull request #37347 from knedlsepp/fix-pycurl-on-darwin
python3Packages.pycurl: fix darwin build
2018-03-19 23:16:42 +01:00
Lancelot SIX de63ff83a7
pythonPackages.svg-path: 2.0b1 -> 2.2 2018-03-19 22:39:56 +01:00
Will Dietz 161253f0e0
Merge pull request #37047 from dtzWill/fix/openblas-numpy-musl
openblas, numpy: fix w/musl
2018-03-19 13:39:24 -05:00
Jörg Thalheim 86dd3f854b
Merge pull request #35687 from volth/libvirt-4.1.0
libvirt: 3.10.0 -> 4.1.0
2018-03-19 11:42:06 +00:00
Robert Schütz def2a2567d
Merge pull request #34642 from y0no/add_patator
pythonPackages.patator: init at 0.7
2018-03-19 11:59:54 +01:00
y0no 0725d666d6 pythonPackages.patator: init at 0.7 2018-03-19 11:40:57 +01:00
y0no 38719d170d pythonPackages.mysqlclient: init at 1.3.12 2018-03-19 11:40:57 +01:00
y0no c9366518fa pythonPackages.cx_oracle: init at 6.1 2018-03-19 11:40:57 +01:00
y0no a15544d5f5 pythonPackages.ajpy: init at 0.0.2 2018-03-19 11:40:57 +01:00
y0no c9bbf071bd pythonPackages.ipy: 0.74 -> 0.83 2018-03-19 11:40:16 +01:00
Robert Schütz 196b4863de
Merge pull request #35056 from catern/master
pythonPackages.requests-unixsocket: init at 0.1.5
2018-03-19 11:26:18 +01:00
Robert Schütz 67f2d3e2bd
Merge pull request #37363 from vaibhavsagar/break-thumbor-python3
pythonPackages.thumbor: mark as broken under Python 3
2018-03-19 10:26:57 +01:00
Vaibhav Sagar d8c26c0db7 pythonPackages.thumbor: mark as broken under Python 3 2018-03-19 17:12:17 +08:00
Matthew Justin Bauer afe69ded54
Merge pull request #36414 from erikarvstedt/opentimestamps
Add opentimestamps
2018-03-19 03:57:11 -05:00
Josef Kemetmüller 8aaa17c52a pythonPackages.notebook: fix darwin build
The send2trash library, which is now included in the notebook doesn't
succeed during build, even though it works.
2018-03-19 01:16:54 +01:00
Josef Kemetmüller bd836b7761 python3Packages.pycurl: fix darwin build 2018-03-18 23:37:20 +01:00
Spencer Baugh 04c3713755 pythonPackages.requests-unixsocket: init at 0.1.5 2018-03-18 17:47:37 +00:00
Robert Schütz 7a263b9af9 pythonPackages.netdisco: 1.2.4 -> 1.3.1 2018-03-18 17:45:09 +01:00
Robert Schütz 024acca3f4
Merge pull request #37147 from Ma27/fix-thumbor
pythonPackages.thumbor: fix build
2018-03-18 17:18:29 +01:00
Robert Schütz 3d183c14d7
Merge pull request #37250 from dotlambda/python-fixes
Python fixes, cc #36453
2018-03-18 16:39:04 +01:00
Robert Schütz 5c897bdd59 pythonPackages.flake8-debugger: fix build 2018-03-18 16:12:48 +01:00
Robert Schütz 93b10cd879 pythonPackages.colander: 1.0 -> 1.4 2018-03-18 15:52:24 +01:00
Robert Schütz a6cbdeaef3 pythonPackages.colander: move expression 2018-03-18 15:52:18 +01:00
Robert Schütz edc94294c8 pythonPackages.robomachine: fix build 2018-03-18 13:19:44 +01:00
Robert Schütz bd7a7bd817 pythonPackages.allpairspy: init at 2.4.0 2018-03-18 13:19:06 +01:00
Robert Schütz 97e54c4f75 pythonPackages.pyhomematic: disable tests because of unreliable timimg 2018-03-18 12:55:27 +01:00
Robert Schütz 14ed0f5fe0 pythonPackages.credstash: fix build
This applies https://github.com/fugue/credstash/pull/178.
2018-03-18 12:53:48 +01:00
Gabriel Ebner 9a49811f66
Merge pull request #30263 from tsaeger/tsaeger/ofxhome
pythonPackages.ofxhome: 0.3.1 -> 0.3.3
2018-03-18 12:40:52 +01:00
Robert Schütz 0b6a2b2037 pythonPackages.odo: mark as broken
Odo is incompatible with Networkx 2.
See https://github.com/blaze/odo/pull/601.
2018-03-18 12:37:39 +01:00
Robert Schütz bd3280fbae pythonPackages.python-ctags3: init at 1.2.4 2018-03-18 11:46:37 +01:00
Jörg Thalheim c3535901c3 python.pkgs.pushover: tests exists, but require network 2018-03-18 10:05:24 +00:00
Maximilian Bosch 23e6689578
pythonPackages.thumbor: 6.3.2 -> 6.4.2; fix build
Origianlly the package was broken as bumping `pythonPackages.pillow` to
5.x broke `thumbor`. The latest upstream version `6.4.2` solved this
issue, so a simple package bump was sufficient.

Furthermore the following changes were made:

- moved the expression into its own file
- added myself as maintainer in case of any further breackage
- re-enabled python3 build: 6.4.2 is fine with python3, however the
  `futures` dependency can't be satisfied anymore as it's part of
  Python3. Therefore a patch for `setup.py` will be applied for Python3
  buildsto drop the dependency

Note: the testsuite is disabled for now as several impure tests are done
and our testing environment seems to be unable to work the with the
natively compiled python modules properly.

Therefore I tested the module using the following expression:

``` nix
with import ./. {};

stdenv.mkDerivation {
  name = "thumbor-test";
  src = null;
  buildInputs = [ python pythonPackages.thumbor ];
}
```

Inside this nix shell `thumbor` works fine and the native modules can be
imported.

See https://hydra.nixos.org/build/71062729/log
See ticket #36453
2018-03-18 10:31:59 +01:00
Jörg Thalheim a5551103b5
Merge pull request #37298 from veprbl/pyslurm_bump
pyslurm: 20171102 -> 20170302 to fix after slurm bump
2018-03-18 09:13:58 +00:00
Jörg Thalheim 3336a7b8ac python.pkgs.pushover: there are no tests 2018-03-18 09:02:55 +00:00
Dmitry Kalinkin 8b1fba582a pyslurm: 20171102 -> 20170302 to fix after slurm bump 2018-03-18 01:14:24 -04:00
Peter Hoeg 1b129b0b54 pythonPackages.pushover: init at 0.3 2018-03-18 12:16:27 +08:00
Robert Schütz 6d3232f7aa
Merge pull request #37247 from Ma27/fix-tablib
pythonPackages.tablib: fix build
2018-03-17 20:45:15 +01:00
Robert Schütz cc305174e2 pythonPackages.scikitlearn: disable doctests
fixes https://github.com/NixOS/nixpkgs/issues/35436
2018-03-17 19:35:03 +01:00
Robert Schütz bc9dc2ccf1 pythonPackages.hvac: 0.2.15 -> 0.5.0 2018-03-17 19:19:32 +01:00
Robert Schütz 3394feaeef pythonPackages.hvac: move expression 2018-03-17 18:54:57 +01:00
Robert Schütz 5ec4b9d819 pythonPackages.paypalrestsdk: 0.7.0 -> 1.13.1 2018-03-17 17:08:11 +01:00
Robert Schütz ba5d1bb28b pythonPackages.paypalrestsdk: move expression 2018-03-17 17:05:38 +01:00
Robert Schütz 104f58d6a1 pythonPackages.pyamf: disable for Python 3 2018-03-17 16:57:00 +01:00
Robert Schütz 4e35388878 pythonPackages.pushbullet: 0.10.0 -> 0.11.0 and fix build 2018-03-17 16:53:31 +01:00
Robert Schütz 127f99e22e pythonPackages.pushbullet: move expression 2018-03-17 16:46:30 +01:00
Robert Schütz 7e8e3807f3 pythonPackages.moinmoin: disable for Python 3 2018-03-17 16:11:59 +01:00
Robert Schütz 922b0cec82 pythonPackages.readme_renderer: 17.2 -> 17.4 2018-03-17 15:42:52 +01:00
Robert Schütz 9f276ccd38 pythonPackages.bleach: 2.1.2 -> 2.1.3 2018-03-17 15:42:09 +01:00
Robert Schütz d7d4ce735e pythonPackages.CommonMark: 0.6.3 -> 0.7.5 2018-03-17 15:34:40 +01:00
Maximilian Bosch 4a0c0401b5
pythonPackages.tablib: fix build
`openpyxl` v5 breaks `tablib`, the following patch fixes the API
incompatibility: https://github.com/kennethreitz/tablib/pull/296

See https://hydra.nixos.org/build/70694938/log
See ticket #36453
2018-03-17 15:21:59 +01:00
Robert Schütz b549f18b6c pythonPackages.CommonMark: move expression 2018-03-17 15:17:31 +01:00
Shea Levy 2963d76ca3
pythonPackages.pyspark: Init at 2.3.0 2018-03-17 09:54:12 -04:00
Shea Levy 4322f2b8c8
pythonPackages.py4j: Init at 0.10.6. 2018-03-17 09:17:48 -04:00
Will Dietz d01b1f6b1d numpy: fix on musl 2018-03-15 18:39:59 -05:00
Will Dietz c292469c6f numpy: 1.14.1 -> 1.14.2 2018-03-15 18:39:48 -05:00
Tuomas Tynkkynen ef64208eba Merge commit '3ab2949' from staging into master
Conflicts:
	pkgs/development/compilers/llvm/6/llvm.nix
	pkgs/servers/home-assistant/component-packages.nix
2018-03-15 22:30:56 +02:00
adisbladis 408f6b2843
pythonPackages.pycurl: Move to separate file 2018-03-16 01:14:12 +08:00
Robert Schütz 7dfbb8c53c pythonPackages.aiohttp: 3.0.5 -> 3.0.9 2018-03-15 13:56:48 +01:00
Robert Schütz cdd2593da1 pythonPackages.idna-ssl: 1.0.0 -> 1.0.1 2018-03-15 13:56:48 +01:00
Robert Schütz 81f0cf2cd5 python36Packages.hbmqtt: 0.9.1 -> 0.9.2 2018-03-15 13:56:48 +01:00
Robert Schütz b239b00c48
Merge pull request #37094 from timokau/conan-improvement
conan: Locally pin deps, enable tests
2018-03-15 13:54:43 +01:00
Timo Kaufmann 488835ec6e conan: Locally pin deps, enable tests 2018-03-15 13:48:58 +01:00
Robert Schütz 95836ab034
Merge pull request #36934 from Ma27/fix-diffcover
pythonPackages.diff_cover: fix build
2018-03-15 12:56:36 +01:00
Andrew Dunham 92a77abd31 xgboost: Enable building on Darwin (#37046)
* xgboost: Enable building on Darwin

* Review feedback: pass `xgboost` to the python package
2018-03-15 04:17:55 +03:00
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
Frederik Rietdijk daf18bdca5 python: numba: 0.36.2 -> 0.37.0 2018-02-26 19:03:28 +01:00
Frederik Rietdijk b32937cc56 python: mozversion: 1.4 -> 1.5 2018-02-26 19:03:27 +01:00
Frederik Rietdijk b41be56a3d python: mozrunner: 6.13 -> 6.14 2018-02-26 19:03:27 +01:00
Frederik Rietdijk c992c9a4f3 python: mozprofile: 0.28 -> 0.29 2018-02-26 19:03:27 +01:00
Frederik Rietdijk 7746fcecb1 python: mozprocess: 0.25 -> 0.26 2018-02-26 19:03:27 +01:00
Frederik Rietdijk 22114aa0c4 python: mozlog: 3.4 -> 3.7 2018-02-26 19:03:27 +01:00
Frederik Rietdijk 29b50300f2 python: mozdevice: 0.50 -> 0.52 2018-02-26 19:03:27 +01:00
Frederik Rietdijk 324656b897 python: llvmlite: 0.21.0 -> 0.22.0 2018-02-26 19:03:27 +01:00
Frederik Rietdijk 1885c15645 python: kafka-python: 1.3.5 -> 1.4.1 2018-02-26 19:03:26 +01:00
Frederik Rietdijk 43982ce0fb python: hyperlink: 17.3.1 -> 18.0.0 2018-02-26 19:03:26 +01:00
Frederik Rietdijk 42aa273308 python: guessit: 2.0.4 -> 2.1.4 2018-02-26 19:03:26 +01:00
Frederik Rietdijk 481465e0cc python: GPy: 1.8.5 -> 1.9.2 2018-02-26 19:03:26 +01:00
Frederik Rietdijk 4f42e781cf python: fonttools: 3.22.0 -> 3.23.0 2018-02-26 19:03:26 +01:00
Frederik Rietdijk 9fd13a944a python: Django: 2.0.1 -> 2.0.2 2018-02-26 18:45:02 +01:00
Frederik Rietdijk d7508d4a22 python: cupy: 2.3.0 -> 2.4.0 2018-02-26 18:44:57 +01:00
Frederik Rietdijk 2669ebec8e python: chainer: 3.3.0 -> 3.4.0 2018-02-26 18:44:52 +01:00
Frederik Rietdijk d9c2da634f python: python-can: 2.0.0 -> 2.1.0 2018-02-26 18:44:47 +01:00
Frederik Rietdijk 4aaab4bd15 python: cachetools: 1.1.3 -> 2.0.1 2018-02-26 18:44:42 +01:00
Frederik Rietdijk 7fd6793bfe python: cached-property: 1.3.1 -> 1.4.0 2018-02-26 18:44:37 +01:00
Frederik Rietdijk 66d74b6f3d python: astral: 1.5 -> 1.6 2018-02-26 18:44:32 +01:00
Frederik Rietdijk 1fdb74a217 python: aiohttp: 3.0.3 -> 3.0.4 2018-02-26 18:44:27 +01:00
Frederik Rietdijk ae18bc5913 python: xarray: 0.10.0 -> 0.10.1 2018-02-26 18:42:49 +01:00
Frederik Rietdijk a194770585 python: SQLAlchemy: 1.2.3 -> 1.2.4 2018-02-26 18:42:49 +01:00
Frederik Rietdijk abcb806b48 python: Sphinx: 1.7.0 -> 1.7.1 2018-02-26 18:42:49 +01:00
Frederik Rietdijk 78b3721753 python: restructuredtext_lint: 1.1.2 -> 1.1.3 2018-02-26 18:42:48 +01:00
Frederik Rietdijk fd35c5c8fd python: regex: 2018.02.08 -> 2018.02.21 2018-02-26 18:42:48 +01:00
Frederik Rietdijk 9494156d36 python: pytest: 3.4.0 -> 3.4.1 2018-02-26 18:42:48 +01:00
Frederik Rietdijk 3bf9a5e0f9 python: pyopencl: 2018.1 -> 2018.1.1 2018-02-26 18:42:48 +01:00
Frederik Rietdijk 9d0112455a python: plotly: 2.4.0 -> 2.4.1 2018-02-26 18:42:48 +01:00
Frederik Rietdijk ed47452739 python: pendulum: 1.4.1 -> 1.4.2 2018-02-26 18:42:48 +01:00
Frederik Rietdijk 24ee19f8a6 python: numpy: 1.14.0 -> 1.14.1 2018-02-26 18:42:48 +01:00
Frederik Rietdijk 1680228e07 python: msgpack: 0.5.4 -> 0.5.6 2018-02-26 18:42:48 +01:00
Frederik Rietdijk b1ef93a132 python: ipykernel: 4.8.1 -> 4.8.2 2018-02-26 18:42:48 +01:00
Frederik Rietdijk 5c6d4687cf python: dask: 0.17.0 -> 0.17.1 2018-02-26 18:42:48 +01:00
Frederik Rietdijk ca01ff1ae3 python: botocore: 1.8.45 -> 1.8.50 2018-02-26 18:42:48 +01:00
Frederik Rietdijk 006a6db012 python: behave: 1.2.5 -> 1.2.6 2018-02-26 18:42:48 +01:00
Frederik Rietdijk 2d74d853dd python: aniso8601: 2.0.0 -> 2.0.1 2018-02-26 18:42:48 +01:00
Frederik Rietdijk 319942aa65 python: aiohttp: 3.0.1 -> 3.0.3 2018-02-26 18:42:48 +01:00
Peter Hoeg 88b7830b82 wakeonlan: init at 1.0.0 2018-02-27 01:16:05 +08:00
Peter Hoeg ab6c9143c2 jsonrpc-websocket: init at 0.5 2018-02-26 23:46:42 +08:00
Peter Hoeg 48a792d707 jsonrpc-async: init at 0.6 2018-02-26 23:46:42 +08:00
Peter Hoeg afd191adba jsonrpc-base: init at 1.0 2018-02-26 23:46:42 +08:00
Peter Hoeg b619c9b76c pyunifi: init at 2.13 2018-02-26 23:46:42 +08:00
Lancelot SIX 95d59d4233
pythonPackages.kubernetes: init at 5.0.0 2018-02-26 16:27:06 +01:00
Lancelot SIX eaa94b29ee
pythonPackages.websocket_client: 0.40.0 -> 0.47.0 2018-02-26 16:27:06 +01:00
Frederik Rietdijk fc23242220 Merge staging at '8d490ca9934d0c01e1e9ade455657e54e2e843c0' into master 2018-02-26 13:05:32 +01:00
Michael Raskin 754816b84b python2Packages.pathlib2: disable test that assumes /etc/passwd 2018-02-26 12:48:01 +01:00
Peter Hoeg 8eabd76432 onkyo-eiscp: init at 1.2.4 2018-02-26 18:15:49 +08:00
Frederik Rietdijk 4f08b0fbac Merge remote-tracking branch 'upstream/master' into HEAD 2018-02-26 10:50:18 +01:00
Frederik Rietdijk afd364a0ad
Merge pull request #35471 from ixxie/py_stringmatching
pythonPackages.py_stringmatching: init at 0.4.0
2018-02-26 07:05:23 +00:00
Frederik Rietdijk e6cc9a7688
Merge pull request #35467 from ixxie/ldapauth
pythonPackages.jupyterhub-ldapauthenticator: init at 1.1
2018-02-26 07:00:00 +00:00
Nikolay Amiantov 9c14e99e71 python.pkgs.webassets: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov c17b05e94e python.pkgs.virtkey: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 2cad4e61db python.pkgs.sockjs-tornado: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 67487427e9 python.pkgs.pylru: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 1f9a7ec651 python.pkgs.flask_script: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 91840c30bd python.pkgs.flask_principal: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 48db371328 python.pkgs.flask_assets: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 2a32c8a1ed python.pkgs.enum-compat: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov a299bf6692 python.pkgs.scandir: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov cc6dff3be4 python.pkgs.sarge: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 674c3d20fc python.pkgs.pyspf: move to a separate file 2018-02-25 22:24:09 +03:00
Nikolay Amiantov 22c37db7f2 python.pkgs.python-axolotl-curve25519: move to a separate file 2018-02-25 22:24:09 +03:00
Nikolay Amiantov 22f5d7e8a9 python.pkgs.python-axolotl: move to a separate file 2018-02-25 22:24:09 +03:00
Nikolay Amiantov 2a23d9123e python.pkgs.libgpuarray: 0.6.9 -> 0.7.5 2018-02-25 22:24:09 +03:00
Nikolay Amiantov 409c92d55c python.pkgs.flask_login: 0.4.0 -> 0.4.1 2018-02-25 22:24:09 +03:00
Nikolay Amiantov e456e150b5 uranium: 3.1.0 -> 3.2.1 2018-02-25 22:24:09 +03:00
Nikolay Amiantov 0a02b55b5c libarcus: 3.0.3 -> 3.2.1 2018-02-25 22:24:08 +03:00
Nikolay Amiantov 08f8ad26b3 treewide: unquote homepage in my packages
I don't like this personally but we have #27809 as a precedent.
2018-02-25 22:24:08 +03:00
Matan Shenhav 23b6f5e229 pythonPackages.jupyterhub-ldapauthenticator: init at 1.1 2018-02-25 18:05:23 +00:00
Matan Shenhav 0eb46505c3 pythonPackages.py_stringmatching: init at 0.4.0 2018-02-25 17:49:30 +00:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Alexander V. Nikolaev 0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Robert Schütz bc25df287a pythonPackages.magic-wormhole: fix build
Add magic-wormhole-transit-relay dependency and clean up expression.
Order of the buildInputs was changed to match the one in setup.py.
2018-02-24 10:53:23 +01:00
Robert Schütz ab544717bb pythonPackages.magic-wormhole-transit-relay: init at 0.1.1 2018-02-24 10:53:13 +01:00
Frederik Rietdijk 3002880b66
Merge pull request #35345 from dtzWill/update/grip-4.4.0
grip: 4.3.2 -> 4.4.0, patch to handle front matter
2018-02-24 07:49:30 +00:00
Tuomas Tynkkynen ae9d4faff9 Merge remote-tracking branch 'upstream/master' into staging 2018-02-24 02:05:30 +02:00
Robin Gloster 36b0efc12f
python.pkgs.send2trash: fix on darwin 2018-02-23 16:52:27 +01:00
Nikolay Amiantov a984be41ab Merge branch 'master' into staging 2018-02-23 18:51:08 +03:00
Robert Schütz d95b811f31 pythonPackages.spake2: 0.7 -> 0.8 2018-02-23 14:56:25 +01:00
Will Dietz dd3e8c6c17 grip: buildInputs -> checkInputs 2018-02-23 01:38:04 -06:00
Will Dietz 4d2a0cb605 grip: move to separate file, pname
(review feedback, thanks!)
2018-02-23 01:28:30 -06:00
Frederik Rietdijk 383da0ff9e
Merge pull request #35252 from nico202/master
papis: 0.5.2 -> 0.5.3
2018-02-22 16:36:27 +00:00