python313Packages.aioshutil: add changelog to meta

- update disabled

Changed files
+3 -2
pkgs
development
python-modules
aioshutil
+3 -2
pkgs/development/python-modules/aioshutil/default.nix
···
version = "1.6.a1";
pyproject = true;
-
disabled = pythonOlder "3.7";
+
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "kumaraditya303";
···
hash = "sha256-KoKIlliWSbU8KY92SgFm4Wams87O22KVlE41q18Sk3I=";
};
-
nativeBuildInputs = [ setuptools-scm ];
+
build-system = [ setuptools-scm ];
nativeCheckInputs = [
pytest-asyncio
···
meta = with lib; {
description = "Asynchronous version of function of shutil module";
homepage = "https://github.com/kumaraditya303/aioshutil";
+
changelog = "https://github.com/kumaraditya303/aioshutil/releases/tag/${src.tag}";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};