Owen Shepherd
b0d4b68b44
maintainers: add _414owen
2021-02-20 14:36:36 +00:00
Thomas Tuegel
3738f64446
sonnet: broken with Qt < 5.14
2021-02-20 08:20:30 -06:00
Thomas Tuegel
7216a30d90
solid: broken with Qt < 5.14
2021-02-20 08:20:15 -06:00
Thomas Tuegel
3f05570550
kwindowsystem: broken with Qt < 5.14
2021-02-20 08:19:57 -06:00
Thomas Tuegel
5ab8bacc7f
kwidgetsaddons: broken with Qt < 5.14
2021-02-20 08:19:36 -06:00
Thomas Tuegel
111aaff23a
kplotting: broken with Qt < 5.14
2021-02-20 08:19:18 -06:00
Thomas Tuegel
d2c6cdef9d
kwayland: broken with Qt < 5.14
2021-02-20 08:18:58 -06:00
Thomas Tuegel
279f662fe4
kitemviews: broken with Qt < 5.14
2021-02-20 08:18:34 -06:00
Thomas Tuegel
e0d7a92e23
kitemmodels: broken with Qt < 5.14
2021-02-20 08:18:16 -06:00
Thomas Tuegel
0b344b033a
kirigami2: broken with Qt < 5.14
2021-02-20 08:17:59 -06:00
Thomas Tuegel
0fe04dfa12
kidletime: broken with Qt < 5.14
2021-02-20 08:17:45 -06:00
Thomas Tuegel
5413f4c627
ki18n: broken with Qt < 5.14
2021-02-20 08:17:27 -06:00
Thomas Tuegel
5cb4e68d1d
kguiaddons: broken with Qt < 5.14
2021-02-20 08:17:10 -06:00
Thomas Tuegel
6d8c6a2895
kdnssd: broken with Qt < 5.14
2021-02-20 08:16:54 -06:00
Thomas Tuegel
7b5af9e785
kdbusaddons: broken with Qt < 5.14
2021-02-20 08:16:31 -06:00
Thomas Tuegel
ea01ec6c60
kcoreaddons: broken with Qt < 5.14
2021-02-20 08:16:21 -06:00
Thomas Tuegel
101023293c
attica: broken with Qt < 5.14
2021-02-20 08:16:02 -06:00
Thomas Tuegel
7ee37e4c15
kcodecs: broken with Qt < 5.14
2021-02-20 08:14:02 -06:00
Thomas Tuegel
f7f9b84975
karchive: broken with Qt < 5.14
2021-02-20 08:13:39 -06:00
Thomas Tuegel
ed9b08d57b
kconfig: broken with Qt < 5.14
2021-02-20 08:13:08 -06:00
Fabian Affolter
a73ab65d0a
home-assistant: update component-packages
2021-02-20 14:53:54 +01:00
Fabian Affolter
db100ec834
python3Packages.python-twitch-client: init at 0.7.1
2021-02-20 14:51:49 +01:00
Antonio Yang
39f824d1d6
krapslog: init at 0.1.2
2021-02-20 21:38:58 +08:00
Fabian Affolter
71a1f1d8d9
home-assistant: update component-packages
2021-02-20 14:37:43 +01:00
Fabian Affolter
712bd27c13
python3Packages.pymitv: init at 1.4.3
2021-02-20 14:34:29 +01:00
Fabian Affolter
214163c8b6
home-assistant: update component-packages
2021-02-20 14:00:11 +01:00
Fabian Affolter
7e771d4d33
python3Packages.pyalmond: init at 0.0.3
2021-02-20 13:55:46 +01:00
Thomas Tuegel
fd65b0f575
syntax-highlighting: broken with Qt < 5.14
2021-02-20 06:38:11 -06:00
Thomas Tuegel
2bf3a1face
threadweaver: broken with Qt < 5.14
2021-02-20 06:26:19 -06:00
github-actions[bot]
e345317ac1
Merge staging-next into staging
2021-02-20 12:19:42 +00:00
github-actions[bot]
5884dca2b9
Merge master into staging-next
2021-02-20 12:19:39 +00:00
adisbladis
e59a33db58
Merge pull request #113730 from collares/parallel-trampolines
...
emacs: precompile trampolines in parallel
2021-02-20 12:48:01 +01:00
R. RyanTM
e76c069163
python37Packages.google-cloud-bigquery: 2.8.0 -> 2.9.0
2021-02-20 11:42:51 +00:00
Fabian Affolter
c4550b2b8d
python3Packages.xknx: 0.16.3 -> 0.17.0
2021-02-20 12:36:04 +01:00
Ivan Babrou
c62662c962
garble: fix aarch64 build
2021-02-20 21:13:46 +10:00
Ivan Babrou
7e2baa21b5
garble: pin to go1.15
2021-02-20 21:13:46 +10:00
Martin Weinelt
92087cb170
python37: 3.7.9 -> 3.7.10, fixup patches
2021-02-20 12:13:07 +01:00
Fabian Affolter
f49a63ece6
metasploit: 6.0.30 -> 6.0.31
2021-02-20 11:58:25 +01:00
Raghav Sood
df790a9626
netdata: remove unused imports, fix suggestions
2021-02-20 10:32:52 +00:00
krzygorz
62a94d2c40
python3Packages.numba: use pythonImportsCheck
...
Since the unit tests are disabled, we should at least do a pythonImportsCheck
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-02-20 11:32:22 +01:00
krzygorz
37fbc86e35
python3Packages.numba: clean up dependencies
...
Since the package is declared to be incompatibile with python versions older than 3.6 the `lib.optionals isPy27 [ funcsigs singledispatch]` part is redundant.
2021-02-20 11:32:22 +01:00
krzygorz
f80ef84960
python3Packages.numba: add setuptools dependency
...
Numba needs setuptools as a runtime dependency: https://numba.pydata.org/numba-doc/latest/user/installing.html#dependency-list
2021-02-20 11:32:22 +01:00
Anders Kaseorg
d08ec2f195
pythonInterpreters.pypy36_prebuilt: Set pythonOnBuildForHost
...
This was broken by #105155 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-02-20 11:29:46 +01:00
Anders Kaseorg
1c5c184079
pythonInterpreters.pypy36_prebuilt: Add missing lib argument
...
This was broken by commit 001c0cbe54228f88d5634f431fcaf460b8ff4590
(#110591 ).
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-02-20 11:29:46 +01:00
Kim Lindberger
5f30f9adcc
Merge pull request #113357 from r-ryantm/auto-update/keycloak
...
keycloak: 12.0.2 -> 12.0.3
2021-02-20 11:22:53 +01:00
Raghav Sood
29263ef37e
Merge pull request #113738 from r-ryantm/auto-update/netdata
...
netdata: 1.29.1 -> 1.29.2
2021-02-20 18:17:27 +08:00
Louis Bettens
b76056aebc
spacevim: fix #110407
2021-02-20 10:55:37 +01:00
Fabian Affolter
23d566def2
python3Packages.aqualogic: 2.3 -> 2.5
2021-02-20 10:47:45 +01:00
Martin Weinelt
6904fe3b15
python3Packages.sqlalchemy: parallelize tests with xdist
...
Cuts down the test phase from 11 to 4 minutes on my remote builder.
2021-02-20 10:29:43 +01:00
Martin Weinelt
7369d9eef7
python3Packages.sqlalchemy: 1.3.20 -> 1.3.23
2021-02-20 10:29:43 +01:00