public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-azure-mgmt-advisor] rawhide: Update to v9.0.1
@ 2026-06-23 14:25 Jeremy Cline
  0 siblings, 0 replies; only message in thread
From: Jeremy Cline @ 2026-06-23 14:25 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-azure-mgmt-advisor
            Branch : rawhide
            Commit : 81a57498dac59ac5b007c60d8b16449e52adf678
            Author : Jeremy Cline <jeremycline@microsoft.com>
            Date   : 2026-06-23T10:25:07-04:00
            Stats  : +6/-26 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-azure-mgmt-advisor/c/81a57498dac59ac5b007c60d8b16449e52adf678?branch=rawhide

            Log:
            Update to v9.0.1

Also drop test section as azure-devtools is an unpackageable mess when
combined with azure-cli.

---
diff --git a/.gitignore b/.gitignore
index 83d3ed3..ffbb435 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /azure-mgmt-advisor-9.0.0.zip
+/azure_mgmt_advisor-9.0.1.tar.gz

diff --git a/python-azure-mgmt-advisor.spec b/python-azure-mgmt-advisor.spec
index 15fbf9d..55ee67b 100644
--- a/python-azure-mgmt-advisor.spec
+++ b/python-azure-mgmt-advisor.spec
@@ -1,34 +1,17 @@
-# EPEL9 does not have python-aiohttp packaged yet.
-%if 0%{?fedora}
-%bcond_without  tests
-%else
-%bcond_with     tests
-%endif
-
 %global         srcname     azure-mgmt-advisor
 
 Name:           python-%{srcname}
-Version:        9.0.0
+Version:        9.0.1
 Release:        %autorelease
 Summary:        Microsoft Azure Advisor Client Library for Python
 License:        MIT
 URL:            https://pypi.org/project/%{srcname}/
-Source0:        %{pypi_source %{srcname} %{version} zip}
+Source0:        %{pypi_source azure_mgmt_advisor %{version}}
 
 BuildArch:      noarch
 
 BuildRequires:  python3-devel
 
-%if %{with tests}
-BuildRequires:  python3dist(azure-devtools)
-BuildRequires:  python3dist(azure-mgmt-keyvault)
-BuildRequires:  python3dist(azure-mgmt-resource)
-BuildRequires:  python3dist(azure-sdk-tools)
-BuildRequires:  python3dist(pytest)
-BuildRequires:  python3dist(pytest-aiohttp)
-BuildRequires:  python3dist(python-dotenv)
-%endif
-
 %global _description %{expand:
 Microsoft Azure Advisor Client Library for Python}
 
@@ -42,7 +25,7 @@ Summary:        %{summary}
 
 
 %prep
-%autosetup -n %{srcname}-%{version}
+%autosetup -n azure_mgmt_advisor-%{version}
 
 
 %generate_buildrequires
@@ -55,16 +38,12 @@ Summary:        %{summary}
 
 %install
 %pyproject_install
-%pyproject_save_files azure
+%pyproject_save_files -l azure
 
 
 %check
 %pyproject_check_import
 
-%if %{with tests}
-%pytest
-%endif
-
 
 %files -n python3-%{srcname} -f %{pyproject_files}
 %doc README.md CHANGELOG.md

diff --git a/sources b/sources
index 3c6b15d..87d0187 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (azure-mgmt-advisor-9.0.0.zip) = e5104da02da960037a4be243586c52a76b0487bd4e67859475c96bdaaed8f084e530ef4a3069721817d953916d984a552d90b5b6980654ba6227a0002415025d
+SHA512 (azure_mgmt_advisor-9.0.1.tar.gz) = 1eab817143bc0b981c9f0382e01b646a03916457d8ea3a1ccb94f60c16cdab2ac683d71dba6d67e4b7a40bc83f5650766f3b4299462736d9ea9df7f6bcd9fb5d

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

only message in thread, other threads:[~2026-06-23 14:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-23 14:25 [rpms/python-azure-mgmt-advisor] rawhide: Update to v9.0.1 Jeremy Cline

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