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] epel10: Fix wrong source for 1.35.0
Date: Mon, 01 Jun 2026 12:54:18 GMT [thread overview]
Message-ID: <178031845843.1.17221218332707767982.rpms-python-msal-31252f5d1f2d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-msal
Branch : epel10
Commit : 31252f5d1f2d444066e3f43346cdf30fdadeffe3
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-03-07T13:42:52+00:00
Stats : +6/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-msal/c/31252f5d1f2d444066e3f43346cdf30fdadeffe3?branch=epel10
Log:
Fix wrong source for 1.35.0
---
diff --git a/.gitignore b/.gitignore
index 1ec1699..cc7de97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
/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
+/microsoft-authentication-library-for-python-1.35.1.tar.gz
diff --git a/python-msal.spec b/python-msal.spec
index 2e86c18..10ccc0b 100644
--- a/python-msal.spec
+++ b/python-msal.spec
@@ -5,14 +5,13 @@
Name: python-msal
Version: 1.35.1
-%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/%{git_version}/microsoft-authentication-library-for-python-%{git_version}.tar.gz
+Source: %{url}/archive/%{version}/microsoft-authentication-library-for-python-%{version}.tar.gz
BuildArch: noarch
@@ -50,7 +49,7 @@ Obsoletes: python3-msal+broker < 1.33.0-1
%prep
-%autosetup -n microsoft-authentication-library-for-python-%{git_version}
+%autosetup -n microsoft-authentication-library-for-python-%{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
@@ -104,12 +103,13 @@ k="${k-}${k+ and }not TestRemoveTokensForClient"
# Without network access, these even error during test collection!
ignore="${ignore-} --ignore=tests/test_cryptography.py"
ignore="${ignore-} --ignore=tests/test_e2e.py"
+ignore="${ignore-} --ignore=tests/test_e2e_manual.py"
%else
# This test requires browser interaction.
k="${k-}${k+ and }not (SshCertTestCase and test_ssh_cert_for_user_should_work_with_any_account)"
# Obviously, the python-cryptography package may sometimes lag upstream.
k="${k-}${k+ and }not (CryptographyTestCase and test_should_be_run_with_latest_version_of_cryptography)"
-%if 0%{?epel9}
+%if %{defined el9}
# python-dotenv is too old
ignore="${ignore-} --ignore=tests/test_e2e.py"
%endif
diff --git a/sources b/sources
index 8136a79..8ad2167 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (microsoft-authentication-library-for-python-1.35.0b1.tar.gz) = a4eb0632e67ac302ecdcec0b4ad908fb23af189add3758f3c9348789ce9a0c6e3c6c8056116809b83f3c85f91486a853b4b48223b9fb25a83353d604bdb03c1f
+SHA512 (microsoft-authentication-library-for-python-1.35.1.tar.gz) = c459dbff63fc339ee982562d093d09305aed4ed71b536eb66f3eeedb7bf16637bc6175aea7757095402a91e0ad7b0903a8cacfb8bc43a85ded1557e3eb2ed647
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=178031845843.1.17221218332707767982.rpms-python-msal-31252f5d1f2d@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