Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ordered-namespace for
openSUSE:Factory checked in at 2025-06-02 22:01:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ordered-namespace (Old)
and /work/SRC/openSUSE:Factory/.python-ordered-namespace.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ordered-namespace"
Mon Jun 2 22:01:45 2025 rev:6 rq:1281985 version:2019.6.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ordered-namespace/python-ordered-namespace.changes
2019-07-23 22:40:55.454906835 +0200
+++
/work/SRC/openSUSE:Factory/.python-ordered-namespace.new.16005/python-ordered-namespace.changes
2025-06-02 22:01:51.208438400 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 15:06:03 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ordered-namespace.spec ++++++
--- /var/tmp/diff_new_pack.3q6NNs/_old 2025-06-02 22:01:51.704458971 +0200
+++ /var/tmp/diff_new_pack.3q6NNs/_new 2025-06-02 22:01:51.708459137 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ordered-namespace
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ordered-namespace
Version: 2019.6.8
Release: 0
@@ -26,7 +25,9 @@
URL: https://github.com/who8mylunch/OrderedNamespace
Source:
https://files.pythonhosted.org/packages/source/o/ordered_namespace/ordered_namespace-%{version}.tar.gz
Source99:
https://raw.githubusercontent.com/Who8MyLunch/OrderedNamespace/master/LICENSE
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -41,10 +42,10 @@
cp %{SOURCE99} .
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -54,5 +55,6 @@
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/ordered[-_]namespace
+%{python_sitelib}/ordered[-_]namespace-%{version}*-info