| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.glymur: 0.14.6 -> 0.14.7 | R. Ryantm | 2026-02-05 | 1 | -2/+2 |
| * | python3Packages.glymur: 0.14.4 -> 0.14.6 | R. Ryantm | 2026-01-28 | 1 | -2/+2 |
| * | python3Packages.glymur: 0.13.6 -> 0.14.4•••Diff: https://github.com/quintusdias/glymur/compare/v0.13.6...v0.14.4 Changelog: https://github.com/quintusdias/glymur/blob/refs/tags/v0.14.4/CHANGES.txt | Gaetan Lepage | 2026-01-21 | 1 | -21/+26 |
| * | treewide: migrate my python packages to use finalAttrs | TomaSajt | 2026-01-16 | 1 | -4/+4 |
| * | treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done | Robert Schütz | 2026-01-11 | 1 | -3/+0 |
| * | treewide: replace substituteAll with replaceVars | Wolfgang Walther | 2025-02-10 | 1 | -3/+2 |
| * | python312Packages.glymur: 0.13.4 -> 0.13.6•••Diff: https://github.com/quintusdias/glymur/compare/refs/tags/v0.13.6...v0.13.6 Changelog: https://github.com/quintusdias/glymur/blob/refs/tags/v0.13.6/CHANGES.txt | Fabian Affolter | 2025-01-13 | 1 | -6/+13 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | 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" ``` | Artturin | 2024-09-25 | 1 | -2/+2 |
| * | python312Packages.glymur: 0.13.2 -> 0.13.4 | TomaSajt | 2024-07-07 | 1 | -3/+3 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -20/+17 |
| * | python312Packages.glymur: 0.12.5 -> 0.13.2, unbreak, refactor | TomaSajt | 2024-05-09 | 1 | -16/+31 |
| * | treewide: drop inactive maintainer costrouc from all python packages | Sandro Jäckel | 2023-07-18 | 1 | -1/+1 |
| * | python310Packages.scikit-image: rename from scikitimage•••to match the pname and create an alias for the former name. | Martin Weinelt | 2023-05-14 | 1 | -2/+2 |
| * | python311Packages.glymur: 0.12.4 -> 0.12.5•••Changelog: https://github.com/quintusdias/glymur/blob/v0.12.5/CHANGES.txt | Fabian Affolter | 2023-05-07 | 1 | -2/+2 |
| * | python310Packages.glymur: 0.9.3 -> 0.12.4•••Diff: https://github.com/quintusdias/glymur/compare/refs/tags/v0.9.3...v0.12.4 Changelog: https://github.com/quintusdias/glymur/blob/v0.12.4/CHANGES.txt | Fabian Affolter | 2023-05-02 | 1 | -8/+11 |
| * | python310Packages.glymur: modernize | Fabian Affolter | 2023-05-02 | 1 | -10/+16 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | treewide: optional -> optionals where the argument is a list•••the argument to optional should not be list | Artturin | 2022-10-10 | 1 | -1/+1 |
| * | glymur: fix build | Vikram Narayanan | 2021-11-24 | 1 | -0/+2 |
| * | python3Packages.glymur: 0.8.18 -> 0.9.3 | Robert T. McGibbon | 2021-05-04 | 1 | -7/+12 |
| * | pythonPackages.glymur: remove unused input | Sandro Jäckel | 2021-02-16 | 1 | -1/+0 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 1 | -1/+1 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | pythonPackages.glymur: init at 0.8.18 | Chris Ostrouchov | 2019-07-17 | 1 | -0/+51 |
