Commit Graph

18281 Commits

Author SHA1 Message Date
Evan Stoll
8796d0be6d openrazer: 2.7.0 -> 2.8.0 2020-07-16 10:53:00 -04:00
Daniël de Kok
2611e96bf3 python3Packages.pytorch: create separate lib output
At some point pytorch.dev was added to expose the libtorch headers and
libraries to non-Python users of libtorch. However, this output
currently has two disadvantages:

1. An application that compiles against the dev output will also have
   the libtorch header files in its closure. This is not so nice when
   e.g. building Docker images of applications that use libtorch.
2. The dev output has a large transitive closure with many dependencies
   that are not necessary when compiling against libtorch.

This change adds the `lib` output so that applications that only link
against libtorch libraries have a small closure.

Before this change, the libtorch dependency adds 746MiB:

% nix path-info -S `realpath result-dev`
/nix/store/10rmy81bjk628sfpbj2szxlws6brq1xn-python3.8-pytorch-1.5.1-dev   782203848

With this change it is reduced to 196MiB:

% nix path-info -S `realpath result-lib`
/nix/store/bck65lf0z7gdhcf89w1zs5nz333lhgwa-python3.8-pytorch-1.5.1-lib   205865056
2020-07-12 08:34:19 +02:00
misuzu
386ebbccf0
pythonPackages.maxminddb: 1.5.2 -> 1.5.4 (#92793) 2020-07-12 00:16:20 -04:00
Florian Klink
9a3c1892ee
Merge pull request #92879 from matthuszagh/glasgow
python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
2020-07-12 00:26:48 +02:00
Matt Huszagh
3a8c2f71a0 python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
Includes new analyzer applet.
2020-07-11 14:49:16 -07:00
Matt Huszagh
e8fe2e631f python3Packages.fx2: unstable-2020-01-25 -> 0.9 2020-07-11 14:49:07 -07:00
Florian Klink
4b18e4cef6
Merge pull request #92789 from bachp/ocrmypdf-10.2.0
ocrmypdf: 9.8.2 -> 10.2.0
2020-07-11 23:45:36 +02:00
Elis Hirwing
1a5709c74a
Merge pull request #92895 from r-ryantm/auto-update/python3.7-voluptuous-serialize
python37Packages.voluptuous-serialize: 2.3.0 -> 2.4.0
2020-07-11 20:58:45 +02:00
Elis Hirwing
f7334cad42
Merge pull request #92801 from mvnetbiz/fix-zigbee
home-assistant: fix zha in home-assistant
2020-07-11 20:54:29 +02:00
Mario Rodas
b6b8f3993c
Merge pull request #92905 from marsam/fix-pillow-darwin
python27Packages.pillow: fix build on darwin
2020-07-11 13:22:58 -05:00
Daniël de Kok
25bf5520bd
Merge pull request #92546 from danieldk/transformers-0.8.1
python3Packages.transformers: 3.0.1 -> 3.0.2
2020-07-11 16:50:55 +02:00
Damien Cassou
e1efaa951f
Merge pull request #91918 from DamienCassou/vdirsync-0.16.8
vdirsyncer: 0.16.7 -> 0.16.8
2020-07-11 11:53:00 +02:00
Jonathan Ringer
f7108ec48b python3Packages.msrestazure: 0.6.3 -> 0.6.4 2020-07-11 01:22:09 -07:00
Jonathan Ringer
d5ac1d5d76 python3Packages.msrest: 0.6.13 -> 0.6.17 2020-07-11 01:22:09 -07:00
R. RyanTM
12cf86fd19 python37Packages.voluptuous-serialize: 2.3.0 -> 2.4.0 2020-07-10 20:10:47 +00:00
Benjamin Hipple
2dadcdc05b
Merge pull request #92840 from r-ryantm/auto-update/python2.7-bitarray
python27Packages.bitarray: 1.2.2 -> 1.3.0
2020-07-10 14:45:42 -04:00
R. RyanTM
3a32232cbf python27Packages.wasabi: 0.6.0 -> 0.7.0 2020-07-10 11:01:42 -07:00
R. RyanTM
c3bbbb75a9 python27Packages.pytest-isort: 1.0.0 -> 1.1.0 2020-07-10 10:57:01 -07:00
Benjamin Hipple
dd4a6b64f8
Merge pull request #92651 from matthuszagh/nmigen
python3Packages.nmigen: from unstable-2020-02-08 to unstable-2020-04-02
2020-07-10 12:47:09 -04:00
R. RyanTM
1e338c42bf python27Packages.bitarray: 1.2.2 -> 1.3.0 2020-07-10 09:21:44 +00:00
Mario Rodas
33873dab22
python27Packages.pillow: fix build on darwin 2020-07-10 04:20:00 -05:00
Daniël de Kok
c2e1c9175f python3Packages.transformers: 3.0.1 -> 3.0.2
Changelog:
https://github.com/huggingface/transformers/releases/tag/v3.0.2
2020-07-10 08:24:03 +02:00
Matt Votava
97805ff989 python3Packages.zigpy-deconz: fix dependencies 2020-07-09 22:10:26 -07:00
Elis Hirwing
2b04280575 python3Packages.zigpy-zigate: init at 0.6.1 2020-07-09 22:10:26 -07:00
Elis Hirwing
f10f300f01 python3Packages.zigpy-xbee: init at 0.12.1 2020-07-09 22:10:26 -07:00
Elis Hirwing
29b377db27 python3Packages.zigpy-cc: init at 0.4.4 2020-07-09 22:10:26 -07:00
Elis Hirwing
2c004e0c53 python3Packages.bellows: init at 0.17.0 2020-07-09 22:10:26 -07:00
Elis Hirwing
63e59c6d10 python3Packages.pure-pcapy3: init at 1.0.1 2020-07-09 22:10:14 -07:00
Matt Votava
d15d77abd3 python3Packages.zigpy: 0.11.0 -> 0.22.0 2020-07-09 22:10:14 -07:00
Sirio Balmelli
669de6d21d python3Packages.pyspinel: fix build
Adopt upstream patch accepted here:
https://github.com/openthread/pyspinel/pull/98

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-07-09 10:58:12 -07:00
Matt Huszagh
fe381b3cf4 python3Packages.nmigen: from unstable-2020-02-08 to unstable-2020-04-02
Fixes nmigen build due to pyvcd being bumped to v0.2.
2020-07-09 10:22:39 -07:00
Jonathan Ringer
3e42013517 python3Packages.xmlschema: 1.1.0 -> 1.2.2 2020-07-09 09:23:02 -07:00
mupdt
f70a54893e python3Packages.pytimeparse: use checkInputs 2020-07-09 15:50:51 +02:00
Pascal Bach
98ba751a35 colorlogs: 10.0 -> 14.0 2020-07-09 14:39:57 +02:00
Josh Holland
a96c2a3c3a python3Packages.xarray: add setuptools to propagatedBuildInputs
This package has been required since 0.15.1.
2020-07-09 14:21:36 +02:00
Félix Baylac-Jacqué
074d131979
Merge pull request #92696 from flokli/certbot-1.6.0
certbot: 1.3.0 -> 1.6.0
2020-07-09 11:55:41 +02:00
Florian Klink
ee9123ddb9 python3.pkgs.certbot-dns-rfc2136: init at 1.6.0 2020-07-09 11:21:50 +02:00
Florian Klink
b9d97f313b python3.pkgs.certbot-dns-route53: init at 1.6.0 2020-07-09 11:21:50 +02:00
Florian Klink
9b4364d703 python3.pkgs.certbot-dns-cloudflare: init at 1.6.0 2020-07-09 11:21:50 +02:00
ash lea
888d7bb4db python3Packages.pyside2: 5.12.3 -> 5.12.6
fixes #91726
2020-07-09 01:28:29 -07:00
Gabriel Ebner
8447475f5a powerline: 2.7 -> 2.8.1 2020-07-08 10:13:09 -07:00
Lancelot SIX
8375894d91
Merge pull request #92686 from danieldk/spacy-2.3.1
python3Packages.spacy: 2.3.0 -> 2.3.1
2020-07-08 13:30:57 +01:00
Daniël de Kok
6c14fb9d18 python3Packages.spacy: 2.3.0 -> 2.3.1
Changelog:

https://github.com/explosion/spaCy/releases/tag/v2.3.1
2020-07-08 08:06:13 +02:00
Sirio Balmelli
20e6d74a60 python3Packages.pykwalify: init at 1.7.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-07 22:59:30 -07:00
Sirio Balmelli
6ca34e4e36 python3Packages.google_cloud_storage: 1.28.1 -> 1.29.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-07 22:14:50 -07:00
Thiago Franco de Moraes
cfd78fd638 python3Packages.pypubsub: init at 4.0.3 2020-07-07 22:12:25 -07:00
Mario Rodas
d61df8210d
Merge pull request #89144 from eadwu/libvirt/6.3.0
libvirt: 6.2.0 -> 6.3.0
2020-07-07 23:52:26 -05:00
Jonathan Ringer
58134d6358 python3Packages.cnvkit: fix build 2020-07-07 18:35:22 -07:00
worldofpeace
bd5314f6e2
Merge pull request #92632 from jonringer/disable-vega-py2
python35Packages.vega: disable python{2,35}, abandonded
2020-07-07 17:16:10 -04:00
worldofpeace
465ca1afe5
Merge pull request #92633 from jonringer/statsmodels-disable-py2
python2Packages.statsmodels: disable py2, abandonded
2020-07-07 17:15:59 -04:00