1
0

Compare commits

..

6 Commits

Author SHA256 Message Date
Ana Guerrero
dddca752c2 Accepting request 1235170 from devel:languages:python:azure
- New upstream release
  + Version 28.1.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1235134 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1235170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-network?expand=0&rev=40
2025-01-06 15:05:44 +00:00
bd7d0b68db - New upstream release
+ Version 28.1.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-network?expand=0&rev=73
2025-01-06 11:53:30 +00:00
Dominique Leuenberger
035c41cc0e Accepting request 1220063 from devel:languages:python:azure
- New upstream release
  + Version 28.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1220050 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1220063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-network?expand=0&rev=39
2024-11-01 20:07:43 +00:00
28a3b552e1 - New upstream release
+ Version 28.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-network?expand=0&rev=71
2024-11-01 12:32:34 +00:00
Ana Guerrero
e725e14533 Accepting request 1203889 from devel:languages:python:azure
- New upstream release
  + Version 27.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 1203867 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1203889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-network?expand=0&rev=38
2024-09-26 16:54:29 +00:00
93c9ac23f2 - New upstream release
+ Version 27.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-network?expand=0&rev=69
2024-09-26 13:17:47 +00:00
4 changed files with 33 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jan 6 09:40:36 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 28.1.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Fri Nov 1 11:31:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 28.0.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Sep 26 11:35:06 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 27.0.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 25 08:35:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Thu Jul 25 08:35:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-azure-mgmt-network # spec file for package python-azure-mgmt-network
# #
# 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-network Name: python-azure-mgmt-network
Version: 26.0.0 Version: 28.1.0
Release: 0 Release: 0
Summary: Microsoft Azure Network Management Client Library Summary: Microsoft Azure Network 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-network/azure-mgmt-network-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_network/azure_mgmt_network-%{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}
@ -34,6 +34,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-azure-mgmt-nspkg >= 3.0.0 Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-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-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-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) Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
@ -54,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. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
%prep %prep
%setup -q -n azure-mgmt-network-%{version} %setup -q -n azure_mgmt_network-%{version}
%build %build
%pyproject_wheel %pyproject_wheel