python312Packages.pytest-filter-subpackage 0.1.2 -> 0.2.0 https://repology.org/project/python:pytest-filter-subpackage/versions attrpath: python312Packages.pytest-filter-subpackage 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/94r2g9xsahys75j6j75lj9vjr38ksrpp-packages.json.drv building '/nix/store/94r2g9xsahys75j6j75lj9vjr38ksrpp-packages.json.drv'... Going to be running update for following packages: - python3.12-pytest-filter-subpackage-0.1.2 Press Enter key to continue... Running update for: - python3.12-pytest-filter-subpackage-0.1.2: UPDATING ... - python3.12-pytest-filter-subpackage-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-filter-subpackage/default.nix b/pkgs/development/python-modules/pytest-filter-subpackage/default.nix index 054170408be6..af173182f313 100644 --- a/pkgs/development/python-modules/pytest-filter-subpackage/default.nix +++ b/pkgs/development/python-modules/pytest-filter-subpackage/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "pytest-filter-subpackage"; - version = "0.1.2"; + version = "0.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-H66jZxeAPlJFiNbBCdJtINOzRCLo1qloEnWJd9ygF4I="; + hash = "sha256-P0aPGzZRgSiGm5Xeq2YbpF7WKThUMp/vFNpMjKx4r1Y="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.1.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytest , pytest-cov , pytest-doctestplus , pytestCheckHook , pythonOlder , setuptools-scm }: buildPythonPackage rec { pname = "pytest-filter-subpackage"; version = "0.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-P0aPGzZRgSiGm5Xeq2YbpF7WKThUMp/vFNpMjKx4r1Y="; }; nativeBuildInputs = [ setuptools-scm ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ pytest-doctestplus pytest-cov ]; nativeCheckInputs = [ pytestCheckHook ]; # missing some files disabledTests = [ "with_rst" ]; meta = with lib; { description = "Meta-package containing dependencies for testing"; homepage = "https://github.com/astropy/pytest-filter-subpackage"; changelog = "https://github.com/astropy/pytest-filter-subpackage/blob/v${version}/CHANGES.rst"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }