3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

448940 commits

Author SHA1 Message Date
Felix Buehler f761feb058 vkdt: add meta.platforms & meta.broken 2023-01-28 23:08:51 +01:00
Mario Rodas ecd4172807
Merge pull request #212586 from marsam/update-esbuild
esbuild: 0.17.3 -> 0.17.4
2023-01-28 17:03:16 -05:00
urlordjames 300f91c41d drogon: 1.8.2 -> 1.8.3 2023-01-28 17:03:09 -05:00
Mario Rodas 2d85735ad0
Merge pull request #213225 from marsam/update-gallery-dl
gallery-dl: 1.24.4 -> 1.24.5
2023-01-28 17:02:43 -05:00
Mario Rodas e7d3ca7f55
Merge pull request #213113 from fabaff/cwl-utils-bump
python310Packages.cwl-utils: 0.21 -> 0.22
2023-01-28 17:01:22 -05:00
Martin Weinelt 3d32d7adcd
Merge pull request #213213 from mweinelt/zsh-p10k-1.17.0
zsh-powerlevel10k: 1.16.1 -> 1.17.0
2023-01-28 21:33:27 +00:00
Sandro 327dc97d87
Merge pull request #208644 from anoadragon453/anoa/runescape_xdg 2023-01-28 22:28:54 +01:00
Martin Weinelt 6bc23142b4
Merge pull request #191956 from impl/python-unittest-hook-doc
doc/python: fix attr name for unittestCheckHook flags
2023-01-28 21:24:19 +00:00
Pavol Rusnak e6fa7ab9e9
Merge pull request #213224 from prusnak/electrum
electrum: 4.3.3 -> 4.3.4
2023-01-28 21:23:34 +00:00
Pavol Rusnak bdabb2fdc1
torq: 0.16.15 -> 0.17.3 2023-01-28 21:22:40 +00:00
Noah Fontes 3bec41fb5e
doc/python: fix attr name for unittestCheckHook flags
The name should end in Array per the current conventions.

This change also contains some minor formatting fixes, as the heading
levels were inconsistent.
2023-01-28 13:19:41 -08:00
R. Ryantm 5f18993ca1 python310Packages.servefile: 0.5.3 -> 0.5.4 2023-01-28 21:19:21 +00:00
Anderson Torres 8c8a62f3fc
Merge pull request #213215 from atorres1985-contrib/small-fixups
locate-dominating-file: add meta.homepage
2023-01-28 18:14:00 -03:00
Martin Weinelt fc4ae19ff1
python3Packages.tensorflow: 2.10.1 -> 2.11.0
https://github.com/tensorflow/tensorflow/releases/tag/v2.11.0

Drop dependency on tensorflow-io until we succeed in packaged it.
2023-01-28 22:12:36 +01:00
Alyssa Ross b682fef8e9 python3.pkgs: fix splice through unsupported hosts
Previously, unless unsupported platforms were allowed, the following
would fail to evaluate (from an "x86_64-linux" system):

    pkgsCross.x86_64-freebsd.__splicedPackages.docutils.__spliced.buildHost

It shouldn't have, because the buildHost package ends up being for
Linux.  This broke evaluation of e.g. pkgsCross.x86_64-freebsd.libdrm,
because it has docutils in nativeBuildInputs.  mkDerivation would try
to go through __spliced.buildHost on docutils to get to the Linux
version, but the check in ensurePythonModules would kick in first,
triggering the meta check because of the equality check in the
implementation of hasPythonModule, which would fail because Python is
not marked as supported on FreeBSD in Nixpkgs at the moment.  Thus,
even though they're not supposed to be, the meta checks would be
triggered even though the only attribute being accessed on the
unsupported derivation was __spliced.

We can fix this by using the same mechanism used to implement the meta
checks themselves: lib.extendDerivation.  Now, attempting to access
drvPath or outPath on an attribute that fails the validity check will
produce the same error as before, but other accesses will be allowed
through, fixing splicing.

