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

            A new commit has been pushed.

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

            Log:
            Update to v10.1.0

Also drops the tests since Azure does not publish their testing
utilities as a package anywhere and ship breaking APIs.

---
diff --git a/.gitignore b/.gitignore
index 5dfa40f..35bf739 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /azure-mgmt-datamigration-9.0.0.zip
 /azure-mgmt-datamigration-4.1.0.zip
 /azure-mgmt-datamigration-10.0.0.zip
+/azure_mgmt_datamigration-10.1.0.tar.gz

diff --git a/python-azure-mgmt-datamigration.spec b/python-azure-mgmt-datamigration.spec
index 22420aa..0d76793 100644
--- a/python-azure-mgmt-datamigration.spec
+++ b/python-azure-mgmt-datamigration.spec
@@ -1,19 +1,13 @@
-# Enable tests everywhere except EPEL 9, where python-pytest-aiohttp is not backported.
-%if 0%{?el9} || 0%{?centos} >= 9
-%bcond_with    tests
-%else
-%bcond_without tests
-%endif
 
 %global         srcname     azure-mgmt-datamigration
 
 Name:           python-%{srcname}
-Version:        10.0.0
+Version:        10.1.0
 Release:        %autorelease
 Summary:        Microsoft Azure Data Migration Client Library for Python
 License:        MIT
 URL:            https://pypi.org/project/%{srcname}/
-Source0:        %{pypi_source %{srcname} %{version} zip}
+Source0:        %{pypi_source azure_mgmt_datamigration %{version}}
 
 BuildArch:      noarch
 
@@ -21,16 +15,6 @@ Epoch:          1
 
 BuildRequires:  python3-devel
 
-%if %{with tests}
-BuildRequires:  python3dist(azure-devtools)
-BuildRequires:  python3dist(azure-mgmt-keyvault)
-BuildRequires:  python3dist(azure-mgmt-network)
-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 Data Migration Client Library for Python}
@@ -45,7 +29,7 @@ Summary:        %{summary}
 
 
 %prep
-%autosetup -n %{srcname}-%{version}
+%autosetup -n azure_mgmt_datamigration-%{version}
 
 
 %generate_buildrequires
@@ -58,17 +42,13 @@ Summary:        %{summary}
 
 %install
 %pyproject_install
-%pyproject_save_files azure
+%pyproject_save_files -l azure
 
 
 
 %check
 %pyproject_check_import
 
-%if %{with tests}
-%pytest
-%endif
-
 
 # LICENSE file missing. PR made to fix:
 # https://github.com/Azure/azure-sdk-for-python/pull/20164

diff --git a/sources b/sources
index d0db85f..e61b230 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (azure-mgmt-datamigration-10.0.0.zip) = 028ad51d7237964c276690f16b582f7ed972eacd7c942c9d444ae568ee35470f8f43210d46cbd3570231d793ea9c9a9bff458d709e53cf167b4ddcf44ff4a554
+SHA512 (azure_mgmt_datamigration-10.1.0.tar.gz) = 9d880ad5a6b23d682429b8f0f7f0fdaa0032a0bd04ff24187afed4dd9bf1ac54ff586a277abc5e39e568d189fc055ce3b8e3ee21d4f9562efdcf0554889b54b2

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

only message in thread, other threads:[~2026-06-23 14:15 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:15 [rpms/python-azure-mgmt-datamigration] rawhide: Update to v10.1.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