Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-mgmt-servicenetworking
for openSUSE:Factory checked in at 2023-11-23 21:41:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-servicenetworking (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-mgmt-servicenetworking.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-servicenetworking"
Thu Nov 23 21:41:05 2023 rev:3 rq:1128175 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-servicenetworking/python-azure-mgmt-servicenetworking.changes
2023-05-28 19:24:01.397383684 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-servicenetworking.new.25432/python-azure-mgmt-servicenetworking.changes
2023-11-23 21:42:30.539603685 +0100
@@ -1,0 +2,11 @@
+Wed Nov 22 16:27:42 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
+- Remove unzip package from BuildRequires
+- Switch source archive format to TAR.GZ
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-servicenetworking-1.0.0b2.zip
New:
----
azure-mgmt-servicenetworking-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-servicenetworking.spec ++++++
--- /var/tmp/diff_new_pack.1M4zss/_old 2023-11-23 21:42:30.999620628 +0100
+++ /var/tmp/diff_new_pack.1M4zss/_new 2023-11-23 21:42:31.003620776 +0100
@@ -16,27 +16,24 @@
#
-%define realversion 1.0.0b2
-
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-azure-mgmt-servicenetworking
-Version: 1.0.0~b2
+Version: 1.0.0
Release: 0
Summary: Microsoft Azure Servicenetworking 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-servicenetworking/azure-mgmt-servicenetworking-%{realversion}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-servicenetworking/azure-mgmt-servicenetworking-%{version}.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
@@ -56,10 +53,10 @@
This package has been tested with Python 2.7, 3.6+.
%prep
-%setup -q -n azure-mgmt-servicenetworking-%{realversion}
+%setup -q -n azure-mgmt-servicenetworking-%{version}
%build
-install -m 644 %{SOURCE1}
%{_builddir}/azure-mgmt-servicenetworking-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-servicenetworking-%{version}
%python_build
%install