public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-msal] epel10: Fix wrong source for 1.35.0
@ 2026-06-01 12:54 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-01 12:54 UTC (permalink / raw)
  To: git-commits

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

^ 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: Fix wrong source for 1.35.0 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