Skip to content

Commit 5f4a881

Browse files
authored
python313Packages.aioshutil: add changelog to meta
- update disabled
1 parent 63ea0a7 commit 5f4a881

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/development/python-modules/aioshutil/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildPythonPackage rec {
1414
version = "1.6.a1";
1515
pyproject = true;
1616

17-
disabled = pythonOlder "3.7";
17+
disabled = pythonOlder "3.9";
1818

1919
src = fetchFromGitHub {
2020
owner = "kumaraditya303";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
hash = "sha256-KoKIlliWSbU8KY92SgFm4Wams87O22KVlE41q18Sk3I=";
2424
};
2525

26-
nativeBuildInputs = [ setuptools-scm ];
26+
build-system = [ setuptools-scm ];
2727

2828
nativeCheckInputs = [
2929
pytest-asyncio
@@ -36,6 +36,7 @@ buildPythonPackage rec {
3636
meta = with lib; {
3737
description = "Asynchronous version of function of shutil module";
3838
homepage = "https://github.com/kumaraditya303/aioshutil";
39+
changelog = "https://github.com/kumaraditya303/aioshutil/releases/tag/${src.tag}";
3940
license = licenses.bsd3;
4041
maintainers = with maintainers; [ fab ];
4142
};

0 commit comments

Comments
 (0)