Hello community,

here is the log from the commit of package python36 for openSUSE:Factory 
checked in at 2020-12-08 13:24:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python36 (Old)
 and      /work/SRC/openSUSE:Factory/.python36.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python36"

Tue Dec  8 13:24:32 2020 rev:6 rq:853646 version:3.6.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/python36/python36.changes        2020-12-07 
15:00:35.880728484 +0100
+++ /work/SRC/openSUSE:Factory/.python36.new.5913/python36.changes      
2020-12-08 13:25:50.362750218 +0100
@@ -1,0 +2,5 @@
+Mon Dec  7 18:40:07 UTC 2020 - Matej Cepl <[email protected]>
+
+- Adjust sphinx-update-removed-function.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------




++++++ sphinx-update-removed-function.patch ++++++
--- /var/tmp/diff_new_pack.N09ure/_old  2020-12-08 13:25:51.410753209 +0100
+++ /var/tmp/diff_new_pack.N09ure/_new  2020-12-08 13:25:51.410753209 +0100
@@ -15,12 +15,12 @@
              node.append(para)
          env = self.state.document.settings.env
 -        env.note_versionchange('deprecated', version[0], node, self.lineno)
-+        # new method
-+        if hasattr(env, 'get_domain'):
-+            env.get_domain('changeset').note_changeset(node)
 +        # deprecated pre-Sphinx-2 method
-+        else:
++        if hasattr(env, 'note_versionchange'):
 +            env.note_versionchange('deprecated', version[0], node, 
self.lineno)
++        # new method
++        else:
++            env.get_domain('changeset').note_changeset(node)
          return [node] + messages
  
 -
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to