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 2023-03-16 22:59:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-developer-loadtesting (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-developer-loadtesting.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-developer-loadtesting"
Thu Mar 16 22:59:46 2023 rev:4 rq:1072362 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-developer-loadtesting/python-azure-developer-loadtesting.changes
2023-01-23 18:33:40.404770106 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-developer-loadtesting.new.31432/python-azure-developer-loadtesting.changes
2023-03-16 22:59:48.415889249 +0100
@@ -1,0 +2,9 @@
+Thu Mar 9 12:12:43 UTC 2023 - John Paul Adrian Glaubitz
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
azure-developer-loadtesting-1.0.0b3.zip
New:
----
azure-developer-loadtesting-1.0.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-developer-loadtesting.spec ++++++
--- /var/tmp/diff_new_pack.qPP9ps/_old 2023-03-16 22:59:48.951891889 +0100
+++ /var/tmp/diff_new_pack.qPP9ps/_new 2023-03-16 22:59:48.955891909 +0100
@@ -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 @@
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