Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-comfyui-workflow-templates 
for openSUSE:Factory checked in at 2026-08-25 13:20:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-comfyui-workflow-templates (Old)
 and      
/work/SRC/openSUSE:Factory/.python-comfyui-workflow-templates.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-comfyui-workflow-templates"

Tue Aug 25 13:20:58 2026 rev:2 rq:1373549 version:0.11.46

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-comfyui-workflow-templates/python-comfyui-workflow-templates.changes
      2026-08-21 17:02:08.274782940 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-comfyui-workflow-templates.new.1258/python-comfyui-workflow-templates.changes
    2026-08-25 13:21:54.303801229 +0200
@@ -1,0 +2,17 @@
+Tue Aug 25 08:28:57 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 0.11.46:
+  * Only the pinned bundle versions move: -core to 0.3.320, -json
+    to 0.1.55 and -media-assets-01 to 0.1.33, which together add
+    the Bytedance VCube video enhance, Meshy7 image/text to model
+    and Wan 3.0 i2v/r2v/t2v API templates
+  * Module code, README and license are unchanged from 0.11.44
+- Relax the bundle dependencies from exact '=' pins to '>=' floors:
+  * upstream's '==' is a release-train lockfile, not an API
+    constraint, and an exact pin made this package uninstallable
+    the moment any independently released bundle moved
+  * the real requirement is one-directional -- a bundle older than
+    the manifest -core ships means a missing asset -- which a floor
+    expresses exactly
+
+-------------------------------------------------------------------

Old:
----
  comfyui_workflow_templates-0.11.44.tar.gz

New:
----
  comfyui_workflow_templates-0.11.46.tar.gz

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

Other differences:
------------------
++++++ python-comfyui-workflow-templates.spec ++++++
--- /var/tmp/diff_new_pack.enFAZp/_old  2026-08-25 13:21:55.123830146 +0200
+++ /var/tmp/diff_new_pack.enFAZp/_new  2026-08-25 13:21:55.126830252 +0200
@@ -16,31 +16,38 @@
 #
 
 Name:           python-comfyui-workflow-templates
-Version:        0.11.44
+Version:        0.11.46
 Release:        0
 Summary:        ComfyUI workflow templates meta package
 License:        MIT
 URL:            https://github.com/Comfy-Org/workflow_templates
 Source0:        
https://files.pythonhosted.org/packages/source/c/comfyui_workflow_templates/comfyui_workflow_templates-%{version}.tar.gz
-BuildRequires:  %{python_module comfyui-workflow-templates-core = 0.3.315}
-BuildRequires:  %{python_module comfyui-workflow-templates-json = 0.1.50}
-BuildRequires:  %{python_module comfyui-workflow-templates-media-api = 0.3.84}
-BuildRequires:  %{python_module comfyui-workflow-templates-media-assets-01 = 
0.1.30}
-BuildRequires:  %{python_module comfyui-workflow-templates-media-image = 
0.3.160}
-BuildRequires:  %{python_module comfyui-workflow-templates-media-other = 
0.3.229}
-BuildRequires:  %{python_module comfyui-workflow-templates-media-video = 
0.3.101}
+BuildRequires:  %{python_module comfyui-workflow-templates-core >= 0.3.320}
+BuildRequires:  %{python_module comfyui-workflow-templates-json >= 0.1.55}
+BuildRequires:  %{python_module comfyui-workflow-templates-media-api >= 0.3.84}
+BuildRequires:  %{python_module comfyui-workflow-templates-media-assets-01 >= 
0.1.33}
+BuildRequires:  %{python_module comfyui-workflow-templates-media-image >= 
0.3.160}
+BuildRequires:  %{python_module comfyui-workflow-templates-media-other >= 
0.3.229}
+BuildRequires:  %{python_module comfyui-workflow-templates-media-video >= 
0.3.101}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools >= 61}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-comfyui-workflow-templates-core = 0.3.315
-Requires:       python-comfyui-workflow-templates-json = 0.1.50
-Requires:       python-comfyui-workflow-templates-media-api = 0.3.84
-Requires:       python-comfyui-workflow-templates-media-assets-01 = 0.1.30
-Requires:       python-comfyui-workflow-templates-media-image = 0.3.160
-Requires:       python-comfyui-workflow-templates-media-other = 0.3.229
-Requires:       python-comfyui-workflow-templates-media-video = 0.3.101
+# Upstream pins the bundles with '==', but that is a release-train lockfile,
+# not an API constraint: this package's only code imports five stable helpers
+# from -core, and the bundles are additive asset stores. The real requirement
+# is one-directional -- a bundle older than the manifest core ships means a
+# missing asset -- so a floor expresses it exactly, while '=' additionally
+# forbids the harmless newer direction and makes this package uninstallable
+# on every independent bundle release.
+Requires:       python-comfyui-workflow-templates-core >= 0.3.320
+Requires:       python-comfyui-workflow-templates-json >= 0.1.55
+Requires:       python-comfyui-workflow-templates-media-api >= 0.3.84
+Requires:       python-comfyui-workflow-templates-media-assets-01 >= 0.1.33
+Requires:       python-comfyui-workflow-templates-media-image >= 0.3.160
+Requires:       python-comfyui-workflow-templates-media-other >= 0.3.229
+Requires:       python-comfyui-workflow-templates-media-video >= 0.3.101
 BuildArch:      noarch
 %python_subpackages
 

