1
0

4 Commits

Author SHA256 Message Date
5fcf57685e Accepting request 1283344 from devel:languages:python:azure
- New upstream release
  + Version 10.0.1
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1282981 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1283344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-appplatform?expand=0&rev=14
2025-06-05 18:35:35 +00:00
738d736fd6 - New upstream release
+ Version 10.0.1
  + 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-appplatform?expand=0&rev=26
2025-06-05 11:46:10 +00:00
654196fc2c Accepting request 1219004 from devel:languages:python:azure
- New upstream release
  + Version 10.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file (forwarded request 1218951 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1219004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-appplatform?expand=0&rev=13
2024-10-29 13:36:55 +00:00
719e2c6a3c - New upstream release
+ Version 10.0.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-appplatform?expand=0&rev=24
2024-10-29 11:22:21 +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:936dc990b1a02f2d760990199e920e627a3ff881612f18ed82e1ebc53797f8d9
size 2889402

View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jun 5 06:28:47 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 10.0.1
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Tue Oct 29 07:32:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 10.0.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 15 08:09:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon Jul 15 08:09:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-azure-mgmt-appplatform # spec file for package python-azure-mgmt-appplatform
# #
# 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-appplatform Name: python-azure-mgmt-appplatform
Version: 9.1.0.post2 Version: 10.0.1
Release: 0 Release: 0
Summary: Microsoft Azure MyService Management Client Library Summary: Microsoft Azure MyService 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-appplatform/azure-mgmt-appplatform-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_appplatform/azure_mgmt_appplatform-%{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}
@@ -54,7 +54,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-appplatform-%{version} %setup -q -n azure_mgmt_appplatform-%{version}
%build %build
%pyproject_wheel %pyproject_wheel