| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.aiosmtpd: remove superfluous pythonOlder | Gutyina Gergő | 2026-01-19 | 1 | -3/+2 |
| * | python3Packages.aiosmtpd: remove superfluous pythonOlder | Gutyina Gergő | 2026-01-17 | 1 | -3/+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 | -2/+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 |
| * | 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.aiosmtpd: add some key reverse-dependencies to passthru.tests | Robert Scott | 2024-07-25 | 1 | -0/+8 |
| * | python3Packages.aiosmtpd: 1.4.5 -> 1.4.6•••https://github.com/aio-libs/aiosmtpd/releases/tag/v1.4.6 | Martin Weinelt | 2024-06-24 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -19/+14 |
| * | python311Packages.aiosmtpd: refactor | Fabian Affolter | 2024-04-22 | 1 | -2/+7 |
| * | python311Packages.aiosmtpd: add changelog to meta | Fabian Affolter | 2024-04-22 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix | Martin Weinelt | 2024-03-19 | 1 | -0/+1 |
| |\ | |||||
| | * | 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 |
| * | | python3Packages.aiosmtpd: 1.4.4.post2 -> 1.4.5 | Martin Weinelt | 2024-03-12 | 1 | -3/+3 |
| |/ | |||||
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | python3Packages.aiosmtpd: 1.4.3 -> 1.4.4.post2 | Martin Weinelt | 2023-03-03 | 1 | -2/+2 |
| * | 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 |
| * | python3Packages.aiosmtpd: 1.4.2 -> 1.4.3 | Martin Weinelt | 2023-01-05 | 1 | -3/+3 |
| * | python3Packages.aiosmtpd: disable tests on Python > 3.9 | Fabian Affolter | 2022-02-08 | 1 | -0/+3 |
| * | python3Packages.aiosmtpd: enable tests | Fabian Affolter | 2021-11-12 | 1 | -10/+34 |
| * | python3Packages.aiosmtpd: 1.2.1 -> 1.4.2•••Required for mailman update to 3.3.4 | Lucas Savva | 2021-04-05 | 1 | -4/+4 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python3Packages.aiodmtpd: 1.2 -> 1.2.1 | Edmund Wu | 2019-08-24 | 1 | -5/+8 |
| * | python3Packages.aiosmtpd: init at 1.2 | Edmund Wu | 2019-08-13 | 1 | -0/+32 |
