| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.app-model: use finalAttrs | Sigmanificient | 2026-01-22 | 1 | -4/+4 |
| * | python3Packages.app-model: 0.4.0 -> 0.5.1•••changelog: - https://github.com/pyapp-kit/app-model/releases/tag/v0.5.0 - https://github.com/pyapp-kit/app-model/releases/tag/v0.5.1 changes: - https://github.com/pyapp-kit/app-model/compare/v0.4.0...v0.5.1 | Sigmanificient | 2026-01-22 | 1 | -2/+2 |
| * | 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: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> | Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | python3Packages.app-model: 0.3.1 -> 0.4.0 | R. Ryantm | 2025-07-01 | 1 | -3/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.app-model: update disabled | Fabian Affolter | 2024-11-23 | 1 | -1/+1 |
| * | python312Packages.app-model: 0.3.0 -> 0.3.1 | R. Ryantm | 2024-11-22 | 1 | -2/+2 |
| * | python312Packages.app-model: 0.2.8 -> 0.3.0 | R. Ryantm | 2024-09-18 | 1 | -2/+2 |
| * | python312Packages.app-model: 0.2.7 -> 0.2.8 | R. Ryantm | 2024-07-20 | 1 | -2/+2 |
| * | python312Packages.app-model: format with nixfmt | Fabian Affolter | 2024-05-09 | 1 | -18/+15 |
| * | python312Packages.app-model: refactor | Fabian Affolter | 2024-05-09 | 1 | -2/+2 |
| * | python312Packages.app-model: 0.2.6 -> 0.2.7•••Diff: https://github.com/pyapp-kit/app-model/compare/refs/tags/v0.2.6...v0.2.7 Changelog: https://github.com/pyapp-kit/app-model/blob/v0.2.7/CHANGELOG.md | Fabian Affolter | 2024-05-09 | 1 | -2/+2 |
| * | python312Packages.app-model: 0.2.5 -> 0.2.6 | R. Ryantm | 2024-03-25 | 1 | -2/+2 |
| * | python312Packages.app-model: 0.2.4 -> 0.2.5 | R. Ryantm | 2024-03-18 | 1 | -2/+2 |
| * | Merge branch 'master' into staging-next | Weijia Wang | 2024-01-03 | 1 | -6/+8 |
| |\ | |||||
| | * | python311Packages.app-model: 0.2.2 -> 0.2.4•••Diff: https://github.com/pyapp-kit/app-model/compare/refs/tags/v0.2.2...v0.2.4 Changelog: https://github.com/pyapp-kit/app-model/blob/v0.2.4/CHANGELOG.md | Fabian Affolter | 2023-12-31 | 1 | -6/+8 |
| * | | treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage•••The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm. | Martin Weinelt | 2023-12-20 | 1 | -2/+0 |
| |/ | |||||
| * | python311Packages.app-model: 0.2.1 -> 0.2.2•••Diff: https://github.com/pyapp-kit/app-model/compare/refs/tags/v0.2.1...v0.2.2 Changelog: https://github.com/pyapp-kit/app-model/blob/v0.2.2/CHANGELOG.md | Fabian Affolter | 2023-09-25 | 1 | -2/+2 |
| * | python311Packages.app-model: 0.2.0 -> 0.2.1•••Diff: https://github.com/pyapp-kit/app-model/compare/refs/tags/v0.2.0...v0.2.1 Changelog: https://github.com/pyapp-kit/app-model/blob/v0.2.1/CHANGELOG.md | Fabian Affolter | 2023-08-30 | 1 | -2/+2 |
| * | python311Packages.app-model: 0.1.4 -> 0.2.0•••Diff: https://github.com/pyapp-kit/app-model/compare/refs/tags/v0.1.4...v0.2.0 Changelog: https://github.com/pyapp-kit/app-model/blob/v0.2.0/CHANGELOG.md | Fabian Affolter | 2023-07-14 | 1 | -2/+2 |
| * | python310Packages.app-model: 0.1.2 -> 0.1.4•••Diff: https://github.com/pyapp-kit/app-model/compare/refs/tags/v0.1.2...v0.1.4 Changelog: https://github.com/pyapp-kit/app-model/blob/v0.1.4/CHANGELOG.md | Fabian Affolter | 2023-04-07 | 1 | -2/+2 |
| * | python310Packages.app-model: 0.1.1 -> 0.1.2•••Diff: https://github.com/pyapp-kit/app-model/compare/refs/tags/v0.1.1...v0.1.2 Changelog: https://github.com/pyapp-kit/app-model/blob/v0.1.2/CHANGELOG.md | Fabian Affolter | 2023-03-08 | 1 | -6/+6 |
| * | python310Packages.app-model: init at 0.1.1 | Fabian Affolter | 2023-02-24 | 1 | -0/+57 |