++++++ comfyui_workflow_templates-0.11.44.tar.gz -> 
comfyui_workflow_templates-0.11.46.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/comfyui_workflow_templates-0.11.44/PKG-INFO 
new/comfyui_workflow_templates-0.11.46/PKG-INFO
--- old/comfyui_workflow_templates-0.11.44/PKG-INFO     2026-08-20 
17:51:12.678714800 +0200
+++ new/comfyui_workflow_templates-0.11.46/PKG-INFO     2026-08-24 
20:17:34.902879200 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: comfyui_workflow_templates
-Version: 0.11.44
+Version: 0.11.46
 Summary: ComfyUI workflow templates package
 Author: Comfy-Org
 License: MIT
@@ -9,17 +9,17 @@
 Requires-Python: >=3.9
 Description-Content-Type: text/markdown
 License-File: LICENSE
-Requires-Dist: comfyui-workflow-templates-core==0.3.315
-Requires-Dist: comfyui-workflow-templates-json==0.1.50
+Requires-Dist: comfyui-workflow-templates-core==0.3.320
+Requires-Dist: comfyui-workflow-templates-json==0.1.55
 Requires-Dist: comfyui-workflow-templates-media-api==0.3.84
 Requires-Dist: comfyui-workflow-templates-media-video==0.3.101
 Requires-Dist: comfyui-workflow-templates-media-image==0.3.160
 Requires-Dist: comfyui-workflow-templates-media-other==0.3.229
-Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.30
+Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.33
 Provides-Extra: json
-Requires-Dist: comfyui-workflow-templates-json==0.1.50; extra == "json"
+Requires-Dist: comfyui-workflow-templates-json==0.1.55; extra == "json"
 Provides-Extra: assets
-Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.30; extra == 
"assets"
+Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.33; extra == 
"assets"
 Provides-Extra: api
 Requires-Dist: comfyui-workflow-templates-media-api==0.3.84; extra == "api"
 Provides-Extra: video
@@ -29,8 +29,8 @@
 Provides-Extra: other
 Requires-Dist: comfyui-workflow-templates-media-other==0.3.229; extra == 
"other"
 Provides-Extra: all
