python312Packages.msal 1.27.0 -> 1.28.0 https://github.com/AzureAD/microsoft-authentication-library-for-python/releases attrpath: python312Packages.msal 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/7v6i992vxdm0s0a4mx7vlx2lcm534h6q-packages.json.drv building '/nix/store/7v6i992vxdm0s0a4mx7vlx2lcm534h6q-packages.json.drv'... Going to be running update for following packages: - python3.12-msal-1.27.0 Press Enter key to continue... Running update for: - python3.12-msal-1.27.0: UPDATING ... - python3.12-msal-1.27.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/msal/default.nix b/pkgs/development/python-modules/msal/default.nix index 6b983174f05f..a736cffb9b30 100644 --- a/pkgs/development/python-modules/msal/default.nix +++ b/pkgs/development/python-modules/msal/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "msal"; - version = "1.27.0"; + version = "1.28.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-MQlQPAOLprMHFSsOjTT5gRPy56eJhuKNC69bUwOv2lI="; + hash = "sha256-gLur40Vny3NO/S7BhpstmBlcknRVNp2Ad7PFQgiMXJ0="; }; nativeBuildInputs = [ No auto update branch exists Successfully finished processing cachix "/nix/store/3sbqrs8g69ilnh4dxayyzlx6br1z9vy1-python3.12-msal-1.28.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
77 packages failed to build:
101 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python312Packages.msal is: Library to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect meta.homepage for python312Packages.msal is: https://github.com/AzureAD/microsoft-authentication-library-for-python meta.changelog for python312Packages.msal is: https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/1.28.0 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.28.0 with grep in /nix/store/3sbqrs8g69ilnh4dxayyzlx6br1z9vy1-python3.12-msal-1.28.0 - found 1.28.0 in filename of file in /nix/store/3sbqrs8g69ilnh4dxayyzlx6br1z9vy1-python3.12-msal-1.28.0 ---
Rebuild report (if merged into master) (click to expand) ``` 92 total rebuild path(s) 92 package rebuild(s) First fifty rebuilds by attrpath authentik azure-cli barman baserow browsr dvc dvc-with-remotes oauth2ms paperless-ngx parsedmarc pgadmin4 pgadmin4-desktopmode pretalx pretix prowler python311Packages.adlfs python311Packages.aiogithubapi python311Packages.azure-datalake-store python311Packages.azure-identity python311Packages.celery python311Packages.celery-redbeat python311Packages.celery-singleton python311Packages.dalle-mini python311Packages.django-celery-beat python311Packages.django-celery-email python311Packages.django-celery-results python311Packages.django-google-analytics-app python311Packages.django-health-check python311Packages.django-raster python311Packages.djmail python311Packages.dvc python311Packages.dvc-azure python311Packages.dvc-gdrive python311Packages.dvc-hdfs python311Packages.dvc-task python311Packages.dvclive python311Packages.fastai python311Packages.flower python311Packages.guidance python311Packages.k-diffusion python311Packages.kombu python311Packages.msal python311Packages.msal-extensions python311Packages.msgraph-core python311Packages.nameko python311Packages.opencensus-ext-azure python311Packages.papermill python311Packages.parsedmarc python311Packages.pins python311Packages.qcodes ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3sbqrs8g69ilnh4dxayyzlx6br1z9vy1-python3.12-msal-1.28.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python312Packages.msal https://github.com/r-ryantm/nixpkgs/archive/6a9cc881cd17a5868857c03d41f400e5e4b34d27.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/6a9cc881cd17a5868857c03d41f400e5e4b34d27#python312Packages.msal ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3sbqrs8g69ilnh4dxayyzlx6br1z9vy1-python3.12-msal-1.28.0 ls -la /nix/store/3sbqrs8g69ilnh4dxayyzlx6br1z9vy1-python3.12-msal-1.28.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
77 packages failed to build:
101 packages built:
--- ###### Maintainer pings cc @kamadorueda for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/300531