python310Packages.pytest-astropy 0 -> 1 attrpath: python310Packages.pytest-astropy 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/qafrb7vxl3nzybalgcj1hxqqx1rqalsm-packages.json.drv building '/nix/store/qafrb7vxl3nzybalgcj1hxqqx1rqalsm-packages.json.drv'... Going to be running update for following packages: - python3.10-pytest-astropy-0.10.0 Press Enter key to continue... Running update for: - python3.10-pytest-astropy-0.10.0: UPDATING ... - python3.10-pytest-astropy-0.10.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-astropy/default.nix b/pkgs/development/python-modules/pytest-astropy/default.nix index 40fb270b199a..e772d3c0dea0 100644 --- a/pkgs/development/python-modules/pytest-astropy/default.nix +++ b/pkgs/development/python-modules/pytest-astropy/default.nix @@ -18,13 +18,13 @@ buildPythonPackage rec { pname = "pytest-astropy"; - version = "0.10.0"; + version = "0.11.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-hePGbO7eTOZo9HOzzzd/yyqjxI4k8oqqN3roYATM4hE="; + hash = "sha256-Tq6qme2RFj7Y+arBMscKgfJbxMEvPNVNujKfwmxnObU="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.10.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , attrs , hypothesis , pytest , pytest-arraydiff , pytest-astropy-header , pytest-cov , pytest-doctestplus , pytest-filter-subpackage , pytest-mock , pytest-openfiles , pytest-remotedata , setuptools , setuptools-scm , pythonOlder }: buildPythonPackage rec { pname = "pytest-astropy"; version = "0.11.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-Tq6qme2RFj7Y+arBMscKgfJbxMEvPNVNujKfwmxnObU="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ attrs hypothesis pytest-arraydiff pytest-astropy-header pytest-cov pytest-doctestplus pytest-filter-subpackage pytest-mock pytest-openfiles pytest-remotedata ]; # pytest-astropy is a meta package that only propagates requirements doCheck = false; meta = with lib; { description = "Meta-package containing dependencies for testing"; homepage = "https://astropy.org"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }