3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

230964 commits

Author SHA1 Message Date
Jonathan Ringer f8bf71047b pythonPackages.coveralls: disabled python2, abandoned 2020-06-16 13:49:20 -07:00
Jonathan Ringer e6f7592065 pythonPackages.etelemetry: disabled python2, abandoned 2020-06-16 13:48:32 -07:00
Jonathan Ringer 03b2293d8b pythonPackages.cloudpickle: disable python2, abandoned 2020-06-16 13:46:14 -07:00
Jonathan Ringer 3701913775 pythonPackages.cfgv: disable python2, abandoned 2020-06-16 13:45:50 -07:00
Jonathan Ringer fe1a38a2e2 pythonPackages.base58: disable python2
python2 abandoned upstream
2020-06-16 13:42:37 -07:00
Jonathan Ringer c3597a127a pythonPackages.avro: fix build 2020-06-16 13:41:57 -07:00
Jonathan Ringer 625653c36d pythonPackages.auth0-python: fix tests 2020-06-16 13:39:28 -07:00
Jonathan Ringer 8db288ee06 pythonPackages.av: disable for python2
Uses shlex commands which aren't present in python2
```
      from shlex import quote
  ImportError: cannot import name quote
```
2020-06-16 13:32:05 -07:00
Andreas Rammhold 1419b35e77
Merge pull request #89981 from mweinelt/microcode-intel
microcodeIntel: 20200520 -> 20200609
2020-06-16 22:31:55 +02:00
Jonathan Ringer d5ca07e160 pythonPackages.astral: disable for python2
```
  Processing ./astral-2.2-py2-none-any.whl
  ERROR: Package 'astral' requires a different Python: 2.7.18 not in '>=3.6'
```
2020-06-16 13:30:52 -07:00
Jonathan Ringer 9ef6349dcd pythonPackages.JPype: disable for python2
setup.py is no longer python2 compatible
2020-06-16 13:28:58 -07:00
Malte Brandy 0d4134de4a
nixos/systemd: Update warning for restarting oneshots
Restart= can be anything other than on-success and always for onehost units as of
10e72727ee
which is contained in systemd 245.
2020-06-16 22:10:12 +02:00
Jonathan Ringer 393f5fc5f1 python2Packages.freezegun: disable tests for python2
Contains python3 exclusive code
2020-06-16 13:02:59 -07:00
Jonathan Ringer b6654d9d6c python2Packages: default to dontUsePythonRecompileBytecode = true; 2020-06-16 13:02:50 -07:00
Doron Behar db20a2371c
krop: move libsForQt5.poppler out of propagatedBuildInputs (#87790) 2020-06-16 22:02:48 +02:00
Léo Gaspard a1095de695
Merge pull request #90582 from r-ryantm/auto-update/krop
krop: 0.5.1 -> 0.6.0
2020-06-16 22:00:51 +02:00
Léo Gaspard b0a2d1cef7
Merge pull request #78780 from ju1m/dovecot_fts_xapian
Dovecot plugin for Full Text Search (FTS) with Xapian
2020-06-16 22:00:26 +02:00
Léo Gaspard 0b2bd1fccb
Merge pull request #87610 from symphorien/pan2
matrix-nio: update
2020-06-16 21:53:57 +02:00
R. RyanTM 147dff2b5d prometheus-mysqld-exporter: 0.11.0 -> 0.12.1 2020-06-16 19:38:27 +00:00
Vladyslav M 51b989a513
Merge pull request #90573 from r-ryantm/auto-update/janet
janet: 1.9.1 -> 1.10.0
2020-06-16 22:18:08 +03:00
Florian Klink 5815ecae38
Merge pull request #90627 from flokli/awscli-boto-bump
awscli, boto3, botocore: bump to latest versions
2020-06-16 21:15:04 +02:00
Lassulus c56895bb91
Merge pull request #88201 from ruuda/acme-client-1.0
acme-client: 0.2.5 -> 1.0.1
2020-06-16 21:09:29 +02:00
marius851000 c6d32d816c
openmw: 0.45.0 -> 0.46.0 (#90589) 2020-06-16 14:45:23 -04:00
Maximilian Bosch 5643696882
Merge pull request #90531 from Luflosi/update/youtube-dl
youtube-dl: 2020.06.06 -> 2020.06.16.1
2020-06-16 20:38:36 +02:00
Florian Klink 907353b1e4 hplip: use wrapQtApp
Otherwise, things like hp-setup segfault if you run them from another
nixpkgs checkout:

```
HP Linux Imaging and Printing System (ver. 3.20.5)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

[1]    4543 abort (core dumped)  result/bin/hp-setup
```
2020-06-16 20:34:30 +02:00
Bastian Köcher 88f749545c hplip: Add missing library
Otherwise, things like `hp-setup` fail finding gi:

```
HP Linux Imaging and Printing System (ver. 3.20.5)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Traceback (most recent call last):
  File "/nix/store/rmzq8c4n47s4q4p31w18waz0zrba2ljl-hplip-3.20.5/share/hplip/setup.py", line 314, in <module>
    ui = import_module(ui_package + ".setupdialog")
  File "/nix/store/n0b076p351ma864q38if4yglsg99hw2s-python3-3.8.3/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/nix/store/rmzq8c4n47s4q4p31w18waz0zrba2ljl-hplip-3.20.5/share/hplip/ui5/setupdialog.py", line 31, in <module>
    from base import device, utils, models, pkit
  File "/nix/store/rmzq8c4n47s4q4p31w18waz0zrba2ljl-hplip-3.20.5/share/hplip/base/pkit.py", line 38, in <module>
    from gi import _gobject as gobject
ModuleNotFoundError: No module named 'gi'
```
2020-06-16 20:26:40 +02:00
Ryan Mulligan 9069b27405
Merge pull request #90361 from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.24 -> 1.25_fix
2020-06-16 11:06:10 -07:00
Samuel Dionne-Riel c62d060648
Merge pull request #89717 from SquircleSpace/rpi4-8gb
Support Raspberry Pi 4 (8 GB)
2020-06-16 13:26:20 -04:00
Martin Weinelt 77730556e0
microcodeIntel: 20200609 -> 20200616 2020-06-16 19:22:31 +02:00
Jonathan Ringer 1af7900cd2 python3Packages.invoke: don't recompile bytecode
Has vendored code, a given .py might not be compatible
2020-06-16 19:19:45 +02:00
Ada Avery df9950ed7b
raspberrypifw: 1.20190925 -> 1.20200601 2020-06-16 14:19:07 -03:00
Ada Avery 271a9a012b
rpiboot-unstable: 2018-03-27 -> 2020-5-11 2020-06-16 14:19:06 -03:00
Ada Avery 893b1a33fa
linux_rpi: 1.20190925 -> 1.20200601 2020-06-16 14:19:05 -03:00
Ada Avery cd0cfb2ed1
raspberrypi-tools: 2018-10-03 -> 2020-5-28 2020-06-16 14:19:00 -03:00
Jörg Thalheim 7c228b9592
Merge pull request #90621 from r-ryantm/auto-update/mosquitto 2020-06-16 18:15:16 +01:00
Jörg Thalheim a9a5016644
Merge pull request #87833 from Izorkin/sandbox-mysql 2020-06-16 18:13:43 +01:00
Florian Klink aa1c7dc77e awscli: 1.18.74 -> 1.18.80 2020-06-16 19:13:25 +02:00
Florian Klink 19a01f3b5c boto3: 1.13.24 -> 1.14.3 2020-06-16 19:12:50 +02:00
Florian Klink 1c7936fb2c botocore: 1.16.24 -> 1.17.3 2020-06-16 19:12:18 +02:00
Jörg Thalheim 4164d072e5
Merge pull request #90628 from r-ryantm/auto-update/man-pages
man-pages: 5.06 -> 5.07
2020-06-16 18:11:06 +01:00
R. RyanTM 7f38e92115 man-pages: 5.06 -> 5.07 2020-06-16 16:45:11 +00:00
Austin Seipp c2e1f9bc07
yosys: 2020.06.11 -> 2020.06.16
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-06-16 11:38:07 -05:00
Jörg Thalheim 1feed06d76
Merge pull request #90617 from eeeeeta/unbreak-swiften 2020-06-16 17:34:07 +01:00
Austin Seipp 9954d5a583
verilator: 4.034 -> 4.036
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-06-16 11:19:57 -05:00
Frederik Rietdijk 5d6f47c223
Merge pull request #90616 from Mic92/pyls-fixes
python-language-server: 3.8 fixes + deps
2020-06-16 18:14:34 +02:00
Ryan Mulligan 157979bdcf
Merge pull request #90571 from r-ryantm/auto-update/jc
jc: 1.11.2 -> 1.11.6
2020-06-16 09:10:33 -07:00
Jörg Thalheim 5d52144fec
python3.pkgs.python-language-server: 0.31.9 -> 0.33.1 2020-06-16 17:07:27 +01:00
eta 557644a125 swiften: unbreak package using Arch patch and scons flags
The `swiften` XMPP library was broken as of 2019. This commit
fixes it, by copying a patch from the Arch Linux PKGBUILD
(https://git.archlinux.org/svntogit/community.git/tree/trunk?h=packages/swift)
and by using the same scons flags in that PKGBUILD.
Additionally, we use the SWIFTEN_INSTALLDIR env variable to actually
put something in the output.

Of note is the flag swiften_dll=1, which means that the library
is now built dynamically.
2020-06-16 17:07:12 +01:00
Frederik Rietdijk 4af4a49251 Merge master into staging-next 2020-06-16 18:05:38 +02:00
Jörg Thalheim 141a029ad7
python3.python-jsonrpc-server: enable python38 build 2020-06-16 17:04:19 +01:00