Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-typer for openSUSE:Factory 
checked in at 2023-01-07 17:20:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-typer (Old)
 and      /work/SRC/openSUSE:Factory/.python-typer.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-typer"

Sat Jan  7 17:20:00 2023 rev:7 rq:1056775 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-typer/python-typer.changes        
2022-11-07 13:51:37.399778572 +0100
+++ /work/SRC/openSUSE:Factory/.python-typer.new.1563/python-typer.changes      
2023-01-07 17:23:21.583460804 +0100
@@ -1,0 +2,6 @@
+Thu Jan  5 15:07:01 UTC 2023 - Matthias Bach <ma...@marix.org> - 0.7.0
+
+- Adapt set-proper-pythonpath-for-tutorial-script-tests.patch to
+  also work for Python 3.11.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-typer.spec ++++++
--- /var/tmp/diff_new_pack.4j1ZFc/_old  2023-01-07 17:23:21.967463095 +0100
+++ /var/tmp/diff_new_pack.4j1ZFc/_new  2023-01-07 17:23:21.971463119 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-typer
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2021 Matthias Bach <ma...@marix.org>
 #
 # All modifications and additions to the file contributed by third parties

++++++ set-proper-pythonpath-for-tutorial-script-tests.patch ++++++
--- /var/tmp/diff_new_pack.4j1ZFc/_old  2023-01-07 17:23:21.999463286 +0100
+++ /var/tmp/diff_new_pack.4j1ZFc/_new  2023-01-07 17:23:22.003463310 +0100
@@ -79,7 +79,7 @@
      from docs_src.subcommands.tutorial001 import items, users
  
 +    env = os.environ.copy()
-+    env["PYTHONPATH"] = ":".join(list(tutorial001.__path__))
++    env["PYTHONPATH"] = ":".join(list(tutorial001.__path__) + 
[env["PYTHONPATH"]] if "PYTHONPATH" in env else [])
 +
      for module in [mod, items, users]:
          result = subprocess.run(
@@ -104,7 +104,7 @@
      from docs_src.subcommands.tutorial003 import items, lands, reigns, towns, 
users
  
 +    env = os.environ.copy()
-+    env["PYTHONPATH"] = ":".join(list(tutorial003.__path__))
++    env["PYTHONPATH"] = ":".join(list(tutorial003.__path__) + 
[env["PYTHONPATH"]] if "PYTHONPATH" in env else [])
 +
      for module in [mod, items, lands, reigns, towns, users]:
          result = subprocess.run(

Reply via email to