Commit Graph
369001 Commits
Author SHA1 Message Date
Martin Weinelt 6ae7bd3fbf python3Packages.astroquery: 0.4.5 -> 0.4.6 2022-04-13 16:49:37 +02:00
Martin Weinelt cf4064a416 python3Packages.astropy: 5.0.1 -> 5.0.3 2022-04-13 16:49:37 +02:00
Martin Weinelt 7101eaafb1 python3Packages.asn1crypto: 1.4.0 -> 1.5.1 2022-04-13 16:49:37 +02:00
Martin Weinelt 0a6fd87270 python3Packages.amqp: 5.0.9 -> 5.1.0 2022-04-13 16:49:37 +02:00
Martin Weinelt c626f499ba python3Packages.alembic: 1.7.6 -> 1.7.7 2022-04-13 16:49:36 +02:00
Martin Weinelt 4b3d577558 python3Packages.aioftp: 0.20.1 -> 0.21.0 2022-04-13 16:49:36 +02:00
Martin Weinelt 0bb8dcb5db python3Packages.aiobotocore: 2.1.2 -> 2.2.0 2022-04-13 16:49:36 +02:00
Martin Weinelt fe7a6d8a89 python3Packages.afdko: 3.8.0 -> 3.8.1 2022-04-13 16:49:36 +02:00
Martin Weinelt 77802b42c1 python3Packages.aesara: 2.4.0 -> 2.5.3 2022-04-13 16:49:36 +02:00
Sandro JäckelandMartin Weinelt a82860d671 python39Packages.mock: remove no longer required dependencies, enable and fix tests, update homepage 2022-04-13 16:49:36 +02:00
Martin Weinelt 68de5c37ce python3Packages.typer: patch for click 8.1.0 compat
In 8.1.0 click removed the deprecated `get_terminal_size` function
in favor of letting downstream projects import it from shutil.

https://github.com/pallets/click/pull/2130
https://github.com/tiangolo/typer/pull/375
2022-04-13 16:49:36 +02:00
Sandro JäckelandMartin Weinelt 967705f708 python39Packages.click: 8.0.4 -> 8.1.0 2022-04-13 16:49:35 +02:00
Martin Weinelt 07ceba0d6c python3Packages.jinja2: 3.0.3 -> 3.1.1
https://github.com/pallets/jinja/releases/tag/3.1.0
https://github.com/pallets/jinja/releases/tag/3.1.1
2022-04-13 16:49:35 +02:00
Martin Weinelt 27b9ca3056 python3Packages.markupsafe: 2.1.0 -> 2.1.1
https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-1
2022-04-13 16:49:35 +02:00
Martin Weinelt 1c0f606d01 python3Packages.ndg-httpsclient: add missing pyasn1 dependency 2022-04-13 16:49:35 +02:00
Martin Weinelt 343530760e python3Packages.hypothesis: 6.38.0 -> 6.40.0 2022-04-13 16:49:35 +02:00
Martin Weinelt 0fb66db12e python3Packages.pytest-mock: pytest7 compatibility 2022-04-13 16:49:35 +02:00
Martin Weinelt 309be9de6a python3Packages.pip: 22.0.3 -> 22.0.4 2022-04-13 16:49:35 +02:00
Martin Weinelt c15748820b python3Packages.pytest: 7.0.1 -> 7.1.1 2022-04-13 16:49:35 +02:00
Martin Weinelt ba918de429 python3Packages.setuptools: 60.8.2 -> 61.2.0 2022-04-13 16:49:35 +02:00
SandroandGitHub 02fe739a47 Merge pull request #166334 from SuperSandro2000/gitWithoutSsh 2022-04-13 16:36:20 +02:00
Thomas TuegelandGitHub 45f6ec7332 Merge pull request #166933 from ttuegel/staging-qt-5-patches
Update Qt 5.15 patches
2022-04-13 09:04:42 -05:00
Sandro Jäckel cae8d1a2ed git: only hardcode path to ssh binary on full build
Requirement for #146702
2022-04-13 15:18:50 +02:00
SandroandGitHub bbfc6cf286 Merge pull request #151811 from Mindavi/lv2/cross
lv2 + sratom + lilv: support cross-compilation
2022-04-13 12:32:10 +02:00
SandroandGitHub 4c8c13b37b Merge pull request #168086 from a-m-joseph/qtbase-use-parallel-make 2022-04-13 11:46:37 +02:00
Luke Rewegaandzowoq 53684678d1 go_1_17: 1.17.8 -> 1.17.9 2022-04-13 14:30:50 +10:00
Adam JosephandSandro 8660a09197 qtbase: use more than one core to build qmake
The qtbase package's `configurePhase` builds the `qmake` tool.  In the
current nixpkgs expression it does this single-threadedly, by invoking
`make` without a `-j` flag.

