summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bx-py-utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-2/+2
* treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` Artturin2024-09-251-1/+1
* treewide: remove `refs/tags/` from github release `meta.changelog` urls•••diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`: https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12 Peder Bergebakken Sundt2024-08-291-1/+1
* python312Packages.bx-py-utils: 96 -> 98•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v96...98 Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v98 Robert Schütz2024-08-261-2/+2
* python312Packages.bx-py-utils: 95 -> 96•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v95...96 Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v96 Robert Schütz2024-08-191-2/+2
* python312Packages.bx-py-utils: 94 -> 95•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v94...v95 Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v95 Robert Schütz2024-08-151-2/+2
* python312Packages.bx-py-utils: 93 -> 94•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v93...v94 Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v94 Robert Schütz2024-08-071-3/+3
* python312Packages.bx-py-utils: 91 -> 93•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v91...v93 Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v93 Robert Schütz2024-07-191-4/+6
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-22/+21
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* python311Packages.bx-py-utils: 88 -> 91•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v88...v91 Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v89 https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v90 https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v91 Robert Schütz2024-01-201-2/+2
* python311Packages.bx-py-utils: 80 -> 88•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v80...v88 Robert Schütz2023-11-261-3/+3
* python3Packages.bx-py-utils: add changelog to metanatsukium2023-05-301-0/+1
* python3Packages.bx-py-utils: disable a broken test on darwinnatsukium2023-05-301-0/+5
* python310Packages.bx-py-utils: 78 -> 80•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v78...v80 Robert Schütz2023-05-221-2/+6
* python310Packages.bx-py-utils: disable failing tests•••Fallout from the last bs4 update. Martin Weinelt2023-05-161-0/+6
* python310Packages.bx-py-utils: 76 -> 78•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v76...v78 Changelog: https://github.com/boxine/bx_py_utils/releases/tag/v78 Robert Schütz2023-04-231-2/+2
* python310Packages.bx-py-utils: 75 -> 76•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v75...v76 Robert Schütz2023-02-271-2/+2
* python310Packages.bx-py-utils: init at 75Robert Schütz2023-02-011-0/+73