summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-linux-procfs
AgeCommit message (Collapse)Author
2023-12-08Merge remote-tracking branch 'origin/master' into stagingDmitry Kalinkin
Conflicts: pkgs/tools/networking/ofono/default.nix
2023-12-07python3.pkgs.*: Explicitly pass buildPythonPackage format parameteradisbladis
Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda
2023-12-05treewide: fetchgit -> fetchzip (git.kernel.org)Alyssa Ross
fetchzip is more efficient, because it doesn't do a full git clone, so it should be preferred where possible. Where hashes have not been changed, I have verified that they don't need to be. Where hashes have changed, in all cases this is because of .gitattributes files that exclude certain files from the tarball, and in these cases I have verified that the packages still build. sbsigntool still uses fetchgit because it has a submodule, and ell and iwd still use fetchgit because git.kernel.org does not provide snapshot links for them. Apparently this is intentional.
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
2021-06-22python3Packages.python-linux-procfs: init at 0.6.3Enno Richter