Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-mgmt-resource for
openSUSE:Factory checked in at 2023-07-06 18:30:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-resource (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-resource.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-resource"
Thu Jul 6 18:30:14 2023 rev:26 rq:1097148 version:23.1.0~b2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-resource/python-azure-mgmt-resource.changes
2023-05-22 13:14:50.406961460 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-resource.new.23466/python-azure-mgmt-resource.changes
2023-07-06 18:30:29.579801873 +0200
@@ -1,0 +2,9 @@
+Thu Jul 6 08:16:09 UTC 2023 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 23.1.0b2
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Override upstream version with 23.1.0~b2
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-resource-23.0.1.zip
New:
----
azure-mgmt-resource-23.1.0b2.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-resource.spec ++++++
--- /var/tmp/diff_new_pack.K7mVYA/_old 2023-07-06 18:30:30.387806694 +0200
+++ /var/tmp/diff_new_pack.K7mVYA/_new 2023-07-06 18:30:30.391806718 +0200
@@ -16,18 +16,20 @@
#
+%define realversion 23.1.0b2
+
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-azure-mgmt-resource
-Version: 23.0.1
+Version: 23.1.0~b2
Release: 0
Summary: Microsoft Azure Resource Management Client Library
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python
-Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-resource/azure-mgmt-resource-%{version}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-resource/azure-mgmt-resource-%{realversion}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -59,10 +61,10 @@
This package has been tested with Python 2.7, 3.5, 3.6 and 3.7.
%prep
-%setup -q -n azure-mgmt-resource-%{version}
+%setup -q -n azure-mgmt-resource-%{realversion}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-resource-%{version}
+install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-resource-%{realversion}
%python_build
%install