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

            A new commit has been pushed.

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

            Log:
            Update to v1.1.1

This drops the test suite as the tools used aren't published to PyPI and
regularly break APIs

---
diff --git a/.gitignore b/.gitignore
index 502ae25..2e772c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /azure-mgmt-marketplaceordering-1.1.0.zip
+/azure_mgmt_marketplaceordering-1.1.1.tar.gz

diff --git a/python-azure-mgmt-marketplaceordering.spec b/python-azure-mgmt-marketplaceordering.spec
index 819540d..5e70346 100644
--- a/python-azure-mgmt-marketplaceordering.spec
+++ b/python-azure-mgmt-marketplaceordering.spec
@@ -1,34 +1,18 @@
-# EPEL9 does not have python-aiohttp packaged yet.
-%if 0%{?fedora}
-%bcond_without  tests
-%else
-%bcond_with     tests
-%endif
 
 %global         srcname     azure-mgmt-marketplaceordering
 
 Name:           python-%{srcname}
-Version:        1.1.0
+Version:        1.1.1
 Release:        %autorelease
 Summary:        Microsoft Azure Market Place Ordering Client Library for Python
 License:        MIT
 URL:            https://pypi.org/project/%{srcname}/
-Source0:        %{pypi_source %{srcname} %{version} zip}
+Source0:        %{pypi_source azure_mgmt_marketplaceordering %{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 Market Place Ordering Client Library for Python}
 
@@ -42,7 +26,7 @@ Summary:        %{summary}
 
 
 %prep
-%autosetup -n %{srcname}-%{version}
+%autosetup -n azure_mgmt_marketplaceordering-%{version}
 
 
 %generate_buildrequires
@@ -55,16 +39,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

diff --git a/sources b/sources
index 29b3713..b9dbda4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (azure-mgmt-marketplaceordering-1.1.0.zip) = f237baffbf731ff10bf8b88a35d60bb593bef8d32acdb58d91a93c9a8b4e405b99b0f704e725bb74f25bccf9c05c867b9532f22ba09597caacb63255b3045504
+SHA512 (azure_mgmt_marketplaceordering-1.1.1.tar.gz) = bce0c2ed2b6e289a8375c9cea2aa32afa5a5470d8b734121e7dca93f8bbf703fae2be964cc94a43ab21602f5af64c7fd778aad987c0671867a6a1ab5606f1cf3

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 14:17 [rpms/python-azure-mgmt-marketplaceordering] rawhide: Update to v1.1.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