python3Packages.unittest-xml-reporting: 3.2.0 -> 4.0.0
https://github.com/xmlrunner/unittest-xml-reporting/releases/tag/4.0.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -6,21 +6,25 @@
|
||||
pytestCheckHook,
|
||||
pythonAtLeast,
|
||||
setuptools,
|
||||
setuptools-scm,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "unittest-xml-reporting";
|
||||
version = "3.2.0";
|
||||
version = "4.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xmlrunner";
|
||||
repo = "unittest-xml-reporting";
|
||||
tag = version;
|
||||
hash = "sha256-lOJ/+8CVJUXdIaZLLF5PpPkG0DzlNgo46kRZ1Xy7Ju0=";
|
||||
hash = "sha256-9gV/DX/G12bthonBJlMDKaS6Iwt9nF5DrNG33KK7KbU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
dependencies = [ lxml ];
|
||||
|
||||
@@ -39,7 +43,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Unittest-based test runner with Ant/JUnit like XML reporting";
|
||||
homepage = "https://github.com/xmlrunner/unittest-xml-reporting";
|
||||
changelog = "https://github.com/xmlrunner/unittest-xml-reporting/releases/tag/${version}";
|
||||
changelog = "https://github.com/xmlrunner/unittest-xml-reporting/releases/tag/${src.tag}";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ rprospero ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user