17
0

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

- New upstream release
  + Version 1.0.1
  + 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
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1239199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-developer-loadtesting?expand=0&rev=11
This commit is contained in:
2025-01-21 13:08:16 +00:00
committed by Git OBS Bridge
parent 910eb4854f
commit 935528521f
4 changed files with 21 additions and 10 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 21 08:32:11 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.0.1
+ 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
- Update Requires from setup.py
-------------------------------------------------------------------
Thu Apr 4 12:51:26 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-azure-developer-loadtesting
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-developer-loadtesting
Version: 1.0.0
Version: 1.0.1
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-%{version}.zip
BuildRequires: %{python_module azure-core >= 1.24.0}
Source: https://files.pythonhosted.org/packages/source/a/azure_developer_loadtesting/azure_developer_loadtesting-%{version}.tar.gz
BuildRequires: %{python_module azure-core >= 1.26.2}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module isodate >= 0.6.1}
BuildRequires: %{python_module pip}
@@ -32,8 +32,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-core >= 1.24.0
Requires: python-azure-core >= 1.26.2
Requires: python-azure-nspkg >= 3.0.0
Requires: python-isodate >= 0.6.1
Requires: (python-typing_extensions >= 4.3.0 if python-base < 3.8)
@@ -49,7 +48,7 @@ BuildArch: noarch
Microsoft Azure Developer LoadTesting Client Library for Python
%prep
%setup -q -n azure-developer-loadtesting-%{version}
%setup -q -n azure_developer_loadtesting-%{version}
%build
%pyproject_wheel