public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-msal] f43: Update to 1.38.0 upstream release
@ 2026-08-25 12:47 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-25 12:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-msal
Branch : f43
Commit : 7f7a4dd498138e0f8ebff5486b372ff0ef9497d3
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-25T13:45:36+01:00
Stats : +17/-13 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-msal/c/7f7a4dd498138e0f8ebff5486b372ff0ef9497d3?branch=f43
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 87f36e2..4262aa5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-25 12:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 12:47 [rpms/python-msal] f43: Update to 1.38.0 upstream release Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox