Commit graph

448636 commits

Author SHA1 Message Date
Weijia Wang
6d781ea37e
Merge pull request #213212 from r-ryantm/auto-update/health-check
health-check: 0.03.10 -> 0.03.11
2023-01-29 00:29:44 +01:00
Martin Weinelt
4c4b377a23
Merge pull request #212407 from NobbZ/hledger-utils
hledger-utils: init at 1.12.1 (also init so far unpackaged dependencies)
2023-01-28 23:08:29 +00:00
Norbert Melzer
ac47db290b hledger-utils: init at 1.12.1 2023-01-28 23:53:47 +01:00
Norbert Melzer
ac3d289481 pythonPackages.drawilleplot: init at 0.1.0 2023-01-28 23:53:47 +01:00
Norbert Melzer
332a06e011 pythonPackages.drawille: init at 0.1.0 2023-01-28 23:53:47 +01:00
Weijia Wang
08911d56f3
Merge pull request #213068 from r-ryantm/auto-update/usbimager
usbimager: 1.0.8 -> 1.0.9
2023-01-28 23:33:07 +01:00
Martin Weinelt
d98f26816b
Merge pull request #211173 from mweinelt/tensorflow-2.11.0
python3Packages.tensorflow: 2.10.0 -> 2.11.0
2023-01-28 22:26:57 +00:00
Robert Scott
19b10b5b31
Merge pull request #210887 from LeSuisse/libgda-CVE-2021-39359
libgda: apply patch for CVE-2021-39359
2023-01-28 22:21:43 +00:00
Pavol Rusnak
9e510a5b9e
Merge pull request #213230 from prusnak/torq
torq: 0.16.15 -> 0.17.3
2023-01-28 22:16:42 +00: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
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
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
Pavol Rusnak
0fa1ff5ce8
electrum: 4.3.3 -> 4.3.4 2023-01-28 20:44:08 +00: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
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