Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-mgmt-resourceconnector
for openSUSE:Factory checked in at 2023-08-23 14:57:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-resourceconnector (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-mgmt-resourceconnector.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-resourceconnector"
Wed Aug 23 14:57:21 2023 rev:5 rq:1105138 version:1.0.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-resourceconnector/python-azure-mgmt-resourceconnector.changes
2023-04-29 17:28:43.442694817 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-resourceconnector.new.1766/python-azure-mgmt-resourceconnector.changes
2023-08-23 14:58:22.298071392 +0200
@@ -1,0 +2,12 @@
+Mon Aug 21 10:57:48 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
+- Override upstream version with 1.0.0.0 to ensure
+ proper upgrade from previous version 1.0.0b4
+- Remove unzip package from BuildRequires
+- Switch source archive format to TAR.GZ
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-resourceconnector-1.0.0b4.zip
New:
----
azure-mgmt-resourceconnector-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-resourceconnector.spec ++++++
--- /var/tmp/diff_new_pack.3Dtlub/_old 2023-08-23 14:58:23.110072844 +0200
+++ /var/tmp/diff_new_pack.3Dtlub/_new 2023-08-23 14:58:23.118072858 +0200
@@ -16,25 +16,26 @@
#
+%define realversion 1.0.0
+
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-azure-mgmt-resourceconnector
-Version: 1.0.0b4
+Version: 1.0.0.0
Release: 0
Summary: Microsoft Azure Resourceconnector Management Client Library
for Python
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-resourceconnector/azure-mgmt-resourceconnector-%{version}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-resourceconnector/azure-mgmt-resourceconnector-%{realversion}.tar.gz
Source1: LICENSE.txt
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: unzip
Requires: python-azure-common < 2.0.0
Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-core < 2.0.0
@@ -54,10 +55,10 @@
This package has been tested with Python 2.7, 3.6+.
%prep
-%setup -q -n azure-mgmt-resourceconnector-%{version}
+%setup -q -n azure-mgmt-resourceconnector-%{realversion}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-resourceconnector-%{version}
+install -m 644 %{SOURCE1}
%{_builddir}/azure-mgmt-resourceconnector-%{realversion}
%python_build
%install