1
0

4 Commits

Author SHA256 Message Date
38bcfa2a8c Accepting request 1239292 from devel:languages:python:azure
- New upstream release
  + Version 34.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1238918 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1239292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-compute?expand=0&rev=45
2025-01-21 20:11:11 +00:00
6e70df82d3 - New upstream release
+ Version 34.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-compute?expand=0&rev=78
2025-01-21 14:10:34 +00:00
da43c0f80f Accepting request 1235169 from devel:languages:python:azure
- New upstream release
  + Version 33.1.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file (forwarded request 1235133 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1235169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-compute?expand=0&rev=44
2025-01-06 15:05:43 +00:00
712421792e - New upstream release
+ Version 33.1.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-compute?expand=0&rev=76
2025-01-06 11:52:33 +00:00
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3cc0fe4f09c8e1d3523c1bfb92620dfe263a0a893b0ac13a33d7057e9ddddd2
size 5308187

BIN
azure_mgmt_compute-34.0.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 20 08:20:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 34.0.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Mon Jan 6 09:30:16 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 33.1.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 26 11:32:46 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon Aug 26 11:32:46 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-azure-mgmt-compute # spec file for package python-azure-mgmt-compute
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-azure-mgmt-compute Name: python-azure-mgmt-compute
Version: 33.0.0 Version: 34.0.0
Release: 0 Release: 0
Summary: Microsoft Azure Compute Management Client Library Summary: Microsoft Azure Compute Management Client Library
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python URL: https://github.com/Azure/azure-sdk-for-python
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-compute/azure-mgmt-compute-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_compute/azure_mgmt_compute-%{version}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0} BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
@@ -55,7 +55,7 @@ replace the old Azure Service Management (ASM).
This package has been tested with Python 2.7, 3.5, 3.6 and 3.7. This package has been tested with Python 2.7, 3.5, 3.6 and 3.7.
%prep %prep
%setup -q -n azure-mgmt-compute-%{version} %setup -q -n azure_mgmt_compute-%{version}
%build %build
%pyproject_wheel %pyproject_wheel