1
0

6 Commits

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

OBS-URL: https://build.opensuse.org/request/show/1271847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-netapp?expand=0&rev=31
2025-04-22 15:59:11 +00:00
2c61b3cffc - New upstream release
+ Version 13.5.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-netapp?expand=0&rev=56
2025-04-22 11:31:32 +00:00
e74e21327e Accepting request 1248996 from devel:languages:python:azure
- New upstream release
  + Version 13.4.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1248872 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1248996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-netapp?expand=0&rev=30
2025-02-27 15:40:40 +00:00
3c75c1c244 - New upstream release
+ Version 13.4.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-netapp?expand=0&rev=54
2025-02-27 13:02:40 +00:00
a15ff18eb9 Accepting request 1218015 from devel:languages:python:azure
- New upstream release
  + Version 13.3.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file (forwarded request 1217993 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1218015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-netapp?expand=0&rev=29
2024-10-24 13:44:57 +00:00
1da0efdcd8 Accepting request 1217993 from home:glaubitz:branches:devel:languages:python:azure
- New upstream release
  + Version 13.3.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/request/show/1217993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-netapp?expand=0&rev=52
2024-10-24 11:18:23 +00:00
4 changed files with 32 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Apr 22 08:21:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 13.5.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Feb 27 08:41:56 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 13.4.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Oct 24 09:04:10 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 13.3.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:00:16 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-netapp
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-mgmt-netapp
Version: 13.2.0
Version: 13.5.0
Release: 0
Summary: Microsoft Azure NetApp Files 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-netapp/azure-mgmt-netapp-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_netapp/azure_mgmt_netapp-%{version}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
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, 3.7 and 3.8.
%prep
%setup -q -n azure-mgmt-netapp-%{version}
%setup -q -n azure_mgmt_netapp-%{version}
%build
%pyproject_wheel