Mario Rodas
ea25fc1793
python37Packages.typed-ast: 1.4.0 -> 1.4.1
2020-07-26 18:45:54 +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
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
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
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
Vladimír Čunát
4244b73917
Merge branch 'master' into staging
2020-07-18 17:50:23 +02: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