python310Packages.pytest-doctestplus 0.12.1 -> 1.0.0 https://repology.org/project/python:pytest-doctestplus/versions attrpath: python310Packages.pytest-doctestplus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r90yan4xyryhf0iypkqv8sk8ag4qg5zb-packages.json.drv building '/nix/store/r90yan4xyryhf0iypkqv8sk8ag4qg5zb-packages.json.drv'... Going to be running update for following packages: - python3.10-pytest-doctestplus-0.12.1 Press Enter key to continue... Running update for: - python3.10-pytest-doctestplus-0.12.1: UPDATING ... - python3.10-pytest-doctestplus-0.12.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-doctestplus/default.nix b/pkgs/development/python-modules/pytest-doctestplus/default.nix index b3f445cad431..73f152cdc09a 100644 --- a/pkgs/development/python-modules/pytest-doctestplus/default.nix +++ b/pkgs/development/python-modules/pytest-doctestplus/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "pytest-doctestplus"; - version = "0.12.1"; + version = "1.0.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-epeeS+mdkRbgesBmxfANRfOHZ319d5877zDG/6jHkYE="; + hash = "sha256-9lBEDcrt4T7W19pzv7SsWF1AqAREujVC0+buzbJ11J8="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.12.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , numpy , packaging , pytest , pytestCheckHook , pythonOlder , setuptools , setuptools-scm }: buildPythonPackage rec { pname = "pytest-doctestplus"; version = "1.0.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-9lBEDcrt4T7W19pzv7SsWF1AqAREujVC0+buzbJ11J8="; }; nativeBuildInputs = [ setuptools-scm ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ packaging setuptools ]; nativeCheckInputs = [ numpy pytestCheckHook ]; disabledTests = [ # ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] # __main__.py: error: unrecognized arguments: --remote-data "test_remote_data_url" "test_remote_data_float_cmp" "test_remote_data_ignore_whitespace" "test_remote_data_ellipsis" "test_remote_data_requires" "test_remote_data_ignore_warnings" ]; meta = with lib; { description = "Pytest plugin with advanced doctest features"; homepage = "https://astropy.org"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }