adisbladis
78206eb3ec
pythonPackages.linode-api: Enable tests
2018-03-30 12:55:58 +08:00
adisbladis
0fc0f28d39
pythonPackages.linode-api: 4.1.6b0 -> 4.1.8b1
2018-03-30 12:55:49 +08:00
Glenn Searby
2cf5f3cc60
linode-api: 4.1.2b0 -> 4.1.6b0
...
Needed because the underlying HTTP endpoint has also changed.
2018-03-30 12:39:39 +08:00
Daiderd Jordan
d33a26b370
python-celery: fix darwin build
2018-03-28 20:55:39 +02: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
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
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
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
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
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
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
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
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