python311Packages.PyGithub 0 -> 1 attrpath: python311Packages.PyGithub 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/z0dnvq9fm4pks9ndrc9zw8czp0ybcmlz-packages.json.drv building '/nix/store/z0dnvq9fm4pks9ndrc9zw8czp0ybcmlz-packages.json.drv'... Going to be running update for following packages: - python3.11-pygithub-2.1.1 Press Enter key to continue... Running update for: - python3.11-pygithub-2.1.1: UPDATING ... - python3.11-pygithub-2.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pygithub/default.nix b/pkgs/development/python-modules/pygithub/default.nix index 1efcb940f1a4..30197b54a8b2 100644 --- a/pkgs/development/python-modules/pygithub/default.nix +++ b/pkgs/development/python-modules/pygithub/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pygithub"; - version = "2.1.1"; + version = "2.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "PyGithub"; repo = "PyGithub"; rev = "refs/tags/v${version}"; - hash = "sha256-ysa1RAWuFFQCF6bYwAUVFou7nxCKHLZbUtrUtXiSpPk="; + hash = "sha256-RNv/6Rs7NapP/XOdBFIWPg+/BmaK1+OY0+bP/i2YKaA="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.1.1" not present in staging derivation file with contents: { lib , buildPythonPackage , deprecated , fetchFromGitHub , pynacl , typing-extensions , pyjwt , pythonOlder , requests , setuptools , setuptools-scm , urllib3 }: buildPythonPackage rec { pname = "pygithub"; version = "2.2.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "PyGithub"; repo = "PyGithub"; rev = "refs/tags/v${version}"; hash = "sha256-RNv/6Rs7NapP/XOdBFIWPg+/BmaK1+OY0+bP/i2YKaA="; }; build-system = [ setuptools setuptools-scm ]; dependencies = [ deprecated pyjwt pynacl requests typing-extensions urllib3 ] ++ pyjwt.optional-dependencies.crypto; # Test suite makes REST calls against github.com doCheck = false; pythonImportsCheck = [ "github" ]; meta = with lib; { description = "Python library to access the GitHub API v3"; homepage = "https://github.com/PyGithub/PyGithub"; changelog = "https://github.com/PyGithub/PyGithub/raw/v${version}/doc/changes.rst"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ jhhuh ]; }; }