Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-repoze.sphinx.autointerface
for openSUSE:Factory checked in at 2025-06-11 16:28:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-repoze.sphinx.autointerface (Old)
and
/work/SRC/openSUSE:Factory/.python-repoze.sphinx.autointerface.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-repoze.sphinx.autointerface"
Wed Jun 11 16:28:13 2025 rev:9 rq:1284829 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-repoze.sphinx.autointerface/python-repoze.sphinx.autointerface.changes
2023-06-12 15:28:06.847642203 +0200
+++
/work/SRC/openSUSE:Factory/.python-repoze.sphinx.autointerface.new.19631/python-repoze.sphinx.autointerface.changes
2025-06-11 16:29:49.284721499 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 11:50:44 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-repoze.sphinx.autointerface.spec ++++++
--- /var/tmp/diff_new_pack.UjihkW/_old 2025-06-11 16:29:49.796742858 +0200
+++ /var/tmp/diff_new_pack.UjihkW/_new 2025-06-11 16:29:49.796742858 +0200
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package python-repoze.sphinx.autointerface
#
-# Copyright (c) 2022 SUSE LLC
+# 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
@@ -26,8 +26,9 @@
Group: Development/Languages/Python
URL: http://www.repoze.org
Source:
https://files.pythonhosted.org/packages/source/r/repoze.sphinx.autointerface/%{modname}-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.6}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx
@@ -44,14 +45,22 @@
%setup -q -n %{modname}-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+# do not install tests
+%python_expand rm -rf %{buildroot}%{$python_sitelib}/repoze/sphinx/tests
%files %{python_files}
%license LICENSE.txt
%doc CHANGES.rst COPYRIGHT.txt README.rst
-%{python_sitelib}/*
+%dir %{python_sitelib}/repoze
+%dir %{python_sitelib}/repoze/sphinx
+%{python_sitelib}/repoze/sphinx/autointerface.py
+%{python_sitelib}/repoze[._]sphinx[._]autointerface-%{version}*-info
+%{python_sitelib}/repoze[._]sphinx[._]autointerface-%{version}*nspkg.pth
+%pycache_only %dir %{python_sitelib}/repoze/sphinx/__pycache__
+%pycache_only %{python_sitelib}/repoze/sphinx/__pycache__/autointerface*