17
0

Accepting request 1070413 from home:glaubitz:branches:devel:languages:python:azure

- New upstream release
  + Version 1.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Remove temporary version override

OBS-URL: https://build.opensuse.org/request/show/1070413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-developer-loadtesting?expand=0&rev=7
This commit is contained in:
2023-03-09 12:48:31 +00:00
committed by Git OBS Bridge
parent 30b0386045
commit 8536f2c46d
4 changed files with 15 additions and 8 deletions

View File

@@ -16,16 +16,14 @@
#
%define realversion 1.0.0b3
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-developer-loadtesting
Version: 1.0.0~b3
Version: 1.0.0
Release: 0
Summary: Microsoft Azure Developer LoadTesting Client Library for Python
License: MIT
URL: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
Source: https://files.pythonhosted.org/packages/source/a/azure-developer-loadtesting/azure-developer-loadtesting-%{realversion}.zip
Source: https://files.pythonhosted.org/packages/source/a/azure-developer-loadtesting/azure-developer-loadtesting-%{version}.zip
BuildRequires: %{python_module azure-core >= 1.24.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module isodate >= 0.6.1}
@@ -47,7 +45,7 @@ BuildArch: noarch
Microsoft Azure Developer LoadTesting Client Library for Python
%prep
%setup -q -n azure-developer-loadtesting-%{realversion}
%setup -q -n azure-developer-loadtesting-%{version}
%build
%python_build