Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zc.customdoctests for
openSUSE:Factory checked in at 2026-07-06 12:33:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zc.customdoctests (Old)
and /work/SRC/openSUSE:Factory/.python-zc.customdoctests.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zc.customdoctests"
Mon Jul 6 12:33:52 2026 rev:6 rq:1363916 version:1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zc.customdoctests/python-zc.customdoctests.changes
2025-04-20 20:08:27.046326908 +0200
+++
/work/SRC/openSUSE:Factory/.python-zc.customdoctests.new.1982/python-zc.customdoctests.changes
2026-07-06 12:36:22.183826660 +0200
@@ -1,0 +2,6 @@
+Mon Jul 6 01:25:10 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Loosen nspkg.pth path, it is now per-Python version.
+- Add missing Requires on setuptools.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zc.customdoctests.spec ++++++
--- /var/tmp/diff_new_pack.hTY26j/_old 2026-07-06 12:36:22.747846224 +0200
+++ /var/tmp/diff_new_pack.hTY26j/_new 2026-07-06 12:36:22.747846224 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-zc.customdoctests
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,7 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
+Requires: python-setuptools
BuildArch: noarch
%python_subpackages
@@ -59,7 +60,7 @@
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%python_expand rm -r
%{buildroot}%{$python_sitelib}/zc.customdoctests-%{version}-py3.11-nspkg.pth
+%python_expand rm
%{buildroot}%{$python_sitelib}/zc.customdoctests-%{version}-py3.*-nspkg.pth
%check
%{python_expand export PYTHONPATH='.:%{buildroot}%{$python_sitelib}'