18628 Commits

Author SHA1 Message Date
Martin Milata
681268d2e0 pythonPackages.trezor: enable shell completion 2020-07-24 14:49:01 +02:00
Wael Nasreddine
b30286c415
Merge pull request #85322 from Charg/add-terraform-compliance-pkg 2020-07-23 09:08:13 -07:00
R. RyanTM
91eca099d3 python37Packages.xarray: 0.15.1 -> 0.16.0 2020-07-23 09:30:48 +02:00
Martin Weinelt
2a5f2725ec ansible: v2.9.10 -> v2.9.11
https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-11
2020-07-23 09:29:40 +02:00
ento
4e0f91170f pythonPackages.clikit: fix dependency on crashtest
From clikit's pyproject.toml:

> Crashtest is only needed for Python ^3.6 to provide
> better error messsages
2020-07-23 08:40:28 +02:00
ento
aff753d184 pythonPackages.crashtest: mirror the python version range specified in pyproject.toml
Trying to build crashtest with python35 fails with:

> ERROR: Package 'crashtest' requires a different Python: 3.5.9 not in
> '>=3.6,<4.0'
2020-07-23 08:40:28 +02:00
Jan Tojnar
cf64230d42
Merge branch 'staging-next' into staging 2020-07-23 08:32:33 +02:00
Jan Tojnar
2988feba8c
Merge branch 'master' into staging-next 2020-07-23 08:19:14 +02:00
worldofpeace
7d557a5d1b
Merge pull request #93685 from bcdarwin/unbreak-etelemetry
python3Packages.etelemetry: unbreak
2020-07-22 21:54:53 -04:00
Ben Darwin
323ba8a3d5 python3Packages.etelemetry: unbreak by adding correct dependencies 2020-07-22 21:05:49 -04:00
Ben Darwin
14feaae6fb python3Packages.ci-py: init at 1.0.0 2020-07-22 21:05:39 -04:00
worldofpeace
6ca121a479
Merge pull request #93684 from bcdarwin/unbreak-nibabel-reverse-deps
python3Packages.nibabel: unbreak reverse deps
2020-07-22 20:43:58 -04:00
Ben Darwin
87479d7d2a python3Packages.ci-info: init at 0.2.0 2020-07-22 20:29:00 -04:00
Ben Darwin
e5e0645b57 python3Packages.nibabel: unbreak reverse deps by adding missing packaging dependency 2020-07-22 20:06:39 -04:00
Vladyslav M
cf46edfc7c
Merge pull request #91935 from jojosch/jellyfin-mpv-shim_1.5.10 2020-07-22 22:35:23 +03:00
R. RyanTM
2e531d5f06 python27Packages.flask_sqlalchemy: 2.4.3 -> 2.4.4 2020-07-22 16:54:56 +02:00
R. RyanTM
fa401f5ffe python37Packages.aioftp: 0.16.0 -> 0.16.1 2020-07-22 16:54:41 +02:00
Michael Weiss
434a0111f6 python3Packages.cryptography: 2.9.2 -> 3.0
Backwards incompatible changes:
- Removed support for passing an Extension instance to
  from_issuer_subject_key_identifier(), as per our deprecation policy.
- Support for LibreSSL 2.7.x, 2.8.x, and 2.9.0 has been removed (2.9.1+
  is still supported).
- Dropped support for macOS 10.9, macOS users must upgrade to 10.10 or
  newer.
- RSA generate_private_key() no longer accepts public_exponent values
  except 65537 and 3 (the latter for legacy purposes).
- X.509 certificate parsing now enforces that the version field contains
  a valid value, rather than deferring this check until version is
  accessed.

Deprecations:
- Deprecated support for Python 2. At the time there is no time table
  for actually dropping support, however we strongly encourage all users
  to upgrade their Python, as Python 2 no longer receives support from
  the Python core team.
