From 935528521f53e22a3049a249e4cc32f8ff94b4d19403d6bdc07cf20587deed69 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 21 Jan 2025 13:08:16 +0000 Subject: [PATCH] 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 --- azure-developer-loadtesting-1.0.0.zip | 3 --- azure_developer_loadtesting-1.0.1.tar.gz | 3 +++ python-azure-developer-loadtesting.changes | 12 ++++++++++++ python-azure-developer-loadtesting.spec | 13 ++++++------- 4 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 azure-developer-loadtesting-1.0.0.zip create mode 100644 azure_developer_loadtesting-1.0.1.tar.gz diff --git a/azure-developer-loadtesting-1.0.0.zip b/azure-developer-loadtesting-1.0.0.zip deleted file mode 100644 index e6f730c..0000000 --- a/azure-developer-loadtesting-1.0.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:178d4ef0762a8b95185cda5d9bc18d39a379555929d2f8c0248aa5d201dbe4dd -size 117149 diff --git a/azure_developer_loadtesting-1.0.1.tar.gz b/azure_developer_loadtesting-1.0.1.tar.gz new file mode 100644 index 0000000..90a17a8 --- /dev/null +++ b/azure_developer_loadtesting-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93fa2fd95d2558c2147a4e002a1817c74a30d31e2a28773afe18aebdcb6b416 +size 84591 diff --git a/python-azure-developer-loadtesting.changes b/python-azure-developer-loadtesting.changes index a6a0e0d..7e573b8 100644 --- a/python-azure-developer-loadtesting.changes +++ b/python-azure-developer-loadtesting.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 21 08:32:11 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-azure-developer-loadtesting.spec b/python-azure-developer-loadtesting.spec index 1f0f472..6734e93 100644 --- a/python-azure-developer-loadtesting.spec +++ b/python-azure-developer-loadtesting.spec @@ -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