| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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: use lib.concatAttrValues to obtain all optional-dependencies | Robert Schütz | 2025-11-27 | 1 | -1/+1 |
| * | python3Packages.certomancer: 0.12.3 -> 0.13.0 | R. Ryantm | 2025-08-30 | 1 | -2/+2 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -1/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.certomancer: 0.12.0 -> 0.12.3•••Diff: https://github.com/MatthiasValvekens/certomancer/compare/refs/tags/v0.12.0...v0.12.3 | Robert Schütz | 2024-11-20 | 1 | -10/+3 |
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -2/+2 |
| * | treewide: remove wolfangaukang as maintainer | P. | 2024-06-22 | 1 | -1/+1 |
| * | python311Packages.certomancer: 0.11.0 -> 0.12.0•••Diff: https://github.com/MatthiasValvekens/certomancer/compare/refs/tags/v0.11.0...v0.12.0 | Gaetan Lepage | 2024-05-29 | 1 | -29/+28 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -35/+28 |
| * | 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. | stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | python311Packages.certomancer: 0.9.1 -> 0.11.0 | Fabian Affolter | 2023-08-21 | 1 | -25/+50 |
| * | python310Packages.certomancer: Disable failing test•••after pyhanko-certvalidator update. | Martin Weinelt | 2023-03-03 | 1 | -0/+5 |
| * | python3.pkgs.certomancer: 0.8.2 -> 0.9.1•••Adds Python 3.11 compatibility. | Alyssa Ross | 2023-02-13 | 1 | -5/+3 |
| * | 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 |
| * | python310Packages.certomancer: init at 0.8.2 | P. R. d. O | 2022-04-22 | 1 | -0/+71 |
