Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-mgmt-iotfirmwaredefense
for openSUSE:Factory checked in at 2024-04-09 16:48:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-iotfirmwaredefense (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-mgmt-iotfirmwaredefense.new.29460 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-iotfirmwaredefense"
Tue Apr 9 16:48:21 2024 rev:3 rq:1166432 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-iotfirmwaredefense/python-azure-mgmt-iotfirmwaredefense.changes
2024-04-07 22:09:44.810822244 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-iotfirmwaredefense.new.29460/python-azure-mgmt-iotfirmwaredefense.changes
2024-04-09 16:53:54.766866264 +0200
@@ -1,0 +2,12 @@
+Tue Apr 9 08:00:02 UTC 2024 - 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
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-iotfirmwaredefense-1.0.0b1.zip
New:
----
azure-mgmt-iotfirmwaredefense-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-iotfirmwaredefense.spec ++++++
--- /var/tmp/diff_new_pack.rV2Duk/_old 2024-04-09 16:53:55.162880874 +0200
+++ /var/tmp/diff_new_pack.rV2Duk/_new 2024-04-09 16:53:55.166881021 +0200
@@ -16,17 +16,15 @@
#
-%define realversion 1.0.0b1
-
%{?sle15_python_module_pythons}
Name: python-azure-mgmt-iotfirmwaredefense
-Version: 1.0.0~b1
+Version: 1.0.0
Release: 0
Summary: Microsoft Azure Iotfirmwaredefense 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-iotfirmwaredefense/azure-mgmt-iotfirmwaredefense-%{realversion}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-iotfirmwaredefense/azure-mgmt-iotfirmwaredefense-%{version}.tar.gz
Source1: LICENSE.txt
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -35,13 +33,11 @@
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: unzip
Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-nspkg >= 3.0.0
Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
Requires: (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core <
2.0.0)
Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
-Requires: (python-typing_extensions >= 4.3.0 if python-base < 3.8)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-mgmt-iotfirmwaredefense < 1.0.0~b1
@@ -56,10 +52,10 @@
This package has been tested with Python 3.7+.
%prep
-%setup -q -n azure-mgmt-iotfirmwaredefense-%{realversion}
+%setup -q -n azure-mgmt-iotfirmwaredefense-%{version}
%build
-install -m 644 %{SOURCE1}
%{_builddir}/azure-mgmt-iotfirmwaredefense-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-iotfirmwaredefense-%{version}
%pyproject_wheel
%install