Let's thread `NIX_BUILD_CORES` through to `./configure`'s invocation
of `make` via the `MAKEFLAGS` variable.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-12 13:33:51 -07:00
Rick van SchijndelandAlyssa Ross 4b80acb94c libcap: fix cross-compilation support
Between libcap 2.51 and 2.52, the CROSS_COMPILE flag appears in more places.
Maybe it was already required before, but now the build fails due to it not being set.

Set it unconditionally.
2022-04-12 18:20:48 +00:00
Martin WeineltandFrederik Rietdijk 52843aefea python39: 3.10.3 -> 3.10.4
https://www.python.org/downloads/release/python-3104/
https://docs.python.org/release/3.10.4/whatsnew/changelog.html
2022-04-12 18:27:46 +02:00
Martin WeineltandFrederik Rietdijk 0c57648722 python39: 3.9.11 -> 3.9.12
https://www.python.org/downloads/release/python-3912/
https://docs.python.org/release/3.9.12/whatsnew/changelog.html
2022-04-12 18:27:46 +02:00
SandroandGitHub a459707011 Merge pull request #168280 from andrevmatos/kde/frameworks 2022-04-12 01:01:06 +02:00
André Vitor de Lima Matos 1f15d1c38b kde/frameworks: 5.92 -> 5.93 2022-04-11 11:45:23 -03:00
LassulusandGitHub 7187032588 Merge pull request #167516 from helsinki-systems/upd/libnfnetlink
libnftnetlink: 1.0.1 -> 1.0.2, libmnl: 1.0.4 -> 1.0.5
2022-04-11 15:31:36 +01:00
Martin WeineltandGitHub c006376b0f Merge pull request #168270 from mweinelt/django 2022-04-11 16:17:47 +02:00
ajs124 a85cc14ee7 libmnl: 1.0.4 -> 1.0.5 2022-04-11 14:49:37 +01:00
ajs124 5988f44e3a libnftnetlink: 1.0.1 -> 1.0.2 2022-04-11 14:49:36 +01:00
Martin Weinelt bf201810d4 python3Packages.django_3: 3.2.12 -> 3.2.13
https://www.djangoproject.com/weblog/2022/apr/11/security-releases/
https://docs.djangoproject.com/en/3.2/releases/3.2.13/

Fixes: CVE-2022-28346, CVE-2022-28347
2022-04-11 14:11:50 +02:00
Martin Weinelt ebe26c8483 python3Packages.django_4: 4.0.3 -> 4.0.4
https://www.djangoproject.com/weblog/2022/apr/11/security-releases/
https://docs.djangoproject.com/en/4.0/releases/4.0.4/

Fixes: CVE-2022-28346, CVE-2022-28347
2022-04-11 14:11:50 +02:00
SandroandGitHub e1b950fedb Merge pull request #166292 from lsix/libgcrypt-1.10.1 2022-04-11 12:21:00 +02:00
Janne HeßandGitHub 6ae99b5677 Merge pull request #123743 from helsinki-systems/fix/lvm2_blkdeactivate
lvm2: fix blkdeactive
2022-04-11 12:18:21 +02:00
github-actions[bot]andGitHub bf63dd7434 Merge staging-next into staging 2022-04-10 18:01:38 +00:00
github-actions[bot]andGitHub 7feda9ba09 Merge master into staging-next 2022-04-10 18:01:07 +00:00
ajs124 a4dbe5c10c lvm2: fix blkdeactive
Closes #123639
2022-04-10 18:57:36 +01:00
LassulusandGitHub f0848eeb05 Merge pull request #167316 from helsinki-systems/feat/opportunistic-kvm
nixos/lib/qemu-common: Opportunistically use KVM
2022-04-10 18:54:59 +01:00
R. RyantmandYt a47e82e785 elixir: 1.13.3 -> 1.13.4 2022-04-10 13:01:07 -04:00
Rick van Schijndel 76015b8597 lilv: support cross-compilation 2022-04-10 17:12:11 +02:00
Rick van Schijndel 70e88b8cb2 sratom: support cross-compilation 2022-04-10 17:12:11 +02:00
Rick van Schijndel 6594048793 lv2: support cross-compilation
The waf cross flags seem to not be useful for most packages, to me.
I'll just set the flag for now, but maybe turning it around
may be more useful to do somewhere in the future.
2022-04-10 17:12:11 +02:00
Rick van Schijndel a13f4f6c1c jackaudio: remove unneeded PKGCONFIG variable
Not needed anymore after setting this correctly in the wafHook.
2022-04-10 17:12:11 +02:00
Rick van Schijndel a2f91d1831 wafHook: export PKGCONFIG if needed
This is useful for cross-compilation, where nixpkgs sets PKG_CONFIG.
waf decided to use PKGCONFIG instead, so we'll set it when necessary.
2022-04-10 17:12:10 +02:00