public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jeremy Cline <jeremycline@linux.microsoft.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-msal] epel10: Update to v1.35b1
Date: Mon, 01 Jun 2026 12:54:17 GMT	[thread overview]
Message-ID: <178031845705.1.10601339321030623641.rpms-python-msal-8c13c8cdcddb@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-06-01 12:54 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=178031845705.1.10601339321030623641.rpms-python-msal-8c13c8cdcddb@fedoraproject.org \
    --to=jeremycline@linux.microsoft.com \
    --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