3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

414801 commits

Author SHA1 Message Date
Fabian Affolter 1b6bef9c08 pip-audit: 2.4.3 -> 2.4.4 2022-10-04 14:22:51 +02:00
Fabian Affolter 0ba44a03f6
Merge pull request #193308 from fabaff/dirstalk
dirstalk: init at 1.3.3
2022-10-04 14:17:18 +02:00
Fabian Affolter 16726716f2
Merge pull request #194383 from r-ryantm/auto-update/python310Packages.pyatmo
python310Packages.pyatmo: 7.0.1 -> 7.1.0
2022-10-04 14:10:13 +02:00
R. Ryantm a097585ef1 ft2-clone: 1.58 -> 1.59 2022-10-04 20:03:19 +08:00
Weijia Wang 7994937ed2 pygtk: fix build on aarch64-darwin 2022-10-04 13:42:41 +02:00
Weijia Wang d8cb641929 pygobject: fix build on aarch64-darwin 2022-10-04 13:42:21 +02:00
Weijia Wang 4ef739adf1 scandir: fix build on aarch64-darwin 2022-10-04 13:41:56 +02:00
Janne Heß 7527505f0b
schema2ldif: Fix ldap-schema-manager not working
Also minor package fixes to clean it up.
2022-10-04 13:31:23 +02:00
squalus d0637e1a25 vouch-proxy: enable checkPhase
Upstream fixed tests in https://github.com/vouch/vouch-proxy/commit/8eae4e5edc9
2022-10-04 13:26:13 +02:00
R. Ryantm 6ffc735377 k3sup: 0.12.3 -> 0.12.7 2022-10-04 11:07:22 +00:00
Fabian Affolter 6520ff3aad python310Packages.identify: 2.5.5 -> 2.5.6 2022-10-04 13:06:30 +02:00
R. Ryantm 85827a5de8 jql: 5.0.2 -> 5.1.0 2022-10-04 11:05:38 +00:00
Fabian Affolter ee42f9b29c python310Packages.nomadnet: 0.2.2 -> 0.2.3 2022-10-04 12:55:02 +02:00
Fabian Affolter 052cb0862e python310Packages.lxmf: 0.1.8 -> 0.1.9 2022-10-04 12:54:40 +02:00
Fabian Affolter e9b0609af7 python310Packages.rns: 0.3.12 -> 0.3.13 2022-10-04 12:54:36 +02:00
x10an14 3241ef22f9
vscode-extensions.streetsidesoftware.code-spell-checker: 2.3.1 -> 2.10.1 2022-10-04 12:52:27 +02:00
Alexandre Iooss f94082ba52 python3Packages.wandb: reorder attributes 2022-10-04 12:47:05 +02:00
Artur Cygan 0b4cd241e2 haskellPackages.webauthn: unbreak 2022-10-04 12:42:43 +02:00
R. Ryantm 7543658008 gum: 0.6.0 -> 0.7.0 2022-10-04 10:40:56 +00:00
Philipp Arras bb3010ea13 python3Packages.ducc0: 0.25.0 -> 0.26.0 2022-10-04 12:40:44 +02:00
R. Ryantm 4094a6176e python310Packages.pyhiveapi: 0.5.13 -> 0.5.14 2022-10-04 10:19:59 +00:00
Joachim Breitner 5ff268a184 haskellPackages.rec-def: Unbreak 2022-10-04 11:57:10 +02:00
Janne Heß 3d92e81834
icinga2: Add pname to .vim
Makes it compatible with the vim module of home-manager which expects
pname to be set.
2022-10-04 11:50:20 +02:00
Sandro 0490b307e5
Merge pull request #194369 from marsam/update-yt-dlp 2022-10-04 11:43:36 +02:00
R. Ryantm 0406a78202 python310Packages.pyatmo: 7.0.1 -> 7.1.0 2022-10-04 09:32:53 +00:00
Lassulus 177554c0a1
Merge pull request #194285 from bandithedoge/master 2022-10-04 11:29:38 +02:00
Fabian Affolter 877f90019a
Merge pull request #194096 from r-ryantm/auto-update/python310Packages.django-reversion
python310Packages.django-reversion: 5.0.2 -> 5.0.3
2022-10-04 11:10:22 +02:00
oxalica f9af66562a neovim-remote: fix build with neovim 0.8 2022-10-04 10:59:08 +02:00
Christian Kögler b38d7f4b89
Merge pull request #193538 from yvesf/fix-qcad-desktop-file
qcad: fix executable path in .desktop file
2022-10-04 10:51:07 +02:00
markuskowa 722de8a2ab
Merge pull request #194197 from markuskowa/upd-ucx
ucx: 1.13.0 -> 1.13.1
2022-10-04 10:45:07 +02:00
Sandro 83928b1d5e
Merge pull request #193165 from pmiddend/crystfel-wrap-program-fix
crystfel-headless: fix wrapProgram dependency
2022-10-04 10:44:48 +02:00
Frederik Rietdijk 34d1d336ad onnnxruntime, python3Packages.onnxruntime: improve packaging
The Python bindings to onnxruntime were added by me in #193188.

