public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-msal] f44: Update to 1.38.0 upstream release
Date: Tue, 25 Aug 2026 11:23:09 GMT	[thread overview]
Message-ID: <178765698989.1.12747151166119896165.rpms-python-msal-d50b67f3f88d@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-msal
            Branch : f44
            Commit : d50b67f3f88dbc7d3d57151dbd4ef487e2a257f4
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-08-25T12:21:00+01:00
            Stats  : +17/-13 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-msal/c/d50b67f3f88dbc7d3d57151dbd4ef487e2a257f4?branch=f44

            Log:
            Update to 1.38.0 upstream release

- Resolves: rhbz#2521824

Upstream tag: 1.38.0
Upstream commit: b5bf1539

Commit co-authored by Packit automation (https://packit.dev/)

---
diff --git a/.gitignore b/.gitignore
index 7ca0a97..3220d00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
 /microsoft-authentication-library-for-python-1.35.1.tar.gz
 /microsoft-authentication-library-for-python-1.36.0.tar.gz
 /microsoft-authentication-library-for-python-1.37.0.tar.gz
+/microsoft-authentication-library-for-python-1.38.0.tar.gz

diff --git a/README.packit b/README.packit
index e229dc4..09d231a 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
 This repository is maintained by packit.
 https://packit.dev/
-The file was generated using packit 1.15.3.
+The file was generated using packit 1.16.2.post1.dev12+g819bb7962.

diff --git a/python-msal.spec b/python-msal.spec
index 4e38b12..76fc43a 100644
--- a/python-msal.spec
+++ b/python-msal.spec
@@ -6,7 +6,7 @@
 %bcond bootstrap 0
 
 Name:           python-msal
-Version:        1.37.0
+Version:        1.38.0
 Release:        %autorelease
 Summary:        Microsoft Authentication Library (MSAL) for Python
 
@@ -89,24 +89,27 @@ sed --regexp-extended \
 %if %{with tests}
 %if %{without network_tests}
 # All of the following require network access:
-k="${k-}${k+ and }not TestClientApplicationAcquireTokenSilentErrorBehaviors"
-k="${k-}${k+ and }not TestClientApplicationAcquireTokenSilentFociBehaviors"
-k="${k-}${k+ and }not TestClientApplicationForAuthorityMigration"
-k="${k-}${k+ and }not TestTelemetryMaintainingOfflineState"
-k="${k-}${k+ and }not TestClientApplicationWillGroupAccounts"
-k="${k-}${k+ and }not TestClientCredentialGrant"
-k="${k-}${k+ and }not TestScopeDecoration"
 k="${k-}${k+ and }not (MismatchingScopeTestCase and test_token_should_be_cached_with_response_scope)"
+k="${k-}${k+ and }not (TestAcquireTokenByAuthorizationCodeWithClientClaims and test_cached_token_is_isolated_by_client_claims)"
+k="${k-}${k+ and }not (TestAcquireTokenOnBehalfOfWithClientClaims and test_cached_token_is_isolated_by_client_claims)"
 k="${k-}${k+ and }not (TestAuthority and test_unknown_host_wont_pass_instance_discovery)"
 k="${k-}${k+ and }not (TestAuthority and test_wellknown_host_and_tenant)"
 k="${k-}${k+ and }not (TestAuthority and test_wellknown_host_and_tenant_using_new_authority_builder)"
+k="${k-}${k+ and }not (TestUserFicWithClientClaims and test_cached_token_is_isolated_by_client_claims)"
+k="${k-}${k+ and }not TestApplicationForRefreshInBehaviors"
 k="${k-}${k+ and }not TestAuthorityInternalHelperUserRealmDiscovery"
 k="${k-}${k+ and }not TestCcsRoutingInfoTestCase"
-k="${k-}${k+ and }not TestApplicationForRefreshInBehaviors"
+k="${k-}${k+ and }not TestClientApplicationAcquireTokenSilentErrorBehaviors"
+k="${k-}${k+ and }not TestClientApplicationAcquireTokenSilentFociBehaviors"
+k="${k-}${k+ and }not TestClientApplicationForAuthorityMigration"
+k="${k-}${k+ and }not TestClientApplicationWillGroupAccounts"
+k="${k-}${k+ and }not TestClientCredentialGrant"
+k="${k-}${k+ and }not TestRemoveTokensForClient"
+k="${k-}${k+ and }not TestScopeDecoration"
+k="${k-}${k+ and }not TestTelemetryMaintainingOfflineState"
 k="${k-}${k+ and }not TestTelemetryOnClientApplication"
-k="${k-}${k+ and }not TestTelemetryOnPublicClientApplication"
 k="${k-}${k+ and }not TestTelemetryOnConfidentialClientApplication"
-k="${k-}${k+ and }not TestRemoveTokensForClient"
+k="${k-}${k+ and }not TestTelemetryOnPublicClientApplication"
 # Without network access, these even error during test collection!
 ignore="${ignore-} --ignore=tests/test_cryptography.py"
 ignore="${ignore-} --ignore=tests/test_e2e.py"

diff --git a/sources b/sources
index 1ec727f..cf4d56c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (microsoft-authentication-library-for-python-1.37.0.tar.gz) = bcc7edd6d123c4dcbc080870de732c6dd46b9b4a97b3b48d3b51b7b376289c1049c4b046714fbe18877d7e13d4d951d373c2b2851fac9a3f50010dec42d54579
+SHA512 (microsoft-authentication-library-for-python-1.38.0.tar.gz) = 88f6ee6a3ea47543172fb996cad6df8cedb4e92268df589702dbb3f8a52e2f72bd15b94f3b080254051f65cc147c7c0c407693a59198bb61ea3884f45f54c460

                 reply	other threads:[~2026-08-25 11:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178765698989.1.12747151166119896165.rpms-python-msal-d50b67f3f88d@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox