1
0

Accepting request 1105242 from devel:languages:python:azure

- New upstream release
  + Version 25.0.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 (forwarded request 1105225 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1105242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-network?expand=0&rev=31
This commit is contained in:
Ana Guerrero 2023-08-23 12:57:59 +00:00 committed by Git OBS Bridge
commit cfd375dfe7
4 changed files with 15 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 22 09:43:47 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 25.0.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 Aug 14 10:52:26 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon Aug 14 10:52:26 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -21,20 +21,19 @@
%define skip_python2 1 %define skip_python2 1
%endif %endif
Name: python-azure-mgmt-network Name: python-azure-mgmt-network
Version: 24.0.0 Version: 25.0.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}.zip Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-network/azure-mgmt-network-%{version}.tar.gz
Source1: LICENSE.txt Source1: LICENSE.txt
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 setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-common < 2.0.0 Requires: python-azure-common < 2.0.0
Requires: python-azure-common >= 1.1 Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-core < 2.0.0 Requires: python-azure-mgmt-core < 2.0.0