python310Packages.pycognito 0 -> 1 attrpath: python310Packages.pycognito 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0wlx4bmpzzs1s0qg2192pm2n0b8gvy27-packages.json.drv building '/nix/store/0wlx4bmpzzs1s0qg2192pm2n0b8gvy27-packages.json.drv'... Going to be running update for following packages: - python3.10-pycognito-2022.08.0 Press Enter key to continue... Running update for: - python3.10-pycognito-2022.08.0: UPDATING ... - python3.10-pycognito-2022.08.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pycognito/default.nix b/pkgs/development/python-modules/pycognito/default.nix index c0e0043d059..6f425f10bf2 100644 --- a/pkgs/development/python-modules/pycognito/default.nix +++ b/pkgs/development/python-modules/pycognito/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "pycognito"; - version = "2022.08.0"; + version = "2022.12.0"; disabled = isPy27; src = fetchFromGitHub { owner = "pvizeli"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-A80iYF2zwM2YkhnwJMU/bZezsCzs389ro1fikG8vXSA="; + sha256 = "sha256-WepDna9f3Z3dBxWdE6G7nbl3yPK5vMG+7X1rxbZwdjE="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2022.08.0" not present in staging derivation file with contents: { lib , boto3 , buildPythonPackage , envs , fetchFromGitHub , isPy27 , freezegun , mock , moto , pytestCheckHook , python-jose , requests , requests-mock }: buildPythonPackage rec { pname = "pycognito"; version = "2022.12.0"; disabled = isPy27; src = fetchFromGitHub { owner = "pvizeli"; repo = pname; rev = "refs/tags/${version}"; sha256 = "sha256-WepDna9f3Z3dBxWdE6G7nbl3yPK5vMG+7X1rxbZwdjE="; }; propagatedBuildInputs = [ boto3 envs python-jose requests ]; checkInputs = [ freezegun mock moto pytestCheckHook requests-mock ]; postPatch = '' substituteInPlace setup.py \ --replace 'python-jose[cryptography]' 'python-jose' ''; pytestFlagsArray = [ "tests.py" ]; pythonImportsCheck = [ "pycognito" ]; meta = with lib; { description = "Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support"; homepage = "https://github.com/pvizeli/pycognito"; license = licenses.asl20; maintainers = with maintainers; [ mic92 ]; }; }