Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ttp for openSUSE:Factory 
checked in at 2026-03-24 18:49:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ttp (Old)
 and      /work/SRC/openSUSE:Factory/.python-ttp.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ttp"

Tue Mar 24 18:49:45 2026 rev:8 rq:1342141 version:0.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ttp/python-ttp.changes    2026-01-20 
21:03:35.713698380 +0100
+++ /work/SRC/openSUSE:Factory/.python-ttp.new.8177/python-ttp.changes  
2026-03-24 18:50:42.675017078 +0100
@@ -1,0 +2,11 @@
+Tue Mar 24 03:39:23 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Correct the version in the metadata to be 0.10.1, reported upstream.
+
+-------------------------------------------------------------------
+Mon Mar 23 22:22:09 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.10.1:
+  * Fixing extend tag nested named template handling
+
+-------------------------------------------------------------------

Old:
----
  ttp-0.10.0.tar.gz

New:
----
  ttp-0.10.1.tar.gz

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

Other differences:
------------------
++++++ python-ttp.spec ++++++
--- /var/tmp/diff_new_pack.Epl1cm/_old  2026-03-24 18:50:43.227039854 +0100
+++ /var/tmp/diff_new_pack.Epl1cm/_new  2026-03-24 18:50:43.227039854 +0100
@@ -26,7 +26,7 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-ttp%{psuffix}
-Version:        0.10.0
+Version:        0.10.1
 Release:        0
 Summary:        Template Text Parser
 License:        MIT
@@ -58,6 +58,8 @@
 
 %prep
 %autosetup -p1 -n ttp-%{version}
+# https://github.com/dmulyalin/ttp/issues/137
+sed -i 's/0.10.0/%{version}/' pyproject.toml
 
 %build
 %if !%{with test}

++++++ ttp-0.10.0.tar.gz -> ttp-0.10.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ttp-0.10.0/.github/workflows/main.yml 
new/ttp-0.10.1/.github/workflows/main.yml
--- old/ttp-0.10.0/.github/workflows/main.yml   2025-11-02 09:46:30.000000000 
+0100
+++ new/ttp-0.10.1/.github/workflows/main.yml   2025-11-02 10:09:30.000000000 
+0100
@@ -40,7 +40,8 @@
       fail-fast: false
       matrix:
         python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14']
-        platform: [ubuntu-latest, macOS-10.15, windows-latest]
+        # platform: [ubuntu-latest, macOS-10.15, windows-latest]
+        platform: [windows-latest]
     runs-on: ${{ matrix.platform }}
 
     steps:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ttp-0.10.0/README.md new/ttp-0.10.1/README.md
--- old/ttp-0.10.0/README.md    2025-11-02 09:46:30.000000000 +0100
+++ new/ttp-0.10.1/README.md    2025-11-02 10:09:30.000000000 +0100
@@ -1,6 +1,7 @@
 [![Downloads](https://pepy.tech/badge/ttp)](https://pepy.tech/project/ttp)
 [![PyPI 
versions](https://img.shields.io/pypi/pyversions/ttp.svg)](https://pypi.python.org/pypi/ttp/)
 [![Documentation 
status](https://readthedocs.org/projects/ttp/badge/?version=latest)](http://ttp.readthedocs.io/?badge=latest)
+[![Tests](https://github.com/dmulyalin/ttp/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/dmulyalin/ttp/actions/workflows/main.yml)
 
 # Template Text Parser
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ttp-0.10.0/docs/source/conf.py 
new/ttp-0.10.1/docs/source/conf.py
--- old/ttp-0.10.0/docs/source/conf.py  2025-11-02 09:46:30.000000000 +0100
+++ new/ttp-0.10.1/docs/source/conf.py  2025-11-02 10:09:30.000000000 +0100
@@ -18,11 +18,11 @@
 # -- Project information -----------------------------------------------------
 
 project = 'ttp'
-copyright = '2021, dmulyalin'
+copyright = '2025, dmulyalin'
 author = 'dmulyalin'
 
 # The full version, including alpha/beta/rc tags
-release = '0.9.0'
+release = '0.10.0'
 
 
 # -- General configuration ---------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ttp-0.10.0/readthedocs.yaml 
new/ttp-0.10.1/readthedocs.yaml
--- old/ttp-0.10.0/readthedocs.yaml     2025-11-02 09:46:30.000000000 +0100
+++ new/ttp-0.10.1/readthedocs.yaml     2025-11-02 10:09:30.000000000 +0100
@@ -3,7 +3,7 @@
 build:
   os: "ubuntu-20.04"
   tools:
-    python: "3.7"
+    python: "3.11"
 
 sphinx:
   configuration: docs/source/conf.py
@@ -17,4 +17,3 @@
      path: .
      extra_requirements:
        - docs
-   system_packages: true

Reply via email to