From fdffa9859a12a1ebd6eb02c78f1917b2018fe18b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 16 Sep 2026 14:00:50 +0000 Subject: [PATCH] python3Packages.aiosmtplib: cleanup --- pkgs/development/python-modules/aiosmtplib/default.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/aiosmtplib/default.nix b/pkgs/development/python-modules/aiosmtplib/default.nix index ee00d3d53dad..774f8f588672 100644 --- a/pkgs/development/python-modules/aiosmtplib/default.nix +++ b/pkgs/development/python-modules/aiosmtplib/default.nix @@ -1,10 +1,14 @@ { lib, - aiosmtpd, buildPythonPackage, fetchFromGitHub, - hypothesis, + + # build-system hatchling, + + # tests + aiosmtpd, + hypothesis, pytest-asyncio, pytestCheckHook, trustme, @@ -37,7 +41,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Module which provides a SMTP client"; homepage = "https://github.com/cole/aiosmtplib"; - changelog = "https://github.com/cole/aiosmtplib/releases/tag/v${finalAttrs.version}"; + changelog = "https://github.com/cole/aiosmtplib/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; };