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 2024-11-12 19:20:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-atomicwrites (Old)
 and      /work/SRC/openSUSE:Factory/.python-atomicwrites.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-atomicwrites"

Tue Nov 12 19:20:49 2024 rev:10 rq:1223367 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-atomicwrites/python-atomicwrites.changes  
2022-07-26 19:45:21.483148800 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-atomicwrites.new.2017/python-atomicwrites.changes
        2024-11-12 19:21:31.599734015 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 13:34:27 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Add sphinx8.patch to support sphinx8
+
+-------------------------------------------------------------------

New:
----
  sphinx8.patch

BETA DEBUG BEGIN:
  New:
- Add sphinx8.patch to support sphinx8
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-atomicwrites.spec ++++++
--- /var/tmp/diff_new_pack.WNnxIR/_old  2024-11-12 19:21:32.203759341 +0100
+++ /var/tmp/diff_new_pack.WNnxIR/_new  2024-11-12 19:21:32.207759509 +0100
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package python-atomicwrites
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,8 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/untitaker/python-atomicwrites
 Source:         
https://files.pythonhosted.org/packages/source/a/atomicwrites/atomicwrites-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE sphinx8.patch -- [email protected]
+Patch0:         sphinx8.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -54,7 +56,7 @@
 - High-level API that wraps a very flexible class-based API.
 
 %prep
-%setup -q -n atomicwrites-%{version}
+%autosetup -p1 -n atomicwrites-%{version}
 rm -rf atomicwrites.egg-info
 
 %if %{with doc}

++++++ sphinx8.patch ++++++
Index: atomicwrites-1.4.1/docs/conf.py
===================================================================
--- atomicwrites-1.4.1.orig/docs/conf.py
+++ atomicwrites-1.4.1/docs/conf.py
@@ -105,4 +105,4 @@ epub_copyright = '2015, Markus Unterwadi
 epub_exclude_files = ['search.html']
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {'python': ('http://docs.python.org/', None)}

Reply via email to