Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-developer-loadtesting
for openSUSE:Factory checked in at 2025-01-21 21:11:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-developer-loadtesting (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-developer-loadtesting.new.5589 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-developer-loadtesting"
Tue Jan 21 21:11:08 2025 rev:6 rq:1239283 version:1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-developer-loadtesting/python-azure-developer-loadtesting.changes
2024-04-07 22:06:54.060569036 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-developer-loadtesting.new.5589/python-azure-developer-loadtesting.changes
2025-01-21 21:11:42.410015798 +0100
@@ -1,0 +2,12 @@
+Tue Jan 21 08:32:11 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
azure-developer-loadtesting-1.0.0.zip
New:
----
azure_developer_loadtesting-1.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-developer-loadtesting.spec ++++++
--- /var/tmp/diff_new_pack.Th1iYi/_old 2025-01-21 21:11:42.954038094 +0100
+++ /var/tmp/diff_new_pack.Th1iYi/_new 2025-01-21 21:11:42.958038258 +0100
@@ -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 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 @@
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