Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-atomicwrites for
openSUSE:Factory checked in at 2025-10-21 11:15:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-atomicwrites (Old)
and /work/SRC/openSUSE:Factory/.python-atomicwrites.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-atomicwrites"
Tue Oct 21 11:15:48 2025 rev:13 rq:1312353 version:1.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-atomicwrites/python-atomicwrites.changes
2025-09-25 18:47:46.400394130 +0200
+++
/work/SRC/openSUSE:Factory/.python-atomicwrites.new.18484/python-atomicwrites.changes
2025-10-21 11:17:15.492905583 +0200
@@ -1,0 +2,6 @@
+Mon Oct 20 09:46:50 UTC 2025 - Daniel Garcia <[email protected]>
+
+- Fix -doc package generation, we are adding the -doc to the suffix,
+ no need to have a subpackage here, multibuild does the trick.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-atomicwrites.spec ++++++
--- /var/tmp/diff_new_pack.YtbQLr/_old 2025-10-21 11:17:16.188934835 +0200
+++ /var/tmp/diff_new_pack.YtbQLr/_new 2025-10-21 11:17:16.192935002 +0200
@@ -46,7 +46,6 @@
BuildRequires: %{modern_python}-Sphinx
BuildRequires: %{python_module atomicwrites}
BuildRequires: %{python_module pytest}
-Provides: %{python_module atomicwrites-doc = %{version}}
%endif
%python_subpackages
@@ -63,24 +62,6 @@
%autosetup -p1 -n atomicwrites-%{version}
rm -rf atomicwrites.egg-info
-%if %{with doc}
-%package -n %{name}-doc
-Summary: Atomic file writes for Python (documentation)
-Group: Documentation/HTML
-
-%description -n %{name}-doc
-Atomic file writes for python3.
-Features that distinguish it from other similar libraries:
-
-- Race-free assertion that the target file doesn't yet exist. This can be
- controlled with the 'overwrite' parameter.
-
-- High-level API that wraps a very flexible class-based API.
-
-This package contains the documentation for both python2 and python3 versions
-of python-atomicwrites
-%endif
-
%build
%if %{without doc}
%pyproject_wheel
@@ -102,20 +83,14 @@
%pytest
%endif
-%if %{without doc}
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%license LICENSE
+%if %{without doc}
%{python_sitelib}/atomicwrites
%{python_sitelib}/atomicwrites-%{version}.dist-info
-
%else
-
-%files -n %{name}-doc
-%defattr(-,root,root,-)
-%doc README.rst
-%license LICENSE
%doc docs/_build/html
%endif