Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-typer-slim for 
openSUSE:Factory checked in at 2026-01-07 16:00:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-typer-slim (Old)
 and      /work/SRC/openSUSE:Factory/.python-typer-slim.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-typer-slim"

Wed Jan  7 16:00:54 2026 rev:21 rq:1325659 version:0.21.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-typer-slim/python-typer-slim.changes      
2025-12-22 22:48:18.838735397 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-typer-slim.new.1928/python-typer-slim.changes
    2026-01-07 16:01:11.962579495 +0100
@@ -1,0 +2,7 @@
+Tue Jan  6 17:11:25 UTC 2026 - Matthias Bach <[email protected]> - 0.21.1
+
+- Update to 0.21.1
+  * Fix escaping in help text when rich is installed but not used.
+- Refreshed set-proper-pythonpath-for-tutorial-script-tests.patch.
+
+-------------------------------------------------------------------

Old:
----
  typer_slim-0.20.1.tar.gz

New:
----
  typer_slim-0.21.1.tar.gz

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

Other differences:
------------------
++++++ python-typer-slim.spec ++++++
--- /var/tmp/diff_new_pack.qI0vPE/_old  2026-01-07 16:01:12.658608465 +0100
+++ /var/tmp/diff_new_pack.qI0vPE/_new  2026-01-07 16:01:12.662608631 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-typer-slim
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 # Copyright (c) 2025 SUSE LLC and contributors
 # Copyright (c) 2021 Matthias Bach <[email protected]>
 #
@@ -20,7 +20,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-typer-slim
-Version:        0.20.1
+Version:        0.21.1
 Release:        0
 Summary:        Typer, build great CLIs. Easy to code. Based on Python type 
hints
 License:        MIT

++++++ set-proper-pythonpath-for-tutorial-script-tests.patch ++++++
--- /var/tmp/diff_new_pack.qI0vPE/_old  2026-01-07 16:01:12.714610796 +0100
+++ /var/tmp/diff_new_pack.qI0vPE/_new  2026-01-07 16:01:12.718610962 +0100
@@ -67,32 +67,32 @@
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/tests/test_tutorial/test_subcommands/test_tutorial001.py 
b/tests/test_tutorial/test_subcommands/test_tutorial001.py
-index 1280e22..6f86826 100644
+index 293b8ed..0ec7cdf 100644
 --- a/tests/test_tutorial/test_subcommands/test_tutorial001.py
 +++ b/tests/test_tutorial/test_subcommands/test_tutorial001.py
 @@ -87,7 +87,7 @@ def test_scripts(mod):
-     from docs_src.subcommands.tutorial001 import items, users
+     from docs_src.subcommands.tutorial001_py39 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 [])
+-    env["PYTHONPATH"] = ":".join(list(tutorial001_py39.__path__))
++    env["PYTHONPATH"] = ":".join(list(tutorial001_py39.__path__) + 
[env["PYTHONPATH"]] if "PYTHONPATH" in env else [])
  
      for module in [mod, items, users]:
          result = subprocess.run(
 diff --git a/tests/test_tutorial/test_subcommands/test_tutorial003.py 
b/tests/test_tutorial/test_subcommands/test_tutorial003.py
-index 2d6149c..0a05ae0 100644
+index a680d29..98f1e00 100644
 --- a/tests/test_tutorial/test_subcommands/test_tutorial003.py
 +++ b/tests/test_tutorial/test_subcommands/test_tutorial003.py
 @@ -160,7 +160,7 @@ def test_scripts(mod):
-     from docs_src.subcommands.tutorial003 import items, lands, reigns, towns, 
users
+     from docs_src.subcommands.tutorial003_py39 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 [])
+-    env["PYTHONPATH"] = ":".join(list(tutorial003_py39.__path__))
++    env["PYTHONPATH"] = ":".join(list(tutorial003_py39.__path__) + 
[env["PYTHONPATH"]] if "PYTHONPATH" in env else [])
  
      for module in [mod, items, lands, reigns, towns, users]:
          result = subprocess.run(
 -- 
-2.35.3
+2.51.0
 
 

++++++ typer_slim-0.20.1.tar.gz -> typer_slim-0.21.1.tar.gz ++++++
++++ 25272 lines of diff (skipped)

Reply via email to