commit 3ddcd3330b9414de2397dee008186bed4db4a535dc2a5107a3cfe8b6ae65fb9e Author: John Paul Adrian Glaubitz Date: Tue Aug 27 06:27:17 2024 +0000 - New upstream release + Version 33.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=74 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..f9e87f7 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Microsoft Corporation. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/azure-mgmt-compute-31.0.0.tar.gz b/azure-mgmt-compute-31.0.0.tar.gz new file mode 100644 index 0000000..80c25e8 --- /dev/null +++ b/azure-mgmt-compute-31.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5b1c4fc1a19ecb022a12ded1be8b1b155f6979d03fb9efc04642f606644bbf +size 4976739 diff --git a/azure-mgmt-compute-32.0.0.tar.gz b/azure-mgmt-compute-32.0.0.tar.gz new file mode 100644 index 0000000..28f974a --- /dev/null +++ b/azure-mgmt-compute-32.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5a86e0116c71a07bcedd8e69d2e09270db3880932656521f3143c6f9475072 +size 5073783 diff --git a/azure-mgmt-compute-33.0.0.tar.gz b/azure-mgmt-compute-33.0.0.tar.gz new file mode 100644 index 0000000..0354a53 --- /dev/null +++ b/azure-mgmt-compute-33.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cc0fe4f09c8e1d3523c1bfb92620dfe263a0a893b0ac13a33d7057e9ddddd2 +size 5308187 diff --git a/python-azure-mgmt-compute.changes b/python-azure-mgmt-compute.changes new file mode 100644 index 0000000..6ea5dd0 --- /dev/null +++ b/python-azure-mgmt-compute.changes @@ -0,0 +1,415 @@ +------------------------------------------------------------------- +Mon Aug 26 11:32:46 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 33.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Thu Jul 25 07:56:00 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 32.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Drop extra LICENSE.txt as upstream now ships its own +- Rename LICENSE.txt to LICENSE in %files section +- Update Requires from setup.py + +------------------------------------------------------------------- +Mon Apr 29 07:36:16 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 31.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Tue Apr 9 06:42:13 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 30.6.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Thu Apr 4 12:55:16 UTC 2024 - John Paul Adrian Glaubitz + +- Switch package to modern Python Stack on SLE-15 + + Use Python 3.11 on SLE-15 by default + + Add Obsoletes for old python3 package on SLE-15 + + Drop support for older Python versions +- Switch build system from setuptools to pyproject.toml + + Add python-pip and python-wheel to BuildRequires + + Replace %python_build with %pyproject_wheel + + Replace %python_install with %pyproject_install + + Update name for dist directory in %files section +- Drop setting default file attributes in %files section +- Use modern RPM macros to express version dependencies + +------------------------------------------------------------------- +Mon Jan 22 09:47:15 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 30.5.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Tue Jan 2 10:29:56 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 30.4.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Tue Oct 3 12:22:02 UTC 2023 - John Paul Adrian Glaubitz + +- New upstream release + + Version 30.3.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Wed Sep 20 09:16:05 UTC 2023 - John Paul Adrian Glaubitz + +- New upstream release + + Version 30.2.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Remove unzip package from BuildRequires +- Switch source archive format to TAR.GZ + +------------------------------------------------------------------- +Mon Jul 24 09:51:39 UTC 2023 - John Paul Adrian Glaubitz + +- New upstream release + + Version 30.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Tue May 30 07:44:11 UTC 2023 - John Paul Adrian Glaubitz + +- New upstream release + + Version 30.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Wed Jan 18 08:38:20 UTC 2023 - John Paul Adrian Glaubitz + +- New upstream release + + Version 29.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Fri Oct 14 15:23:33 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 29.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Tue Oct 4 09:25:39 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 28.0.1 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Thu Sep 22 08:08:05 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 28.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Thu Jun 30 09:55:07 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 27.2.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Thu Jun 9 12:53:13 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 27.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Wed May 18 09:55:37 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 27.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Wed Mar 2 10:07:32 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 26.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Wed Feb 16 08:30:47 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 26.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Fri Jan 28 09:21:45 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 25.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Thu Jan 20 10:24:06 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 24.0.1 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Fri Jan 7 10:20:48 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 24.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Mon Oct 18 14:57:48 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 23.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Tue Sep 7 11:18:23 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 23.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Fri Jul 23 13:10:59 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 22.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Fri Jul 9 10:30:32 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 22.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Tue Jun 8 09:54:05 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 21.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Thu May 6 08:24:06 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 20.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Thu Mar 18 10:02:22 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 19.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert + +- Only build Python3 flavors for distributions 15 and greater + +------------------------------------------------------------------- +Fri Nov 20 14:04:07 UTC 2020 - John Paul Adrian Glaubitz + +- New upstream release + + Version 18.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Mon Oct 5 12:52:03 UTC 2020 - John Paul Adrian Glaubitz + +- New upstream release + + Version 17.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Fri Jul 17 11:45:33 UTC 2020 - John Paul Adrian Glaubitz + +- New upstream release + + Version 13.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Thu Apr 2 10:30:53 UTC 2020 - John Paul Adrian Glaubitz + +- New upstream release + + Version 12.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Wed Mar 11 07:57:44 UTC 2020 - John Paul Adrian Glaubitz + +- New upstream release + + Version 11.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Rename HISTORY.rst to CHANGELOG.md in %files section +- Rename README.rst to README.md in %files section + +------------------------------------------------------------------- +Wed Nov 27 15:38:07 UTC 2019 - John Paul Adrian Glaubitz + +- New upstream release + + Version 10.0.0 + + For detailed information about changes see the + HISTORY.txt file provided with this package + +------------------------------------------------------------------- +Fri Oct 4 12:15:05 UTC 2019 - John Paul Adrian Glaubitz + +- New upstream release + + Version 7.0.0 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Drop patches to support older versions of setuptools as + SLE-12 is now shipping with a recent enough version + + amc_drop-compatible-releases-operator.patch + + amc_drop-extras-require.patch +- Update %description from setup.py + +------------------------------------------------------------------- +Thu Apr 11 12:59:46 UTC 2019 - John Paul Adrian Glaubitz + +- New upstream release + + Version 4.4.0 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Add patch to drop extras_require field from setup.py, + required for SLES12 as the setuptools version is too old + + amc_drop-extras-require.patch +- Bump minimum version for namespace packages + to 3.0.0 in BuildRequires and Requires +- Remove python-devel package from BuildRequires +- Refresh patches for new version + + amc_drop-compatible-releases-operator.patch +- Run fdupes to hardlink duplicate files + + Add fdupes to BuildRequires + + Add %fdupes invocation to %install +- Update %description from setup.py +- Update BuildRequires and Requires from setup.py + +------------------------------------------------------------------- +Mon Sep 3 14:30:51 UTC 2018 - John Paul Adrian Glaubitz + +- New upstream release + + Version 4.0.1 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Refresh patches for new version + + amc_drop-compatible-releases-operator.patch +- Update Requires from setup.py +- Update %description from setup.py + +------------------------------------------------------------------- +Wed Apr 11 12:33:41 UTC 2018 - adrian.glaubitz@suse.com + +- New upstream release + + Version 4.0.0rc1 +- Move LICENSE.txt from %doc to %license section +- Refresh patches for new version + + amc_drop-compatible-releases-operator.patch + +------------------------------------------------------------------- +Thu Jan 18 13:04:24 UTC 2018 - adrian.glaubitz@suse.com + +- New upstream release + + Version 3.1.0rc3 + + For detailed information about changes see the + HISTORY.rst file provided with this package +- Install HISTORY.rst into doc directory +- Refresh patches for new version + + amc_drop-compatible-releases-operator.patch +- Update Requires from setup.py + +------------------------------------------------------------------- +Wed Oct 4 14:22:54 UTC 2017 - adrian.glaubitz@suse.com + +- Add namespace packages to BuildRequires +- Remove namespace files in %install target +- Explicitly specify Python files of the package in %files + +------------------------------------------------------------------- +Mon Oct 2 07:59:03 UTC 2017 - adrian.glaubitz@suse.com + +- New upstream release + + Version 3.0.1 +- Remove versioning for namespace packages in Requires +- Update Requires from setup.py +- Update Summary from README.rst +- Update %description from README.rst +- Refresh patches for new version + + amc_drop-compatible-releases-operator.patch + +------------------------------------------------------------------- +Thu Jul 13 12:01:24 UTC 2017 - adrian.glaubitz@suse.com + +- Add python-azure-nspkg to Requires +- Add python-azure-mgmt-nspkg to Requires + +------------------------------------------------------------------- +Fri Jun 30 09:11:27 UTC 2017 - adrian.glaubitz@suse.com + +- Initial build + + Version 2.0.0 +- Add patch to drop compatible releases operator from setup.py, + required for SLES12 as the setuptools version is too old + + amc_drop-compatible-releases-operator.patch diff --git a/python-azure-mgmt-compute.spec b/python-azure-mgmt-compute.spec new file mode 100644 index 0000000..179ef4c --- /dev/null +++ b/python-azure-mgmt-compute.spec @@ -0,0 +1,79 @@ +# +# spec file for package python-azure-mgmt-compute +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +Name: python-azure-mgmt-compute +Version: 33.0.0 +Release: 0 +Summary: Microsoft Azure Compute Management Client Library +License: MIT +Group: Development/Languages/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 +BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0} +BuildRequires: %{python_module azure-nspkg >= 3.0.0} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-azure-mgmt-nspkg >= 3.0.0 +Requires: python-azure-nspkg >= 3.0.0 +Requires: python-typing_extensions >= 4.6.0 +Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0) +Requires: (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 2.0.0) +Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0) +Conflicts: python-azure-sdk <= 2.0.0 +%if 0%{?sle_version} >= 150400 +Obsoletes: python3-azure-mgmt-compute < 30.5.0 +%endif +BuildArch: noarch + +%python_subpackages + +%description +This is the Microsoft Azure Compute Management Client Library. + +Azure Resource Manager (ARM) is the next generation of management APIs that +replace the old Azure Service Management (ASM). + +This package has been tested with Python 2.7, 3.5, 3.6 and 3.7. + +%prep +%setup -q -n azure-mgmt-compute-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} +%{python_expand # delete common files +rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.* +rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__ +rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.* +rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__ +} + +%files %{python_files} +%doc CHANGELOG.md README.md +%license LICENSE +%{python_sitelib}/azure/mgmt/compute +%{python_sitelib}/azure_mgmt_compute-*.dist-info + +%changelog