Commit graph

235729 commits

Author SHA1 Message Date
Jörg Thalheim 96092dc936
stdenv: make -nostdinc work as intended
Right now we add glibc to search path also -nostdinc was provided,
which breaks projects providing their own gcc.
2020-07-23 08:39:46 +01: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
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 df0eab2726 Merge staging-next into staging 2020-07-22 16:50:25 +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
Marek Mahut b8c367a7bd
Merge pull request #93610 from prusnak/blockbook
blockbook: fix build on aarch64-linux
2020-07-22 15:50:04 +02:00
Maximilian Bosch 7b17579b8b
wabt: 1.0.18 -> 1.0.19
https://github.com/WebAssembly/wabt/releases/tag/1.0.19
2020-07-22 15:29:03 +02:00
Maximilian Bosch a2a7d5022d
Merge pull request #93638 from cust0dian/nushell-0.17.0
nushell: 0.16.0 -> 0.17.0
2020-07-22 15:20:01 +02:00
Tim Steinbach fc9ad83f84
linux: 5.7.9 -> 5.7.10 2020-07-22 09:10:54 -04:00
Tim Steinbach 81a576d54d
linux: 5.4.52 -> 5.4.53 2020-07-22 09:10:54 -04:00
Tim Steinbach 81ca9a2fde
linux: 4.9.230 -> 4.9.231 2020-07-22 09:10:53 -04:00
Tim Steinbach 14e4240a3b
linux: 4.4.230 -> 4.4.231 2020-07-22 09:10:53 -04:00
Tim Steinbach 4a9962895e
linux: 4.19.133 -> 4.19.134 2020-07-22 09:10:52 -04:00
Tim Steinbach c5f8c25ded
linux: 4.14.188 -> 4.14.189 2020-07-22 09:10:48 -04:00
Eelco Dolstra bef8c2bef6
Merge pull request #93642 from Ma27/update-nix-unstable
nixUnstable: 2.4pre20200719_a79b6dd -> 2.4pre20200721_ff314f1
2020-07-22 14:58:28 +02:00
Maximilian Bosch 85819d4bbf
nixUnstable: 2.4pre20200719_a79b6dd -> 2.4pre20200721_ff314f1
Fixes errors like this for me:

```
error: --- Error ------------------------------- nix-build
Nix daemon out of memory
(use '--show-trace' to show detailed location information)
```
2020-07-22 14:29:18 +02:00
adisbladis 3f12f0b0a6
Merge pull request #93641 from adisbladis/subsurface-4_9_6
subsurface: 4.9.3 -> 4.9.6
2020-07-22 13:36:10 +02:00
Daniël de Kok 8a03bbca72
Merge pull request #93637 from zowoq/cri-o
cri-o: 1.18.2 -> 1.18.3
2020-07-22 13:22:33 +02:00
adisbladis 144aba6a51
subsurface: 4.9.3 -> 4.9.6 2020-07-22 13:19:08 +02:00
Serg Nesterov 491fe83921
nushell: 0.16.0 -> 0.17.0 2020-07-22 13:57:44 +03: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
zowoq 1e49cff70c cri-o: 1.18.2 -> 1.18.3
https://github.com/cri-o/cri-o/releases/tag/v1.18.3
2020-07-22 20:27:14 +10:00
Lancelot SIX 3112aa3e2f
Merge pull request #93627 from jojosch/dbeaver_7.1.3
dbeaver: 7.1.2 -> 7.1.3
2020-07-22 11:11:50 +01:00
Florian Klink 9d86dea417 certbot-full: init 2020-07-22 12:07:17 +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
Florian Klink 391a5fdc5b python-packages: fix trailing whitespaces 2020-07-22 12:04:26 +02:00
Daniël de Kok 7aa79a7032
Merge pull request #93545 from helsinki-systems/drop/gnupg20
gnupg20: drop
2020-07-22 12:00:19 +02:00
Oleksii Filonenko 3ed1f3ba05
Merge pull request #77315 from matthiasbeyer/update-taskell
taskell: 1.7.3 -> 1.9.3
2020-07-22 12:29:28 +03:00
Daniël de Kok a1ebae2194
Merge pull request #93614 from jonafato/zulip-5.4.0
zulip: 5.2.0 -> 5.4.0
2020-07-22 11:04:31 +02:00
Daniël de Kok 68bd1c8552 blas: do not report an empty line for every checked symbol 2020-07-22 10:24:50 +02:00
Johannes Schleifenbaum 7600549b60
dbeaver: 7.1.2 -> 7.1.3 2020-07-22 10:01:30 +02:00
ajs124 3026bfc4d9 libcryptui: fix build with gnupg22 2020-07-22 09:28:52 +02:00
Daniël de Kok e6b2930cf6
Merge pull request #93411 from danieldk/dbxml-multiple-outputs
dbxml: use multiple outputs
2020-07-22 09:27:17 +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
Daniël de Kok 479dc4a80d
Merge pull request #93593 from markus1189/remind-3-3-1
remind: 03.01.16 -> 03.03.01
2020-07-22 07:29:29 +02:00
Daniël de Kok 2f1e205bf8
Merge pull request #93555 from dywedir/exiftool
perlPackages.ImageExifTool: 11.85 -> 12.00
2020-07-22 07:24:02 +02:00
Mario Rodas 11fbf53571
Merge pull request #93616 from ggreif/wasmtime
wasmtime: 0.18.0 -> 0.19.0
2020-07-21 22:06:38 -05: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 373d71d226
Merge pull request #93606 from cmacrae/upgrade/spacebar/v1.1.1
spacebar: 1.1.0 -> 1.1.1
2020-07-21 20:46:01 -05:00
Mario Rodas f3f6449e19
Merge pull request #93574 from marsam/update-pdfminer
pdfminer: 20200517 -> 20200720
2020-07-21 19:52:18 -05:00
Mario Rodas 4a7bb7df61
Merge pull request #93573 from marsam/update-kbs2
kbs2: 0.1.2 -> 0.1.3
2020-07-21 19:51:51 -05:00
Gabor Greif 74d9ab3f50 wasmtime: 0.18.0 -> 0.19.0 2020-07-22 01:50:56 +02:00
Dmitry Kalinkin 45c61c88ce
Merge pull request #93218 from veprbl/pr/motion_4_3_1
motion: 4.3.0 -> 4.3.1
2020-07-21 19:24:53 -04:00
Jörg Thalheim e7a68aa111
Merge pull request #93600 from cole-h/fix-rustfmt-1_45_0
rustfmt: fix build with rustc 1.45.0
2020-07-21 23:55:17 +01:00
ajs124 7cce31c5e2 gnupg20: drop
has been EOL since 2017-12-31
2020-07-22 00:13:29 +02:00