-Requires-Dist: comfyui-workflow-templates-json==0.1.50; extra == "all"
-Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.30; extra == 
"all"
+Requires-Dist: comfyui-workflow-templates-json==0.1.55; extra == "all"
+Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.33; extra == 
"all"
 Requires-Dist: comfyui-workflow-templates-media-api==0.3.84; extra == "all"
 Requires-Dist: comfyui-workflow-templates-media-video==0.3.101; extra == "all"
 Requires-Dist: comfyui-workflow-templates-media-image==0.3.160; extra == "all"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/comfyui_workflow_templates-0.11.44/packages/meta/src/comfyui_workflow_templates.egg-info/PKG-INFO
 
new/comfyui_workflow_templates-0.11.46/packages/meta/src/comfyui_workflow_templates.egg-info/PKG-INFO
--- 
old/comfyui_workflow_templates-0.11.44/packages/meta/src/comfyui_workflow_templates.egg-info/PKG-INFO
       2026-08-20 17:51:12.667137400 +0200
+++ 
new/comfyui_workflow_templates-0.11.46/packages/meta/src/comfyui_workflow_templates.egg-info/PKG-INFO
       2026-08-24 20:17:34.891704300 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: comfyui_workflow_templates
-Version: 0.11.44
+Version: 0.11.46
 Summary: ComfyUI workflow templates package
 Author: Comfy-Org
 License: MIT
@@ -9,17 +9,17 @@
 Requires-Python: >=3.9
 Description-Content-Type: text/markdown
 License-File: LICENSE
-Requires-Dist: comfyui-workflow-templates-core==0.3.315
-Requires-Dist: comfyui-workflow-templates-json==0.1.50
+Requires-Dist: comfyui-workflow-templates-core==0.3.320
+Requires-Dist: comfyui-workflow-templates-json==0.1.55
 Requires-Dist: comfyui-workflow-templates-media-api==0.3.84
 Requires-Dist: comfyui-workflow-templates-media-video==0.3.101
 Requires-Dist: comfyui-workflow-templates-media-image==0.3.160
 Requires-Dist: comfyui-workflow-templates-media-other==0.3.229
-Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.30
+Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.33
 Provides-Extra: json
-Requires-Dist: comfyui-workflow-templates-json==0.1.50; extra == "json"
+Requires-Dist: comfyui-workflow-templates-json==0.1.55; extra == "json"
 Provides-Extra: assets
-Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.30; extra == 
"assets"
+Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.33; extra == 
"assets"
 Provides-Extra: api
 Requires-Dist: comfyui-workflow-templates-media-api==0.3.84; extra == "api"
 Provides-Extra: video
@@ -29,8 +29,8 @@
 Provides-Extra: other
 Requires-Dist: comfyui-workflow-templates-media-other==0.3.229; extra == 
"other"
 Provides-Extra: all
-Requires-Dist: comfyui-workflow-templates-json==0.1.50; extra == "all"
-Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.30; extra == 
"all"
+Requires-Dist: comfyui-workflow-templates-json==0.1.55; extra == "all"
+Requires-Dist: comfyui-workflow-templates-media-assets-01==0.1.33; extra == 
"all"
 Requires-Dist: comfyui-workflow-templates-media-api==0.3.84; extra == "all"
 Requires-Dist: comfyui-workflow-templates-media-video==0.3.101; extra == "all"
 Requires-Dist: comfyui-workflow-templates-media-image==0.3.160; extra == "all"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/comfyui_workflow_templates-0.11.44/packages/meta/src/comfyui_workflow_templates.egg-info/requires.txt
 
new/comfyui_workflow_templates-0.11.46/packages/meta/src/comfyui_workflow_templates.egg-info/requires.txt
--- 
old/comfyui_workflow_templates-0.11.44/packages/meta/src/comfyui_workflow_templates.egg-info/requires.txt
   2026-08-20 17:51:12.669438800 +0200
+++ 
new/comfyui_workflow_templates-0.11.46/packages/meta/src/comfyui_workflow_templates.egg-info/requires.txt
   2026-08-24 20:17:34.894279500 +0200
