1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Commit graph

513310 commits

Author SHA1 Message Date
lelgenio 3d08a87bde dart-sass: 1.64.1 -> 1.65.1 2023-08-13 13:14:26 -03:00
Frederik Rietdijk 954b6397ae
Merge pull request #246829 from tjni/d2to1-cleanup
python3.pkgs.d2to1: remove as it's archived and breaks with setuptools 68
2023-08-11 15:30:29 +02:00
Weijia Wang 672af9303f
Merge pull request #248429 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.162 -> 0.0.163
2023-08-11 15:22:45 +02:00
Weijia Wang eea6530ff9
Merge pull request #248472 from r-ryantm/auto-update/python310Packages.sqlobject
python310Packages.sqlobject: 3.10.1 -> 3.10.2
2023-08-11 15:22:08 +02:00
Weijia Wang c1afd64a4c
Merge pull request #248474 from r-ryantm/auto-update/netbird
netbird: 0.22.2 -> 0.22.3
2023-08-11 15:21:55 +02:00
Weijia Wang d1940f8fa8
Merge pull request #248211 from r-ryantm/auto-update/argocd
argocd: 2.7.10 -> 2.8.0
2023-08-11 15:21:06 +02:00
Weijia Wang f2f0b5a129
Merge pull request #248118 from nim65s/pinocchio-2.6.20
pinocchio: 2.6.19 -> 2.6.20
2023-08-11 15:16:03 +02:00
Mario Rodas 650596759b
Merge pull request #248225 from marsam/update-python-protego
python310Packages.protego: 0.2.1 -> 0.3.0
2023-08-11 06:38:55 -05:00
Ryan Lahfa a7ad0beffb
Merge pull request #244670 from thillux/frr-cross-options 2023-08-11 13:33:08 +02:00
K900 d86cb11f5d
Merge pull request #248518 from K900/kernels-20230811
Kernel updates for 2023-08-11
2023-08-11 14:20:05 +03:00
K900 a71c769b53
Merge pull request #248473 from K900/asusctl-4.7.0
asusctl: 4.6.2 -> 4.7.0
2023-08-11 14:19:53 +03:00
K900 62c9530958 linux-rt_5_15: 5.15.119-rt65 -> 5.15.125-rt66 2023-08-11 14:03:45 +03:00
K900 8e593131e0 linux: 6.4.9 -> 6.4.10 2023-08-11 14:02:40 +03:00
K900 40fc15bbf7 linux: 6.1.44 -> 6.1.45 2023-08-11 14:02:34 +03:00
K900 ae84d2bbfa linux: 5.4.252 -> 5.4.253 2023-08-11 14:02:17 +03:00
K900 7aacf59d7a linux: 5.10.189 -> 5.10.190 2023-08-11 14:02:01 +03:00
K900 44e047a495 linux: 4.19.290 -> 4.19.291 2023-08-11 14:01:41 +03:00
K900 33ad98508d linux: 4.14.321 -> 4.14.322 2023-08-11 14:01:35 +03:00
Rick van Schijndel 25159f4f39
Merge pull request #246588 from thillux/fix-libdivsufsort
libdivsufsort: fix cross-compilation
2023-08-11 12:49:40 +02:00
happysalada 7a1c91e4ec qdrant: 1.4.0 -> 1.4.1 2023-08-11 18:37:23 +08:00
Jan Malakhovski 7eefa92432 keeperrl: cleanup expression 2023-08-11 09:20:44 +00:00
Jan Malakhovski 0e38454027 treewide: noop: misc cleanups 2023-08-11 09:20:44 +00:00
Jan Malakhovski 591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
Jonas Heinrich 979f71ba7c
Merge pull request #248423 from schuelermine/add/see
see: init at unstable-2023-03-19
2023-08-11 11:19:16 +02:00
Sandro Jäckel e594a0fc14 cargo-auditable: fix cross compilation
This fixes the following error:
...
cargo-auditable>    Doc-tests auditable-extract
cargo-auditable> error: doctest failed, to rerun pass `-p auditable-extract --doc`
cargo-auditable>
cargo-auditable> Caused by:
cargo-auditable>   could not execute process `rustdoc --edition=2018 --crate-type lib --crate-name auditable_extract --test /build/source/auditable-extract/src/lib.rs --target x86_64-unknown-linux-gnu -L dependency=/build/source/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/build/source/target/release/deps --test-args --test-threads=96 --extern auditable_extract=/build/source/target/x86_64-unknown-linux-gnu/release/deps/libauditable_extract-dd1904617e4b78db.rlib --extern binfarce=/build/source/target/x86_64-unknown-linux-gnu/release/deps/libbinfarce-2ba09d21aed0de1a.rlib -C embed-bitcode=no --error-format human` (never executed)
cargo-auditable>
cargo-auditable> Caused by:
cargo-auditable>   No such file or directory (os error 2)

