| 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: 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.datetime: 5.5 -> 6.0 | R. Ryantm | 2025-11-28 | 1 | -2/+2 |
| * | python313Packages.datetime: 5.4 -> 5.5•••https://github.com/zopefoundation/DateTime/blob/5.5/CHANGES.rst | Martin Weinelt | 2025-05-23 | 1 | -2/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -9/+8 |
| * | python311Packages.zope-*: rename from zope_* | Felix Buehler | 2024-01-06 | 1 | -3/+2 |
| * | python311Packages.datetime: 5.2 -> 5.4•••Diff: https://github.com/zopefoundation/datetime/compare/refs/tags/5.2...5.4 Changelog: https://github.com/zopefoundation/DateTime/blob/5.4/CHANGES.rst | Fabian Affolter | 2023-12-30 | 1 | -2/+2 |
| * | python310Packages.datetime: update changelog | Fabian Affolter | 2023-08-17 | 1 | -1/+1 |
| * | python310Packages.datetime: 5.1 -> 5.2•••Diff: https://github.com/zopefoundation/datetime/compare/refs/tags/5.1...5.2 Changelog: https://github.com/zopefoundation/DateTime/releases/tag/5.2 | Fabian Affolter | 2023-08-17 | 1 | -2/+2 |
| * | python3Packages.datetime: init at 5.1 | icyrockcom | 2023-04-24 | 1 | -0/+40 |
