Commit Graph

18396 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Dmitry Kalinkin
012582c6d1
Merge pull request #93208 from veprbl/pr/numexpr_darwin_fix
pythonPackages.numexpr: fix darwin build by refactoring checkPhase
2020-07-18 12:05:17 -04:00
Symphorien Gibol
293d7c3933 img2pdf: make a python package 2020-07-18 12:04:18 -04:00
Mario Rodas
d7e20ee25e
Merge pull request #93387 from r-ryantm/auto-update/python2.7-ipympl
python27Packages.ipympl: 0.5.6 -> 0.5.7
2020-07-18 08:51:15 -05:00
Symphorien Gibol
6f85810629 python3Packages.sqlalchemy-continuum: 1.3.9 -> 1.3.11
fixes the build
2020-07-18 12:00:00 +00:00
Lancelot SIX
9b195c5369
Merge pull request #93393 from r-ryantm/auto-update/python3.7-pylint-django
python37Packages.pylint-django: 2.0.15 -> 2.1.0
2020-07-18 11:56:50 +01:00
R. RyanTM
d867a5aecb python37Packages.pylint-django: 2.0.15 -> 2.1.0 2020-07-18 07:43:18 +00:00
R. RyanTM
1e1ef0d8e7 python27Packages.ipympl: 0.5.6 -> 0.5.7 2020-07-18 04:59:00 +00:00
R. RyanTM
fafc1dd8a8 python37Packages.limnoria: 2020.04.11 -> 2020.07.01 2020-07-18 04:15:33 +00:00
Lancelot SIX
36adeebde6
Merge pull request #93088 from jonringer/bump-pytest-black
python3Packages.pytest-black: 0.3.9 -> 0.3.10
2020-07-17 22:43:55 +01:00
Michael Weiss
5525938847
python3Packages.google_api_python_client: 1.9.3 -> 1.10.0 2020-07-17 17:33:19 +02:00
Ben Darwin
ea8f8bcc54 python3Packages.torchgpipe: init at 0.0.5 2020-07-16 17:49:23 -07:00
worldofpeace
7bbcb280d0
Merge pull request #93295 from bcdarwin/unbreak-pydicom
python3Packages.pydicom: unbreak package
2020-07-16 16:56:15 -04:00
Ben Darwin
f2d85f0433 python3Packages.pydicom: unbreak package by disabling a test failing due to a string matching issue in an assert 2020-07-16 15:24:54 -04:00
Dmitry Kalinkin
c184c87571
pythonPackages.numexpr: fix darwin build by refactoring checkPhase
This fixes a following error on python 3.8:

FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/0s7kw66pav5c7bi38lb0gznxnxz31a1n-python3.8-numexpr-2.7.1/<stdin>'
2020-07-15 22:11:43 -04:00
Mario Rodas
178de8429d
Merge pull request #92802 from misuzu/rednose-macos
pythonPackages.rednose: fix build on macOS
2020-07-15 20:24:47 -05:00
R. RyanTM
bc241042f9 python27Packages.kazoo: 2.7.0 -> 2.8.0 2020-07-15 18:13:39 -07:00
R. RyanTM
8fb0db8474 python27Packages.pytelegrambotapi: 3.7.1 -> 3.7.2 2020-07-15 18:13:00 -07:00
Cassidy Dingenskirchen
6d44f37c94 pythonPackages.discordpy: 1.3.3 -> 1.3.4 2020-07-15 18:12:43 -07:00
Daniël de Kok
777bcfd337 python3Packages.spacy: 2.3.1 -> 2.3.2
Changelog:

https://github.com/explosion/spaCy/releases/tag/v2.3.2
2020-07-15 18:10:31 -07:00