Tested with lanzaboote
2023-08-11 09:40:05 +01:00
Fabian Affolter 4f3a074422
Merge pull request #248484 from fabaff/pyftdi-bump
python311Packages.pyftdi: 0.54.0 -> 0.55.0
2023-08-11 10:02:00 +02:00
Fabian Affolter 0b13433034
python310Packages.sqlobject: add changelog to meta 2023-08-11 09:27:10 +02:00
Fabian Affolter bda4b7c0af python311Packages.pyftdi: 0.54.0 -> 0.55.0
Diff: https://github.com/eblot/pyftdi/compare/v0.54.0...v0.55.0
2023-08-11 07:21:15 +00:00
Norbert Melzer bb9707ef2e
Merge pull request #248167 from BlankParticle/vscode-runtime-libsecret 2023-08-11 09:17:17 +02:00
Fabian Affolter 2679f8fa2c
Merge pull request #247914 from fabaff/dvc-bump
python310Packages.dvc: 3.8.1 -> 3.14.0
2023-08-11 09:11:19 +02:00
VuiMuich 91eae85639
termusic: 0.7.10 -> 0.7.11 (#247425)
* termusic: 0.7.10 -> 0.7.11

* termusic: sort attributes alphabetically, remove `with lib;`

* termusic: fix builds on Darwin

* termusic: fix builds on Darwin

* termusic: fix builds on x86_64 Darwin

* termusic: fix builds on Darwin

* Revert "termusic: fix builds on Darwin"

This reverts commit 90670409e9.
This reverts commit f137ccf109.

* termusic: fix builds on Darwin

* termusic: fix builds on Darwin

---------

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-08-11 08:56:43 +02:00
Nick Cao 11717e91b4
Merge pull request #248222 from marsam/update-bundletool
bundletool: 1.15.2 -> 1.15.4
2023-08-11 00:37:23 -06:00
Vincent Laporte abf1192620 ocamlPackages.camlpdf: 2.5 → 2.6
ocamlPackages.cpdf: 2.5.1 → 2.6
2023-08-11 08:36:27 +02:00
R. Ryantm 6583a99617 netbird: 0.22.2 -> 0.22.3 2023-08-11 06:34:30 +00:00
lewo be8066f9e4
Merge pull request #248465 from aaronjheng/yq
yq: 4.34.2 -> 4.35.1
2023-08-11 08:27:11 +02:00
K900 3837272f6e asusctl: 4.6.2 -> 4.7.0 2023-08-11 09:27:08 +03:00
happysalada 4ccfd781c2 nodePackages: update to latest 2023-08-11 14:20:20 +08:00
Theodore Ni afb1afc55e
python3.pkgs.d2to1: remove as it's archived and breaks with setuptools 68 2023-08-10 23:16:13 -07:00
Theodore Ni 485bbe5836
python3.pkgs.colour: remove d2to1 to support setuptools 68 2023-08-10 23:15:52 -07:00
R. Ryantm 2cbce91b28 python310Packages.sqlobject: 3.10.1 -> 3.10.2 2023-08-11 06:15:07 +00:00
7c6f434c 51e7e7a385
Merge pull request #220885 from chayleaf/rz-ghidra
rz-ghidra, jsdec: init at 0.6.0; rizin-sigdb: init at unstable-2023-02-13
2023-08-11 05:58:43 +00:00
Theodore Ni b2ad86ce3c
python3.pkgs.aioslimproto: improve the derivation (#247239)
1. Grab patch to unpin setuptools version.
2. Explicitly add wheel as a build dependency.
3. Add pytest-asyncio, as the project uses it.
4. Enable a test that now passes.
5. Update the supported Python version to 3.10+.
2023-08-11 07:58:20 +02:00
Theodore Ni 07fdd8318d
python3.pkgs.cvxpy: add build dependencies and fix build constraints (#247305) 2023-08-11 07:57:36 +02:00
Theodore Ni 2d6cf36efd
python3.pkgs.datrie: add build dependencies and improve derivation (#247306) 2023-08-11 07:57:20 +02:00
Jörg Thalheim c1cf0594fd
python3.pkgs.numba: report a valid version (#248316)
* python3.pkgs.numba: report a valid version

just now if packages check for a numba bigger than a specific version they will fail to find this package

* Update pkgs/development/python-modules/numba/default.nix

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>

---------

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2023-08-11 06:57:01 +01:00
Theodore Ni 85d724f49a
python3.pkgs.mpmath: 1.2.1 -> 1.3.0 (#248319) 2023-08-11 07:50:24 +02:00
Frederik Rietdijk 9bd169969f
Merge pull request #246926 from tjni/core-python-dependency-maintainers
python: update maintainers for some core python packages
2023-08-11 07:45:59 +02:00
Theodore Ni 9b128cb45c
python3.pkgs.ciscoconfparse: fix build dependency metadata (#246905) 2023-08-11 07:44:43 +02:00
natsukium 32c8912889 python310Packages.pydeck: move some inputs to optional-dependencies 2023-08-11 07:37:35 +02:00
natsukium 0d40a3066c python310Packages.pydeck: 0.7.1 -> 0.8.0 2023-08-11 07:37:35 +02:00