Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-opencensus-ext-azure for
openSUSE:Factory checked in at 2025-06-02 22:01:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-opencensus-ext-azure (Old)
and /work/SRC/openSUSE:Factory/.python-opencensus-ext-azure.new.16005
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-opencensus-ext-azure"
Mon Jun 2 22:01:39 2025 rev:7 rq:1281977 version:1.1.14
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-opencensus-ext-azure/python-opencensus-ext-azure.changes
2025-02-06 22:10:23.590399410 +0100
+++
/work/SRC/openSUSE:Factory/.python-opencensus-ext-azure.new.16005/python-opencensus-ext-azure.changes
2025-06-02 22:01:43.716127670 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 15:01:34 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-opencensus-ext-azure.spec ++++++
--- /var/tmp/diff_new_pack.6nNlWa/_old 2025-06-02 22:01:45.336194859 +0200
+++ /var/tmp/diff_new_pack.6nNlWa/_new 2025-06-02 22:01:45.340195025 +0200
@@ -17,7 +17,6 @@
%define repo_version 0.11.4-1.1.14
-
%{?sle15_python_module_pythons}
Name: python-opencensus-ext-azure
Version: 1.1.14
@@ -33,17 +32,19 @@
BuildRequires: %{python_module azure-core >= 1.12.0}
BuildRequires: %{python_module azure-identity >= 1.5.0}
BuildRequires: %{python_module opencensus >= 0.11.0}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module psutil >= 5.6.3}
BuildRequires: %{python_module requests >= 2.19.0}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildArch: noarch
Requires: python-azure-core >= 1.12.0
Requires: python-azure-identity >= 1.5.0
Requires: python-opencensus >= 0.11.0
Requires: python-psutil >= 5.6.3
Requires: python-requests >= 2.19.0
+BuildArch: noarch
%python_subpackages
%description
@@ -58,10 +59,10 @@
touch tests/__init__.py
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%{python_expand # delete common files
rm -rf %{buildroot}%{$python_sitelib}/opencensus/__init__.*
@@ -73,7 +74,7 @@
}
%check
-%python_exec -m unittest discover -v
+%pyunittest -v
%files %{python_files}
%doc CHANGELOG.md README.rst