Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-flux-local for openSUSE:Factory checked in at 2025-09-19 15:34:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-flux-local (Old) and /work/SRC/openSUSE:Factory/.python-flux-local.new.27445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flux-local" Fri Sep 19 15:34:27 2025 rev:11 rq:1305911 version:7.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-flux-local/python-flux-local.changes 2025-08-07 16:51:04.185976566 +0200 +++ /work/SRC/openSUSE:Factory/.python-flux-local.new.27445/python-flux-local.changes 2025-09-19 15:35:06.315632209 +0200 @@ -1,0 +2,48 @@ +Fri Sep 19 05:19:09 UTC 2025 - Johannes Kastl <[email protected]> + +- update to 7.10.0: + * chore(deps): update dependency typing-extensions to v4.15.0 by + @renovate[bot] in #997 + * chore(deps): update dependency pytest-cov to v7 by @renovate[bot] + in #1005 + * feat: add EnvoyProxy and Plan to supported image types by @onedr0p + in #1004 + * chore(deps): update docker.io/alpine/helm docker tag to v3.19.0 by + @renovate[bot] in #1007 + +------------------------------------------------------------------- +Fri Sep 19 05:11:15 UTC 2025 - Johannes Kastl <[email protected]> + +- update to 7.8.0: + * Add registry-config to diff/test action by @vaughnw128 in #984 + * chore(deps): update dependency coverage to v7.10.2 by + @renovate[bot] in #983 + * chore(deps): update pre-commit hook + charliermarsh/ruff-pre-commit to v0.12.7 by @renovate[bot] in + #978 + * chore(deps): update dependency ruff to v0.12.8 by + @renovate[bot] in #985 + * chore(deps): update actions/checkout action to v5 by + @renovate[bot] in #988 + * chore(deps): update pre-commit hook pre-commit/pre-commit-hooks + to v6 by @renovate[bot] in #987 + * chore(deps): update ubuntu docker tag to noble-20250716 by + @renovate[bot] in #990 + * chore(deps): update docker.io/alpine/helm docker tag to v3.18.5 + by @renovate[bot] in #991 + * chore(deps): update dependency types-pyyaml to v6.0.12.20250822 + by @renovate[bot] in #994 + * chore(deps): update dependency types-aiofiles to + v24.1.0.20250822 by @renovate[bot] in #993 + * chore(deps): update dependency coverage to v7.10.6 by + @renovate[bot] in #998 + * chore(deps): update docker.io/alpine/helm docker tag to v3.18.6 + by @renovate[bot] in #996 + * chore(deps): update actions/setup-python action to v6 by + @renovate[bot] in #1002 + * chore(deps): update codecov/codecov-action action to v5.5.1 by + @renovate[bot] in #992 + * fix: increase timeout from 20.0 to 60.0 seconds by @onedr0p in + #1003 + +------------------------------------------------------------------- Old: ---- flux_local-7.8.0.tar.gz New: ---- flux_local-7.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-flux-local.spec ++++++ --- /var/tmp/diff_new_pack.jQAF6B/_old 2025-09-19 15:35:06.867655402 +0200 +++ /var/tmp/diff_new_pack.jQAF6B/_new 2025-09-19 15:35:06.867655402 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-flux-local -Version: 7.8.0 +Version: 7.10.0 Release: 0 Summary: Set of tools for managing a flux gitops repository License: Apache-2.0 @@ -29,9 +29,9 @@ BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # -BuildRequires: %{python_module aiofiles >= 22.1.0} BuildRequires: %{python_module GitPython >= 3.1.30} -BuildRequires: %{python_module PyYAML >= 6.0.0} +BuildRequires: %{python_module PyYAML >= 6.0} +BuildRequires: %{python_module aiofiles >= 22.1.0} BuildRequires: %{python_module mashumaro >= 3.12} BuildRequires: %{python_module nest-asyncio >= 1.5.6} BuildRequires: %{python_module oras >= 0.2.31} @@ -42,7 +42,7 @@ # /SECTION BuildRequires: fdupes Requires: python-GitPython >= 3.1.30 -Requires: python-PyYAML >= 6.0.0 +Requires: python-PyYAML >= 6.0 Requires: python-aiofiles >= 22.1.0 Requires: python-mashumaro >= 3.12 Requires: python-nest-asyncio >= 1.5.6 ++++++ flux_local-7.8.0.tar.gz -> flux_local-7.10.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/flux_local-7.8.0/PKG-INFO new/flux_local-7.10.0/PKG-INFO --- old/flux_local-7.8.0/PKG-INFO 2025-08-06 14:59:19.006265900 +0200 +++ new/flux_local-7.10.0/PKG-INFO 2025-09-15 15:56:55.899685900 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: flux_local -Version: 7.8.0 +Version: 7.10.0 Summary: flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing. Author-email: Allen Porter <[email protected]> License-Expression: Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/flux_local-7.8.0/flux_local/command.py new/flux_local-7.10.0/flux_local/command.py --- old/flux_local-7.8.0/flux_local/command.py 2025-08-06 14:59:14.000000000 +0200 +++ new/flux_local-7.10.0/flux_local/command.py 2025-09-15 15:56:49.000000000 +0200 @@ -16,7 +16,7 @@ _CONCURRENCY = 20 _SEM = asyncio.Semaphore(_CONCURRENCY) -_TIMEOUT = 20.0 +_TIMEOUT = 60.0 # No public API diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/flux_local-7.8.0/flux_local/image.py new/flux_local-7.10.0/flux_local/image.py --- old/flux_local-7.8.0/flux_local/image.py 2025-08-06 14:59:14.000000000 +0200 +++ new/flux_local-7.10.0/flux_local/image.py 2025-09-15 15:56:49.000000000 +0200 @@ -25,6 +25,8 @@ "Alertmanager", # monitoring.coreos.com/v1 "Prometheus", # monitoring.coreos.com/v1 "AutoscalingRunnerSet", # actions.github.com/v1alpha1 + "EnvoyProxy", # gateway.envoyproxy.io/v1alpha1 + "Plan", # upgrade.cattle.io/v1 ] # Default image key for most object types. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/flux_local-7.8.0/flux_local.egg-info/PKG-INFO new/flux_local-7.10.0/flux_local.egg-info/PKG-INFO --- old/flux_local-7.8.0/flux_local.egg-info/PKG-INFO 2025-08-06 14:59:18.000000000 +0200 +++ new/flux_local-7.10.0/flux_local.egg-info/PKG-INFO 2025-09-15 15:56:55.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: flux_local -Version: 7.8.0 +Version: 7.10.0 Summary: flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing. Author-email: Allen Porter <[email protected]> License-Expression: Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/flux_local-7.8.0/pyproject.toml new/flux_local-7.10.0/pyproject.toml --- old/flux_local-7.8.0/pyproject.toml 2025-08-06 14:59:14.000000000 +0200 +++ new/flux_local-7.10.0/pyproject.toml 2025-09-15 15:56:49.000000000 +0200 @@ -4,7 +4,7 @@ [project] name = "flux_local" -version = "7.8.0" +version = "7.10.0" license = "Apache-2.0" license-files = ["LICENSE"] description = "flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing."
