Commit Graph

18397 Commits

Author SHA1 Message Date
Michele Guerini Rocco
661ebced1b
Merge pull request #93137 from rnhmjoj/uncertain
uncertainties: 3.1.2 -> 3.1.4
2020-07-15 09:19:58 +02:00
Jan Tojnar
d9f416313a
python3.pkgs.pyudev: do not propagate systemd
It is not linked against so there is no need to include it in build inputs, much less propagate it.

This removes systemd.dev from the runtime closure of packages using pyudev.
2020-07-15 06:15:16 +02:00
Jan Tojnar
7c75c1ed56
python3.pkgs.libevdev: enable tests 2020-07-15 06:15:15 +02:00
Jan Tojnar
10e5b931eb
python3.pkgs.libevdev: hardcode path 2020-07-15 06:15:15 +02:00
Mario Rodas
2c97056db4
Merge pull request #93129 from r-ryantm/auto-update/python2.7-python-dotenv
python27Packages.python-dotenv: 0.13.0 -> 0.14.0
2020-07-14 17:43:42 -05:00
Dmitry Kalinkin
25d3591fd1
ujson: version 3.0.0 requires python 3.5+ 2020-07-14 17:51:08 -04:00
R. RyanTM
30adb1013c python37Packages.azure-core: 1.6.0 -> 1.7.0 2020-07-14 12:31:29 -07:00
rnhmjoj
5718d1927b
uncertainties: 3.1.2 -> 3.1.4 2020-07-14 20:46:47 +02:00
Mario Rodas
9932552651
Merge pull request #92889 from r-ryantm/auto-update/python2.7-Wand
python27Packages.Wand: 0.6.1 -> 0.6.2
2020-07-14 08:57:58 -05:00
R. RyanTM
939d26675b python27Packages.python-dotenv: 0.13.0 -> 0.14.0 2020-07-14 13:05:59 +00:00
Ryan Mulligan
6faba433b2
Merge pull request #84973 from glittershark/init-aadict
pythonPackages.{aadict,,globre,pxml}: init at 0.2.3, 0.1.5, 0.2.13 respectively
2020-07-13 20:35:48 -07:00
Jonathan Ringer
9cd4fcb207
python3Packages.pytest-black: 0.3.9 -> 0.3.10 2020-07-13 19:10:31 -07:00
Jonas Schievink
d82b7b8690 pc-ble-driver-py: 0.11.4 -> 0.14.2 2020-07-13 23:25:43 +02:00
Maximilian Bosch
5f44782db4
Merge pull request #93078 from jonringer/expose-yamllint
yamllint: add top-level attribute
2020-07-13 22:52:06 +02:00
Michael Weiss
aa166e7703
python3Packages.mysql-connector: 8.0.20 -> 8.0.21 2020-07-13 22:41:10 +02:00
Sirio Balmelli
1666b03bf7 python3Packages.biplist: init at 1.0.3
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-13 12:04:45 -07:00
Sirio Balmelli
1e529449e8 python3Packages.mac_alias: init at 2.0.7
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-13 12:03:17 -07:00
Drew Risinger
7e8d919787 python3Packages.pygogo: init at 0.13.2 2020-07-13 11:13:03 -07:00
Drew Risinger
c8e496ecc5 pythonPackages.pkutils: init at 1.1.1 2020-07-13 11:13:03 -07:00
Jonathan Ringer
dda3d9dc12 ovito: mark broken
```
    Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
    "Qt5Core_DIR" to a directory containing one of the above files.  If
    "Qt5Core" provides a separate development package or SDK, be sure it has
    been installed.
```
2020-07-13 11:05:44 -07:00
Jonathan Ringer
2ff62aa34f
python3Packages.yamllint: add joringer as maintainer 2020-07-13 10:49:32 -07:00
Luflosi
97c8c99f1d
batinfo: limit build to Linux
According to the README of batinfo, it runs only on Linux-based operating systems.
2020-07-13 15:58:13 +02:00
Vladimír Čunát
377324ca6d
Merge branch 'staging-next' (PR #91090) 2020-07-13 07:13:56 +02:00
Dmitry Kalinkin
1e4290b78c
python2Packages.numpy: fix build on darwin
By applying the old patch (compatible with 1.18.x and older). Also
refactor expression to make presence of the "old" version more
explicit.
2020-07-12 21:49:31 -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
Mikhail Klementev
84106ec7f1
python: jedi: 0.17.0 -> 0.17.1 2020-07-11 16:09:27 +00: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
Vladimír Čunát
ec74a02bde
Merge branch 'master' into staging-next
Thousands of rebuilds from master (not sure why).
2020-07-11 16:45:47 +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
Frederik Rietdijk
a3a40ac7cc Merge staging-next into staging 2020-07-11 09:00:18 +02:00
Frederik Rietdijk
ae8eee9c3f Merge master into staging-next 2020-07-11 08:59:54 +02: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
50be30a112 python27Packages.Wand: 0.6.1 -> 0.6.2 2020-07-10 18:33:41 +00: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
misuzu
8003ec876a pythonPackages.rednose: fix build on macOS 2020-07-09 21:12:02 +03: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
Griffin Smith
e1024031bb pythonPackages.pxml: init at 0.2.13 2020-07-09 12:01:33 -04: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
Jonathan Ringer
82f2f1bd78
python2Packages.statsmodels: disable py2, abandonded
```
  Processing ./statsmodels-0.11.1-cp27-cp27mu-linux_x86_64.whl
  ERROR: Package 'statsmodels' requires a different Python: 2.7.18 not in '>=3.5'
```
2020-07-07 13:12:35 -07:00
Jonathan Ringer
159b4eddb4
python35Packages.vega: disable python{2,35}, abandonded
```
  Processing ./vega-3.4.0-py2-none-any.whl
  ERROR: Package 'vega' requires a different Python: 2.7.18 not in '>=3.6.1'
  builder for '/nix/store/l6f04q9sk1a3n8rl4rscaz2w8xinygfr-python2.7-vega-3.4.0.drv' failed with exit code 1
```
2020-07-07 13:05:45 -07:00
Robert Schütz
1d80180682 python.pkgs.amqp: run tests 2020-07-07 13:01:38 -07:00
Robert Schütz
f10148ea96 python.pkgs.sanic: simplify checkInputs 2020-07-07 13:01:38 -07:00
Robert Schütz
91859703cf python.pkgs.ics: simplify tests 2020-07-07 13:01:38 -07:00
Robert Schütz
e2786e8e88 python.pkgs.wordcloud: simplify checkInputs 2020-07-07 13:01:38 -07:00
Robert Schütz
2f938b3814 python.pkgs.junit-xml: simplify tests 2020-07-07 13:01:38 -07:00
Robert Schütz
484184df34 python.pkgs.pytest-sugar: 0.9.3 -> 0.9.4 2020-07-07 13:01:38 -07:00
Robert Schütz
d3f434e749 python.pkgs.pytest-sugar: run tests 2020-07-07 13:01:38 -07:00
Jonathan Ringer
1cb30eb798 python2Packages.unittest-sml-reporting: disable py2
```
builder for '/nix/store/5hqb6vylvzjj92db46wrzd3mp56vv1ms-python2.7-unittest-xml-reporting-3.0.2.drv' failed with exit code 1; last 10 log lines:
  no configure script, doing nothing
  building
  Executing setuptoolsBuildPhase
  Traceback (most recent call last):
    File "nix_run_setup", line 8, in <module>
      exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
    File "setup.py", line 21, in <module>
      raise RuntimeError('This version requires Python 3.5+')  # pragma: no cover
  RuntimeError: This version requires Python 3.5+
  builder for '/nix/store/5hqb6vylvzjj92db46wrzd3mp56vv1ms-python2.7-unittest-xml-reporting-3.0.2.drv' failed with exi
```
2020-07-07 11:01:25 -07:00
R. RyanTM
f848484486 python27Packages.xxhash: 1.4.3 -> 1.4.4 2020-07-07 10:00:37 -07:00
R. RyanTM
391d1e9f66 python27Packages.ntlm-auth: 1.4.0 -> 1.5.0 2020-07-07 09:59:43 -07:00
R. RyanTM
b1ad1d27db python27Packages.transitions: 0.8.1 -> 0.8.2 2020-07-07 09:55:18 -07:00
R. RyanTM
ef88530dcd python27Packages.sqlmap: 1.4.6 -> 1.4.7 2020-07-07 09:50:52 -07:00
R. RyanTM
99c1276ce2 python27Packages.boltons: 20.1.0 -> 20.2.0 2020-07-07 09:47:50 -07:00
R. RyanTM
9ddd8489b5 python37Packages.libcloud: 3.0.0 -> 3.1.0 2020-07-07 09:47:30 -07:00
R. RyanTM
1ff59e4a47 python37Packages.breathe: 4.18.1 -> 4.19.2 2020-07-07 09:46:51 -07:00
Konrad Borowski
bb7d41efa6 python38Packages.zconfig: fix build 2020-07-07 09:45:55 -07:00
R. RyanTM
26aead6800 python27Packages.XlsxWriter: 1.2.8 -> 1.2.9 2020-07-07 09:43:08 -07:00
R. RyanTM
ede5c96409 python37Packages.aiorun: 2020.2.1 -> 2020.6.1 2020-07-07 09:41:48 -07:00