python312Packages.sniffio 1.3.0 -> 1.3.1 https://repology.org/project/python:sniffio/versions attrpath: python312Packages.sniffio 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/zml0ysqyqffk173417kz70112svrr5ba-packages.json.drv building '/nix/store/zml0ysqyqffk173417kz70112svrr5ba-packages.json.drv'... Going to be running update for following packages: - python3.12-sniffio-1.3.0 Press Enter key to continue... Running update for: - python3.12-sniffio-1.3.0: UPDATING ... - python3.12-sniffio-1.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sniffio/default.nix b/pkgs/development/python-modules/sniffio/default.nix index b16cebd557d8..b8d34757bc9d 100644 --- a/pkgs/development/python-modules/sniffio/default.nix +++ b/pkgs/development/python-modules/sniffio/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "sniffio"; - version = "1.3.0"; + version = "1.3.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-5gMFxeXTFPU4klm38iqqM9j33uSXYxGSNK83VcVbkQE="; + hash = "sha256-9DJO3GcKD0l1CoG4lfNcOtuEPMpG8FMPefwbq7I3idw="; }; disabled = !isPy3k; No auto update branch exists Old version 1.3.0" not present in staging derivation file with contents: { buildPythonPackage , lib , fetchPypi , setuptools , setuptools-scm , glibcLocales , isPy3k , pytestCheckHook , curio }: buildPythonPackage rec { pname = "sniffio"; version = "1.3.1"; pyproject = true; disabled = !isPy3k; src = fetchPypi { inherit pname version; hash = "sha256-9DJO3GcKD0l1CoG4lfNcOtuEPMpG8FMPefwbq7I3idw="; }; build-system = [ setuptools setuptools-scm ]; buildInputs = [ glibcLocales ]; nativeCheckInputs = [ curio pytestCheckHook ]; meta = with lib; { homepage = "https://github.com/python-trio/sniffio"; license = licenses.asl20; description = "Sniff out which async library your code is running under"; }; }