2020-07-22 16:54:20 +02:00
Jan Tojnar
a2522c82a0 python3.pkgs.pygobject3: 3.36.0 → 3.36.1
https://ftp.gnome.org/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.1.news
2020-07-22 16:53:59 +02:00
Marco Orovecchia
dc848ce5dd python3Packages.HAP-python: 2.8.1 -> 2.9.2 2020-07-22 16:53:35 +02:00
Marco Orovecchia
ade1348ad1 python3Packages.aioharmony: 0.2.3 -> 0.2.5 2020-07-22 16:53:20 +02:00
R. RyanTM
1f709cf4ea python37Packages.mpv: 0.4.6 -> 0.4.7 2020-07-22 16:52:55 +02:00
Lancelot SIX
1e597a52e5 pythonPackages.flower: 0.9.4 -> 0.9.5 2020-07-22 16:52:38 +02:00
Alvar Penning
17dfbf4406 pytmx: 3.21.7 -> 3.22.0
Next to the version bump, this fixes the test for Python 2.
2020-07-22 16:52:13 +02:00
Róman Joost
cd7a40546e pythonPackages.dbus-python: 1.2.12 -> 1.2.16
This upgrades dbus-python to the 1.2.16 release. Reason for this version
upgrade is a the failing hamster application (see. programs.hamster).
With a 1.2.12 dbus-python version hamster can not start and fails with:

    Traceback (most recent call last):
      File "/nix/store/5ax21lyiprc9v5l3pl7dbfr2hqbrh970-hamster-3.0.2/bin/.hamster-wrapped", line 41, in <module>
        from hamster import client, reports
      File "/nix/store/5ax21lyiprc9v5l3pl7dbfr2hqbrh970-hamster-3.0.2/lib/python3.8/site-packages/hamster/client.py", line 46, in <module>
        assert not (
    AssertionError: python3.8 changed str(<dbus integers>).
       That broke hamster (https://github.com/projecthamster/hamster/issues/477).
       Please upgrade to dbus-python >= 1.2.14.
2020-07-22 16:51:28 +02:00
Frederik Rietdijk
19be541fe7 Merge master into staging-next 2020-07-22 16:49:51 +02:00
Sirio Balmelli
163e7a0663 python3Packages.pytest-localserver: fix build
All package tests rely on networking which breaks sandboxed builds.
Fall back to pythonImportsCheck instead.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-22 16:48:24 +02:00
Johannes Schleifenbaum
70f6c1a9ba pythonPackages.pystray: 0.15.0 -> 0.16.0 2020-07-22 16:47:36 +02:00
Florian Klink
3d50d643f9
Merge pull request #92786 from flokli/certbot-with-plugins
certbot: add certbot.withPlugins
2020-07-22 12:53:07 +02:00
Florian Klink
718a4496df certbot: add certbot.withPlugins
This can be used to wrap certbot to include some plugins.

certbot.withPlugins has a similar calling convention as python*.withPackages:

```
certbot.withPlugins (cp: [ cp.certbot-dns-foo ])
```
2020-07-22 12:07:15 +02:00
Florian Klink
8ad62167e8 certbot: move to python package set, cleanup 2020-07-22 12:06:03 +02:00
Johannes Schleifenbaum
1c36177a7a
pythonPackages.jellyfin-apiclient-python: 1.4.0 -> 1.5.1 2020-07-22 10:22:49 +02:00
Johannes Schleifenbaum
d2c8395add
pythonPackages.python-mpv-jsonipc: 1.1.8 -> 1.1.11 2020-07-22 10:19:58 +02:00
Vladimír Čunát
7a5c6fee0f
Merge branch 'master' into staging-next
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Mario Rodas
8329184680
Merge pull request #92389 from marsam/update-scrapy
pythonPackages.scrapy: 2.1.0 -> 2.2.0
2020-07-21 22:05:24 -05:00
Mario Rodas
baa7f63a5a
Merge pull request #93434 from symphorien/ihatemoney-fix-build
python3Packages.sqlalchemy-continuum: 1.3.9 -> 1.3.11
2020-07-21 21:42:39 -05:00
Mario Rodas
f3f6449e19
Merge pull request #93574 from marsam/update-pdfminer
pdfminer: 20200517 -> 20200720
2020-07-21 19:52:18 -05:00
Wael Nasreddine
a1556613bc
pythonPackages.radish-bdd: init at 0.13.2
Co-Authored-By: Chris <grkcharge@gmail.com>
2020-07-21 16:10:38 -07:00
Wael Nasreddine
d4dae82872
pythonPackages.tag-expressions: init at 1.1.0
Co-Authored-By: Chris <grkcharge@gmail.com>
2020-07-21 16:10:37 -07:00
Wael Nasreddine
86f9646cb8
pythonPackages.pysingleton: init at 0.2.1
Co-Authored-By: Chris <grkcharge@gmail.com>
2020-07-21 16:10:36 -07:00
Wael Nasreddine
7c4a19b2ee
pythonPackages.colorful: init at 0.5.4
Co-Authored-By: Chris <grkcharge@gmail.com>
2020-07-21 16:10:35 -07:00
worldofpeace
156ce0c302
Merge pull request #93595 from costrouc/python-pq-init
python3Packages.pq: init at 1.8.1
2020-07-21 17:24:55 -04:00
adisbladis
1be9aa3a83
Merge pull request #79235 from goertzenator/add_vispy
vispy: init at 0.6.4
2020-07-21 21:37:29 +02:00
Chris Ostrouchov
6916342acb
python3Packages.pq: init at 1.8.1 2020-07-21 11:09:04 -04:00
Mario Rodas
cdc2c75152
pdfminer: 20200517 -> 20200720 2020-07-20 22:54:43 -05:00
Sirio Balmelli
2db3a7e56c
python3Packages.pc-ble-driver-py: fix Darwin build
Remove udev dependency, propagate it from pc-ble-driver.
On Darwin, IOKit is propagated instead.

Depends on d6b3707c862b6bb82712bd86cd12b163fa89adcc

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-20 20:32:53 +02:00
ajs124
6f77852ce9 pythonPackages.gyp: 2015-06-11 -> 2020-05-12
upstream doesn't do stable releases, but this seems to support python3 now
2020-07-20 14:52:22 +02:00
Jan Tojnar
83442a3533
Merge branch 'master' into staging-next 2020-07-20 02:16:21 +02:00
Mario Rodas
e9c17754e4
Merge pull request #93386 from r-ryantm/auto-update/python3.7-limnoria
python37Packages.limnoria: 2020.04.11 -> 2020.07.01
2020-07-19 11:19:02 -05:00
Dmitry Kalinkin
b815effd72
Merge pull request #92942 from jollheef/bump-jedi
python: jedi: 0.17.0 -> 0.17.1
2020-07-18 12:06:42 -04:00