File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
pkgs/development/python-modules/approvaltests Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1313 pytest ,
1414 pytest-asyncio ,
1515 pytestCheckHook ,
16- pythonOlder ,
1716 setuptools ,
1817 testfixtures ,
1918 typing-extensions ,
2019} :
2120
2221buildPythonPackage rec {
2322 pname = "approvaltests" ;
24- version = "14.3.1 " ;
23+ version = "14.5.0 " ;
2524 pyproject = true ;
2625
27- disabled = pythonOlder "3.8" ;
28-
2926 src = fetchFromGitHub {
3027 owner = "approvals" ;
3128 repo = "ApprovalTests.Python" ;
3229 tag = "v${ version } " ;
33- hash = "sha256-cFxa+QNfMk8+5jC4cxhbUs09/0tHjOgdsaE8XfxG6yk =" ;
30+ hash = "sha256-VWYl+8hS9XnvtqmokNntdKGHWSJVlGPomvAEwaBcjY8 =" ;
3431 } ;
3532
3633 build-system = [ setuptools ] ;
@@ -67,11 +64,11 @@ buildPythonPackage rec {
6764 "approvaltests.reporters.generic_diff_reporter_factory"
6865 ] ;
6966
70- meta = with lib ; {
67+ meta = {
7168 description = "Assertion/verification library to aid testing" ;
7269 homepage = "https://github.com/approvals/ApprovalTests.Python" ;
73- changelog = "https://github.com/approvals/ApprovalTests.Python/releases/tag/v ${ version } " ;
74- license = licenses . asl20 ;
70+ changelog = "https://github.com/approvals/ApprovalTests.Python/releases/tag/${ src . tag } " ;
71+ license = lib . licenses . asl20 ;
7572 maintainers = [ ] ;
7673 } ;
7774}
You can’t perform that action at this time.
0 commit comments