@@ -1,14 +1,14 @@
-comfyui-workflow-templates-core==0.3.315
-comfyui-workflow-templates-json==0.1.50
+comfyui-workflow-templates-core==0.3.320
+comfyui-workflow-templates-json==0.1.55
 comfyui-workflow-templates-media-api==0.3.84
 comfyui-workflow-templates-media-video==0.3.101
 comfyui-workflow-templates-media-image==0.3.160
 comfyui-workflow-templates-media-other==0.3.229
-comfyui-workflow-templates-media-assets-01==0.1.30
+comfyui-workflow-templates-media-assets-01==0.1.33
 
 [all]
-comfyui-workflow-templates-json==0.1.50
-comfyui-workflow-templates-media-assets-01==0.1.30
+comfyui-workflow-templates-json==0.1.55
+comfyui-workflow-templates-media-assets-01==0.1.33
 comfyui-workflow-templates-media-api==0.3.84
 comfyui-workflow-templates-media-video==0.3.101
 comfyui-workflow-templates-media-image==0.3.160
@@ -18,13 +18,13 @@
 comfyui-workflow-templates-media-api==0.3.84
 
 [assets]
-comfyui-workflow-templates-media-assets-01==0.1.30
+comfyui-workflow-templates-media-assets-01==0.1.33
 
 [image]
 comfyui-workflow-templates-media-image==0.3.160
 
 [json]
-comfyui-workflow-templates-json==0.1.50
+comfyui-workflow-templates-json==0.1.55
 
 [other]
 comfyui-workflow-templates-media-other==0.3.229
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/comfyui_workflow_templates-0.11.44/pyproject.toml 
new/comfyui_workflow_templates-0.11.46/pyproject.toml
--- old/comfyui_workflow_templates-0.11.44/pyproject.toml       2026-08-20 
17:49:59.007730000 +0200
+++ new/comfyui_workflow_templates-0.11.46/pyproject.toml       2026-08-24 
20:16:06.810909700 +0200
@@ -4,7 +4,7 @@
 
 [project]
 name = "comfyui_workflow_templates"
-version = "0.11.44"
+version = "0.11.46"
 description = "ComfyUI workflow templates package"
 readme = "README.md"
 requires-python = ">=3.9"
@@ -18,25 +18,25 @@
 ]
 
 dependencies = [
-    "comfyui-workflow-templates-core==0.3.315",
-    "comfyui-workflow-templates-json==0.1.50",
+    "comfyui-workflow-templates-core==0.3.320",
+    "comfyui-workflow-templates-json==0.1.55",
     "comfyui-workflow-templates-media-api==0.3.84",
     "comfyui-workflow-templates-media-video==0.3.101",
     "comfyui-workflow-templates-media-image==0.3.160",
     "comfyui-workflow-templates-media-other==0.3.229",
-    "comfyui-workflow-templates-media-assets-01==0.1.30",
+    "comfyui-workflow-templates-media-assets-01==0.1.33",
 ]
 
 [project.optional-dependencies]
-json = ["comfyui-workflow-templates-json==0.1.50"]
-assets = ["comfyui-workflow-templates-media-assets-01==0.1.30"]
+json = ["comfyui-workflow-templates-json==0.1.55"]
+assets = ["comfyui-workflow-templates-media-assets-01==0.1.33"]
 api = ["comfyui-workflow-templates-media-api==0.3.84"]
 video = ["comfyui-workflow-templates-media-video==0.3.101"]
 image = ["comfyui-workflow-templates-media-image==0.3.160"]
 other = ["comfyui-workflow-templates-media-other==0.3.229"]
 all = [
-    "comfyui-workflow-templates-json==0.1.50",
-    "comfyui-workflow-templates-media-assets-01==0.1.30",
+    "comfyui-workflow-templates-json==0.1.55",
+    "comfyui-workflow-templates-media-assets-01==0.1.33",
     "comfyui-workflow-templates-media-api==0.3.84",
     "comfyui-workflow-templates-media-video==0.3.101",
     "comfyui-workflow-templates-media-image==0.3.160",

Reply via email to