public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-azure-mgmt-batchai] rawhide: Update to v7.0.0
@ 2026-07-06 16:28 Jeremy Cline
0 siblings, 0 replies; only message in thread
From: Jeremy Cline @ 2026-07-06 16:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-azure-mgmt-batchai
Branch : rawhide
Commit : f08e24b0cd7154cf698e4137bedf33555232efa7
Author : Jeremy Cline <jeremycline@microsoft.com>
Date : 2026-07-06T12:27:10-04:00
Stats : +10/-23 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-azure-mgmt-batchai/c/f08e24b0cd7154cf698e4137bedf33555232efa7?branch=rawhide
Log:
Update to v7.0.0
---
diff --git a/.gitignore b/.gitignore
index dfc6975..9f1df36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/azure-mgmt-batchai-2.0.0.zip
/azure-mgmt-batchai-7.0.0b1.zip
/azure-mgmt-batchai-7.0.0b1.tgz
+/azure_mgmt_batchai-7.0.0.tar.gz
diff --git a/python-azure-mgmt-batchai.spec b/python-azure-mgmt-batchai.spec
index a042cc5..2f16109 100644
--- a/python-azure-mgmt-batchai.spec
+++ b/python-azure-mgmt-batchai.spec
@@ -1,33 +1,21 @@
-# No tests available from upstream yet.
-%bcond_with tests
-
%global srcname azure-mgmt-batchai
Name: python-%{srcname}
-Version: 7.0.0b1
+Version: 7.0.0
Release: %autorelease
Summary: Microsoft Azure Batch AI Management Client Library for Python
License: MIT
URL: https://pypi.org/project/%{srcname}/
-# This source comes from making a git archive of the main azure-sdk-for-python
-# repository. To reproduce the source code, run the generate-source.sh script.
-Source0: %{srcname}-%{version}.tgz
+Source: %{pypi_source azure_mgmt_batchai %{version}}
BuildArch: noarch
Epoch: 1
BuildRequires: python3-devel
+# Upstream depends on this, but fails to list it as such. It's also a very dead dependency.
+BuildRequires: python3dist(msrest)
-%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 Batch AI Management Client Library for Python}
@@ -37,12 +25,14 @@ Microsoft Azure Batch AI Management Client Library for Python}
%package -n python3-%{srcname}
Summary: %{summary}
+# Upstream depends on this, but fails to list it as such. It's also a very dead dependency.
+Requires: python3dist(msrest)
%description -n python3-%{srcname} %{_description}
%prep
-%autosetup -n %{srcname}-%{version}
+%autosetup -n azure_mgmt_batchai-%{version}
%generate_buildrequires
@@ -55,16 +45,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 72cccc9..375dee9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (azure-mgmt-batchai-7.0.0b1.tgz) = 0893276a24dba766a031e68a7b617d0f21c954c6238ac5d5b422376772261c659cde35f68d032020a84c3cb621565c1b71f89eec2e8fd5dd6921d0ea7bc3f6c0
+SHA512 (azure_mgmt_batchai-7.0.0.tar.gz) = f1e3e800df664b1a485fdbe8d864e238df26f1498e1f9f33057027b16c92a27838cfb6a675a09668cf02879c55b2e80c5f4614fb8a135b0687a1a9edcc4f2dea
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 16:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 16:28 [rpms/python-azure-mgmt-batchai] rawhide: Update to v7.0.0 Jeremy Cline
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox