public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-msal] epel10: Update to v1.35b1
@ 2026-06-01 12:54 Jeremy Cline
  0 siblings, 0 replies; only message in thread
From: Jeremy Cline @ 2026-06-01 12:54 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-msal
            Branch : epel10
            Commit : 8c13c8cdcddb0596e5a1e3cc4c88da9bcd7391aa
            Author : Jeremy Cline <jeremycline@linux.microsoft.com>
            Date   : 2026-02-11T10:47:03-05:00
            Stats  : +8/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-msal/c/8c13c8cdcddb0596e5a1e3cc4c88da9bcd7391aa?branch=epel10

            Log:
            Update to v1.35b1

- Includes support for Python 3.14

---
diff --git a/.gitignore b/.gitignore
index 521229d..1ec1699 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,5 @@
 /microsoft-authentication-library-for-python-1.32.3.tar.gz
 /microsoft-authentication-library-for-python-1.33.0.tar.gz
 /microsoft-authentication-library-for-python-1.34.0.tar.gz
+/microsoft-authentication-library-for-python-1.34.0.tar.gz
+/microsoft-authentication-library-for-python-1.35.0b1.tar.gz

diff --git a/python-msal.spec b/python-msal.spec
index 129ed75..1b90f81 100644
--- a/python-msal.spec
+++ b/python-msal.spec
@@ -4,14 +4,15 @@
 %bcond network_tests 0
 
 Name:           python-msal
-Version:        1.34.0
+Version:        1.35.0~b1
+%global         git_version    1.35.0b1
 Release:        %autorelease
 Summary:        Microsoft Authentication Library (MSAL) for Python
 
 # SPDX
 License:        MIT
 URL:            https://github.com/AzureAD/microsoft-authentication-library-for-python
-Source:         %{url}/archive/%{version}/microsoft-authentication-library-for-python-%{version}.tar.gz
+Source:         %{url}/archive/%{git_version}/microsoft-authentication-library-for-python-%{git_version}.tar.gz
 
 BuildArch:      noarch
 
@@ -49,7 +50,7 @@ Obsoletes:      python3-msal+broker < 1.33.0-1
 
 
 %prep
-%autosetup -n microsoft-authentication-library-for-python-%{version}
+%autosetup -n microsoft-authentication-library-for-python-%{git_version}
 
 # - We can’t generate BR’s from a requirements file with “-e .” in it.
 # - We don’t need or want to run benchmarks (tests/test_benchmark.py), so don’t
@@ -89,6 +90,7 @@ 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 (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)"

diff --git a/sources b/sources
index ccf35ac..8136a79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (microsoft-authentication-library-for-python-1.34.0.tar.gz) = df51e27d3bc33fff629f8790337d1439f6c9b7690e4e3f5dcac8fe5b2e89eb991025a67e3cb80dd0797d0fade4cb65a168bb8dfe2c44390772b08de29001cb83
+SHA512 (microsoft-authentication-library-for-python-1.35.0b1.tar.gz) = a4eb0632e67ac302ecdcec0b4ad908fb23af189add3758f3c9348789ce9a0c6e3c6c8056116809b83f3c85f91486a853b4b48223b9fb25a83353d604bdb03c1f

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-01 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 12:54 [rpms/python-msal] epel10: Update to v1.35b1 Jeremy Cline

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox