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

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 9 12:12:43 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Mon Jan 23 10:05:01 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

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