public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jeremy Cline <jeremycline@microsoft.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-azure-mgmt-consumption] rawhide: Update to v10.0.0
Date: Wed, 24 Jun 2026 00:28:35 GMT	[thread overview]
Message-ID: <178226091582.1.3389530476075505746.rpms-python-azure-mgmt-consumption-a6106697f1ee@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-azure-mgmt-consumption
Branch : rawhide
Commit : a6106697f1ee43ef79b9c7939d8a14eded6b4c8e
Author : Jeremy Cline <jeremycline@microsoft.com>
Date   : 2026-06-23T20:28:18-04:00
Stats  : +8/-40 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-azure-mgmt-consumption/c/a6106697f1ee43ef79b9c7939d8a14eded6b4c8e?branch=rawhide

Log:
Update to v10.0.0

---
diff --git a/.gitignore b/.gitignore
index 80a8fd1..fc92e4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /azure-mgmt-consumption-8.0.0.zip
 /azure-mgmt-consumption-2.0.0.zip
 /azure-mgmt-consumption-2.0.0.tgz
+/azure-mgmt-consumption-10.0.0.zip

diff --git a/python-azure-mgmt-consumption.spec b/python-azure-mgmt-consumption.spec
index 9ad446b..ac7d9e4 100644
--- a/python-azure-mgmt-consumption.spec
+++ b/python-azure-mgmt-consumption.spec
@@ -1,21 +1,12 @@
-# EPEL9 does not have python-aiohttp packaged yet.
-%if 0%{?fedora}
-%bcond_without  tests
-%else
-%bcond_with     tests
-%endif
-
 %global         srcname     azure-mgmt-consumption
 
 Name:           python-%{srcname}
-Version:        2.0.0
+Version:        10.0.0
 Release:        %autorelease
 Summary:        Microsoft Azure Consumption 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-consumption %{version} zip}
 
 Epoch:          1
 
@@ -23,15 +14,6 @@ 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 Consumption Client Library for Python}
@@ -46,11 +28,7 @@ Summary:        %{summary}
 
 
 %prep
-%autosetup -p0 -n %{srcname}-%{version}
-
-# Remove the custom wheel builder.
-sed -i '/azure-namespace-package/d' setup.cfg
-rm -fv azure_bdist_wheel.py
+%autosetup -n azure-mgmt-consumption-%{version}
 
 
 %generate_buildrequires
@@ -64,26 +42,15 @@ rm -fv azure_bdist_wheel.py
 %install
 %pyproject_install
 
-# PEP 420 allows implicit namespace packaging without additional __init__.py
-# files. Remove unneccessary __init__.py that conflicts with other packages.
-rm -rf %{buildroot}%{python3_sitelib}/azure/{__init__.py,__pycache__}
-rm -rf %{buildroot}%{python3_sitelib}/azure/mgmt/{__init__.py,__pycache__}
-
-%pyproject_save_files azure
+%pyproject_save_files -l azure
 
 
 %check
 %pyproject_check_import
 
-%if %{with tests}
-%pytest
-%endif
-
 
-%files -n python3-%{srcname}
-%doc README.rst HISTORY.rst
-%{python3_sitelib}/azure/mgmt/consumption
-%{python3_sitelib}/azure_mgmt_consumption-%{version}.dist-info
+%files -n python3-%{srcname} -f %{pyproject_files}
+%doc README.md CHANGELOG.md
 
 
 %changelog

diff --git a/sources b/sources
index 96fdd68..cae747b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (azure-mgmt-consumption-2.0.0.tgz) = dbf0350e76ca60e42fe5fa970b4ac691db7f44921e46f7d69962490db737c823e9044c657bb77082f6e35eb7f887ab03be418eadfa09de4fae851fab8ced4342
+SHA512 (azure-mgmt-consumption-10.0.0.zip) = 157abba479ba2f6cb53723d759b2c4e89146d4d99b0749a7f0a4ec08b6f95c1e2d480fb610bbc2ef8927947251ea9fe3bc51d6da298b6840d6ebf3892f3b936d

                 reply	other threads:[~2026-06-24  0:28 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=178226091582.1.3389530476075505746.rpms-python-azure-mgmt-consumption-a6106697f1ee@fedoraproject.org \
    --to=jeremycline@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