| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.asyncmy: 0.2.10 -> 0.2.11 | R. Ryantm | 2026-01-20 | 1 | -2/+2 |
| * | treewide: change 'format = "pyproject";' to 'pyproject = true;'•••This is almost all find-and-replace. I manually edited: * pkgs/development/python-modules/notifications-android-tv/default.nix, * pkgs/servers/home-assistant/default.nix, * pkgs/development/tools/continuous-integration/buildbot/master.nix A few files have not been changed in this PR because they would cause rebuilds. This PR should have 0 rebuilds. | Michael Daniels | 2026-01-12 | 1 | -1/+1 |
| * | 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 |
| * | python3Packages.asyncmy: fix src hash•••sha256-HQZmt22yPYaWfJzL20+jBc855HR4dVW983Z0LrN1Xa0= -> sha256-pWAUvHWtmpPlKh6YGJqhubQzIUSB0LeVanqfziOMWIM= | Justin Restivo | 2025-12-30 | 1 | -1/+1 |
| * | 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 |
| * | treewide: substitute pname for strings (python3Packages.[a-g].*) | Peder Bergebakken Sundt | 2025-05-25 | 1 | -1/+1 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.asyncmy: 0.2.9 -> 0.2.10•••Diff: https://github.com/long2ice/asyncmy/compare/refs/tags/v0.2.9...v0.2.10 | Fabian Affolter | 2024-12-07 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -10/+9 |
| * | python311Packages.asyncmy: 0.2.8 -> 0.2.9•••Diff: https://github.com/long2ice/asyncmy/compare/refs/tags/v0.2.8...v0.2.9 | Fabian Affolter | 2023-11-29 | 1 | -2/+2 |
| * | python310Packages.asyncmy: 0.2.7 -> 0.2.8 | R. Ryantm | 2023-06-05 | 1 | -2/+2 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | python310Packages.asyncmy: 0.2.6 -> 0.2.7•••Diff: https://github.com/long2ice/asyncmy/compare/refs/tags/v0.2.6...v0.2.7 | Fabian Affolter | 2023-02-15 | 1 | -2/+2 |
| * | python310Packages.asyncmy: 0.2.5 -> 0.2.6 | R. Ryantm | 2023-02-01 | 1 | -3/+3 |
| * | python310Packages.asyncmy: add setuptools | Fabian Affolter | 2022-10-30 | 1 | -2/+3 |
| * | python310Packages.asyncmy: 0.2.4 -> 0.2.5 | R. Ryantm | 2022-03-30 | 1 | -2/+2 |
| * | python3Packages.asyncmy: 0.2.3 -> 0.2.4 | Fabian Affolter | 2022-03-28 | 1 | -2/+2 |
| * | python3Packages.asyncmy: init at 0.2.3 | Fabian Affolter | 2021-11-24 | 1 | -0/+42 |
