python310Packages.gpsoauth 1.0.2 -> 1.0.4 https://repology.org/project/python:gpsoauth/versions attrpath: python310Packages.gpsoauth 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] Going to be running update for following packages: - python3.10-gpsoauth-1.0.2 Press Enter key to continue... Running update for: - python3.10-gpsoauth-1.0.2: UPDATING ... - python3.10-gpsoauth-1.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gpsoauth/default.nix b/pkgs/development/python-modules/gpsoauth/default.nix index 80b8350410f1..34671cf29094 100644 --- a/pkgs/development/python-modules/gpsoauth/default.nix +++ b/pkgs/development/python-modules/gpsoauth/default.nix @@ -7,7 +7,7 @@ }: buildPythonPackage rec { - version = "1.0.2"; + version = "1.0.4"; format = "setuptools"; pname = "gpsoauth"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-68rnLrMlp/BsvqlbnV5kvsJTcDEtsV6OLkbE1U5ynno="; + hash = "sha256-SWYXNYrnzK8P4oK9f7bmOiVdWUQHp8WvhNzIS7Y0msg="; }; propagatedBuildInputs = [ pycryptodomex requests ]; No auto update branch exists Old version 1.0.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , pycryptodomex , pythonOlder , requests }: buildPythonPackage rec { pname = "gpsoauth"; version = "1.0.4"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-SWYXNYrnzK8P4oK9f7bmOiVdWUQHp8WvhNzIS7Y0msg="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ pycryptodomex requests ]; # upstream tests are not very comprehensive doCheck = false; pythonImportsCheck = [ "gpsoauth" ]; meta = with lib; { description = "Library for Google Play Services OAuth"; homepage = "https://github.com/simon-weber/gpsoauth"; license = licenses.mit; maintainers = with maintainers; [ jgillich ]; }; }