Accepting request 1220077 from devel:languages:python:azure

- New upstream release
  + Version 0.20.8
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Remove unzip package from BuildRequires
- Switch source archive format to TAR.GZ (forwarded request 1220067 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1220077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-servicemanagement-legacy?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2024-11-01 20:07:53 +00:00 committed by Git OBS Bridge
commit 6623684182
4 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Nov 1 13:00:28 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.20.8
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Remove unzip package from BuildRequires
- Switch source archive format to TAR.GZ
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 3 16:42:40 UTC 2024 - Robert Schweikert <rjschwei@suse.com> Fri May 3 16:42:40 UTC 2024 - Robert Schweikert <rjschwei@suse.com>

View File

@ -18,13 +18,13 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-azure-servicemanagement-legacy Name: python-azure-servicemanagement-legacy
Version: 0.20.7 Version: 0.20.8
Release: 0 Release: 0
Summary: Microsoft Azure Service Management Legacy Client Library Summary: Microsoft Azure Service Management Legacy Client Library
License: Apache-2.0 License: Apache-2.0
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-servicemanagement-legacy/azure-servicemanagement-legacy-%{version}.zip Source: https://files.pythonhosted.org/packages/source/a/azure_servicemanagement_legacy/azure_servicemanagement_legacy-%{version}.tar.gz
Source1: LICENSE.txt Source1: LICENSE.txt
BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
@ -32,7 +32,6 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-common >= 1.1.5 Requires: python-azure-common >= 1.1.5
Requires: python-azure-nspkg >= 3.0.0 Requires: python-azure-nspkg >= 3.0.0
Requires: python-requests Requires: python-requests
@ -50,10 +49,10 @@ This is the Microsoft Azure Service Management Legacy Client Library.
All packages in this bundle have been tested with Python 2.7, 3.3, 3.4 and 3.5. All packages in this bundle have been tested with Python 2.7, 3.3, 3.4 and 3.5.
%prep %prep
%setup -q -n azure-servicemanagement-legacy-%{version} %setup -q -n azure_servicemanagement_legacy-%{version}
%build %build
install -m 644 %{SOURCE1} %{_builddir}/azure-servicemanagement-legacy-%{version} install -m 644 %{SOURCE1} %{_builddir}/azure_servicemanagement_legacy-%{version}
%pyproject_wheel %pyproject_wheel
%install %install