I've tested evaluation of packages that pass and fail the validity
check, and confirmed that the behaviour is still correct.
2023-01-28 21:08:50 +00:00
Alyssa Ross 02ee33a5c1 python3.pkgs: simplify ensurePythonModules logic
It wasn't clear before, but it turns out that this is just four
separate conditions, and an attribute is valid if any of the
conditions is true, so we don't need a sea of parentheses to express
it.
2023-01-28 21:08:50 +00:00
R. Ryantm dd5386ee0e python310Packages.google-nest-sdm: 2.2.2 -> 2.2.4 2023-01-28 21:00:04 +00:00
Pavol Rusnak 0fa1ff5ce8
electrum: 4.3.3 -> 4.3.4 2023-01-28 20:44:08 +00:00
Alex Martens 5ada4a7e90 svdtools: 0.2.7 -> 0.2.8 2023-01-28 12:26:05 -08:00
Weijia Wang f69c8b761a
Merge pull request #213186 from r-ryantm/auto-update/protoc-gen-connect-go
protoc-gen-connect-go: 1.4.1 -> 1.5.0
2023-01-28 21:22:42 +01:00
figsoda 44187e2a04 nix-init: init at 0.1.0 2023-01-28 15:22:29 -05:00
Weijia Wang 10ababba02
Merge pull request #213209 from LeSuisse/gpac-2.2.0
gpac: 2.0.0 -> 2.2.0
2023-01-28 21:22:15 +01:00
Weijia Wang 3efb469016
Merge pull request #213184 from r-ryantm/auto-update/python310Packages.cma
python310Packages.cma: 3.2.2 -> 3.3.0
2023-01-28 21:20:55 +01:00
Weijia Wang 56503cde76
Merge pull request #213200 from newAM/probe-rs-cli-0.14.2
probe-rs-cli: 0.14.0 -> 0.14.2
2023-01-28 21:19:45 +01:00
Weijia Wang d059185235
Merge pull request #213192 from r-ryantm/auto-update/crowdin-cli
crowdin-cli: 3.9.3 -> 3.10.0
2023-01-28 21:18:05 +01:00
Pascal Bach 385c6f50ff
Merge pull request #212707 from r-ryantm/auto-update/plexRaw
plexRaw: 1.30.1.6562-915986d62 -> 1.30.2.6563-3d4dc0cce
2023-01-28 21:17:22 +01:00
Martin Weinelt df9301f0c9
Merge pull request #213053 from mcwitt/redshift-connector
python310Packages.redshift-connector: init at 2.0.910
2023-01-28 20:15:20 +00:00
Artturi 4cbf8b05bf
Merge pull request #213118 from vcunat/p/hotfix-networking-tests-eval 2023-01-28 22:10:51 +02:00
Weijia Wang 0433f98784
Merge pull request #213136 from r-ryantm/auto-update/vtm
vtm: 0.9.8n -> 0.9.8q
2023-01-28 21:10:42 +01:00
Weijia Wang 6b4c1b892d
Merge pull request #213161 from r-ryantm/auto-update/frugal
frugal: 3.16.12 -> 3.16.14
2023-01-28 21:09:40 +01:00
Weijia Wang ddf2d70682
Merge pull request #213175 from ayes-web/master
progress: add darwin to platforms
2023-01-28 21:03:14 +01:00
Matt Wittmann 577fa81532
python310Packages.redshift-connector: init at 2.0.910 2023-01-28 11:59:42 -08:00
Weijia Wang 3199e60c55
Merge pull request #213023 from r-ryantm/auto-update/bambootracker
bambootracker: 0.5.3 -> 0.6.0
2023-01-28 20:52:57 +01:00
Weijia Wang 2b9cb58157
Merge pull request #213078 from r-ryantm/auto-update/stayrtr
stayrtr: 0.3.0 -> 0.4.0
2023-01-28 20:50:04 +01:00
Weijia Wang 19ed23124e
Merge pull request #213147 from mimame/update-ameba-1.4.0
ameba: 1.3.1 -> 1.4.0
2023-01-28 20:39:57 +01:00
Martin Weinelt 44533f5954
zsh-powerlevel10k: 1.16.1 -> 1.17.0
https://github.com/romkatv/powerlevel10k/releases/tag/v1.17.0
https://github.com/romkatv/gitstatus/releases/tag/v1.5.4
2023-01-28 20:32:39 +01:00
ayes-web 91b2868b6d progress: add darwin to platforms 2023-01-28 21:32:08 +02:00
Martin Weinelt 1fa67dd7fd
python3Packages.tensorflow-estimator-bin: Rename from tensorflow-estimator 2023-01-28 20:29:28 +01:00
Martin Weinelt 26fc1080e0
python3Packages.tensorflow-estimator: 2.10.0 -> 2.11.0 2023-01-28 20:29:25 +01:00
R. Ryantm edc8e8e141 health-check: 0.03.10 -> 0.03.11 2023-01-28 19:25:06 +00:00
Thomas Gerbet e49997b90c
Merge pull request #212891 from abathur/oil_0.14.0
oil: 0.12.9 -> 0.14.0
2023-01-28 20:22:39 +01:00
Weijia Wang 966ec3034a
Merge pull request #213194 from Luflosi/update/ipfs-cluster
ipfs-cluster: 1.0.4 -> 1.0.5
2023-01-28 20:19:56 +01:00
Weijia Wang 986e0858ee
Merge pull request #212054 from r-ryantm/auto-update/python310Packages.toposort
python310Packages.toposort: 1.7 -> 1.9
2023-01-28 20:18:13 +01:00
Weijia Wang c9df03662d
Merge pull request #213020 from malob/update-openai
openai: 0.26.2 -> 0.26.4
2023-01-28 20:10:57 +01:00
Weijia Wang 9cb4d2b99d
Merge pull request #213183 from doronbehar/pkg/gnuradio
gnuradio: 3.10.5.0 -> 3.10.5.1
2023-01-28 20:09:06 +01:00
Thomas Gerbet d200764b36 gpac: 2.0.0 -> 2.2.0
https://github.com/gpac/gpac/releases/tag/v2.2.0

Also add an additional patch for a recent issue (CVE-2023-0358).
2023-01-28 20:08:27 +01:00
Weijia Wang f84e9a5300
Merge pull request #213130 from wegank/xtl-bump
xtl: 0.7.2 -> 0.7.5
2023-01-28 20:07:59 +01:00
Madoura f813bf39a9
composable_kernel: fix hydra workaround 2023-01-28 13:07:40 -06:00
Martin Weinelt 38e6e9c01d
Merge pull request #208562 from JamieMagee/nzbhydra2-4.7.6
nzbhydra2: 3.14.2 -> 4.7.6
2023-01-28 19:07:38 +00:00
Anderson Torres 499bf077d8 locate-dominating-file: add meta.homepage 2023-01-28 16:04:31 -03:00