Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-mgmt-core for
openSUSE:Factory checked in at 2024-11-01 21:07:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-core (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-core.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-core"
Fri Nov 1 21:07:39 2024 rev:12 rq:1220060 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-core/python-azure-mgmt-core.changes
2024-04-07 22:08:26.135941016 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-core.new.2020/python-azure-mgmt-core.changes
2024-11-01 21:07:53.139236588 +0100
@@ -1,0 +2,10 @@
+Fri Nov 1 09:58:52 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 1.5.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Adjust upstream source name in spec file
+- Remove leftover workaround for older Python versions
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-core-1.4.0.zip
New:
----
azure_mgmt_core-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-core.spec ++++++
--- /var/tmp/diff_new_pack.WDcfVE/_old 2024-11-01 21:07:55.783347270 +0100
+++ /var/tmp/diff_new_pack.WDcfVE/_new 2024-11-01 21:07:55.787347438 +0100
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-mgmt-core
-Version: 1.4.0
+Version: 1.5.0
Release: 0
Summary: Microsoft Azure Management Core 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-core/azure-mgmt-core-%{version}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure_mgmt_core/azure_mgmt_core-%{version}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -32,10 +32,9 @@
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-core >= 1.26.2 with python-azure-core < 2.0.0)
+Requires: (python-azure-core >= 1.31.0 with python-azure-core < 2.0.0)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-mgmt-core < 1.4.0
@@ -54,15 +53,12 @@
be installed automatically when you install other SDKs.
%prep
-%setup -q -n azure-mgmt-core-%{version}
+%setup -q -n azure_mgmt_core-%{version}
%build
-# Required for Python2 builds
-export LANG=en_US.UTF-8
%pyproject_wheel
%install
-export LANG=en_US.UTF-8
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%{python_expand # delete common files