python312Packages.hatch-fancy-pypi-readme 23.1.0 -> 24.1.0 https://github.com/hynek/hatch-fancy-pypi-readme/releases attrpath: python312Packages.hatch-fancy-pypi-readme 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/ggcg5bnq2rhpx0xmqclv4h6h6pjsqyy6-packages.json.drv building '/nix/store/ggcg5bnq2rhpx0xmqclv4h6h6pjsqyy6-packages.json.drv'... Going to be running update for following packages: - python3.12-hatch-fancy-pypi-readme-23.1.0 Press Enter key to continue... Running update for: - python3.12-hatch-fancy-pypi-readme-23.1.0: UPDATING ... - python3.12-hatch-fancy-pypi-readme-23.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix b/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix index 63789c90debd..f8594e80f8bf 100644 --- a/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix +++ b/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "hatch-fancy-pypi-readme"; - version = "23.1.0"; + version = "24.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "hatch_fancy_pypi_readme"; inherit version; - hash = "sha256-sd9EBjCUrx6CSM6s1HqSyc8xPWuYI79mr4qSfDlgKH0="; + hash = "sha256-RN0jnxp3m53PjryUAaYR/X9+PhRXjc8iwmXfr3wVFLg="; }; nativeBuildInputs = [ No auto update branch exists Old version 23.1.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook , pythonOlder , build , hatchling , tomli , typing-extensions }: buildPythonPackage rec { pname = "hatch-fancy-pypi-readme"; version = "24.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "hatch_fancy_pypi_readme"; inherit version; hash = "sha256-RN0jnxp3m53PjryUAaYR/X9+PhRXjc8iwmXfr3wVFLg="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ hatchling ] ++ lib.optionals (pythonOlder "3.11") [ tomli ] ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ]; nativeCheckInputs = [ build pytestCheckHook ]; # Requires network connection disabledTests = [ "test_build" # Requires internet "test_invalid_config" ]; pythonImportsCheck = [ "hatch_fancy_pypi_readme" ]; meta = with lib; { description = "Fancy PyPI READMEs with Hatch"; homepage = "https://github.com/hynek/hatch-fancy-pypi-readme"; license = licenses.mit; maintainers = with maintainers; [ tjni ]; }; }