Adding Python support this way is not a good way. Here a wheel was
created (which is fine) and installed in a python output. The
propagated-build-inputs file is put in the dev output. That's fine,
except that stdenv.mkDerivation does not automatically add dev when
python is included, because other outputs are only added when no
output is explicitly selected. This means that when you want to use
these bindings in another Python package, pip will complain it cannot
find the dependencies of the bindings.

In this PR, the onnxruntime derivation outputs a wheel in the dist output.
Then, in python-packages.nix we have a separate onnxruntime package
which installs the bindings.

The Python bindings have quite some dependencies which, depending on
your use case, are not required. Thus the dependency relax hook is
used to remove some of these dependencies.

Note there is also an issue with protobuf versions. The onnxruntime
bindings require an older protobuf and Python protobuf which we
cannot offer. Thus protobuf is also removed as Python dependency.
2022-10-04 10:33:48 +02:00
Alexandre Iooss a2a6cb1a69 python3Packages.langcodes: add missing setuptools 2022-10-04 10:33:32 +02:00
R. Ryantm 2882790801 libplctag: 2.5.1 -> 2.5.2 2022-10-04 16:28:29 +08:00
R. Ryantm 31852b4600 kotlin: 1.7.10 -> 1.7.20 2022-10-04 16:26:44 +08:00
Bobby Rong b29c25d356
Merge pull request #193577 from erdnaxe/arguments-pname-version
arguments: rename name to pname&version
2022-10-04 16:24:08 +08:00
R. RyanTM e2f8348fab
buildah: 1.27.2 -> 1.28.0 (#194360) 2022-10-04 18:23:36 +10:00
Pavol Rusnak 01c6a05689
Merge pull request #194112 from prusnak/electrum
electrum: make compatible with protobuf 4+
2022-10-04 10:20:35 +02:00
Bobby Rong bd472350e9
Merge pull request #193793 from zendo/update-kooha
kooha: 2.0.1 -> 2.2.2
2022-10-04 16:20:17 +08:00
R. Ryantm b7a6fde153 ferium: 4.1.10 -> 4.1.11 2022-10-04 16:17:53 +08:00
R. Ryantm 2107211a4e benthos: 4.8.0 -> 4.9.0 2022-10-04 16:11:00 +08:00
R. Ryantm 3c8f16a2e2 rust-analyzer-unwrapped: 2022-09-26 -> 2022-10-03 2022-10-04 16:04:02 +08:00
Adam Joseph c46bdcbaf2 nixos/lib/qemu-common.nix: set qemuSerialDevice for isMips64 2022-10-04 07:48:12 +00:00
R. Ryantm d8c964c2f7 carapace: 0.16.0 -> 0.17.0 2022-10-04 07:47:47 +00:00
Fabian Affolter 533ca3db3c
Merge pull request #194313 from r-ryantm/auto-update/python310Packages.google-cloud-appengine-logging
python310Packages.google-cloud-appengine-logging: 1.1.4 -> 1.1.5
2022-10-04 09:32:48 +02:00
Fabian Affolter 6b8a227979
Merge pull request #194315 from r-ryantm/auto-update/python310Packages.google-cloud-bigquery-logging
python310Packages.google-cloud-bigquery-logging: 1.0.5 -> 1.0.6
2022-10-04 09:32:33 +02:00
Fabian Affolter f677a3b3b8
Merge pull request #194317 from r-ryantm/auto-update/python310Packages.google-cloud-datacatalog
python310Packages.google-cloud-datacatalog: 3.9.1 -> 3.9.2
2022-10-04 09:31:56 +02:00
Fabian Affolter a17ba2a1a9
Merge pull request #194318 from r-ryantm/auto-update/python310Packages.google-cloud-iot
python310Packages.google-cloud-iot: 2.6.2 -> 2.6.3
2022-10-04 09:24:27 +02:00
Fabian Affolter 2e88eb2a55
Merge pull request #194319 from r-ryantm/auto-update/python310Packages.google-cloud-redis
python310Packages.google-cloud-redis: 2.9.1 -> 2.9.2
2022-10-04 09:24:06 +02:00
Fabian Affolter 12dfc0ee3d
Merge pull request #194322 from r-ryantm/auto-update/python310Packages.google-cloud-secret-manager
python310Packages.google-cloud-secret-manager: 2.12.4 -> 2.12.5
2022-10-04 09:23:50 +02:00