Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-flux-local-7.0.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-flux-local Distribution: openSUSE Tumbleweed
Version: 7.0.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Jan 3 09:52:46 2025
Group: Unspecified Build host: reproducible
Size: 301581 Source RPM: python-flux-local-7.0.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/allenporter/flux-local
Summary: Set of tools for managing a flux gitops repository
flux-local is a python library and set of tools for managing a flux gitops
repository, with validation steps to help improve quality of commits, PRs, and
general local testing.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Jan 03 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 7.0.0:
    * Breaking changes
      This release removes kyverno support. All references to command
      line options and action options related to kyverno have been
      removed and you need to remove them when upgrading. It is
      expected this feature was rarely used (and as a result, not
      worth the effort to maintain).
    * What's Changed
      There is a change to dependency tracking for HelmReleases that
      is meant to catch changes in dependencies that were previously
      ignored. Please report an issue if you see unexpected
      HelmRelease diffs.
    - Remove kyverno support by @allenporter in #818
    - Move resource diff and visitor logic to primary library
      directory by @allenporter in #819
    - Update testdata to remove invalid dependsOn reference in
      cluster8 by @allenporter in #820
    - Improve HelmRelease dependency tracking for diffs by
      @allenporter in #821
* Fri Dec 27 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 6.1.1:
    * What's Changed
    - Fix merging of values to override inline values last broken in 6.1.0 1
      by @allenporter in #815
    * Developer updates
    - Update devcontainer Dockerfile to jammy 20241217 by @allenporter in #814
* Fri Dec 27 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 6.1.0:
    * What's Changed
    - Add deep-merge of values, and allow empty values file by
      @Lingkar in #812
    * Developer updates
    - Upgrade to python 3.13 by @allenporter in #804
    - chore(deps): update codecov/codecov-action action to v5 by
      @renovate in #805
    - Apply cruft updates by @allenporter in #809
    - Apply cruft updates by @allenporter in #810
    - chore(deps): update dependency pdoc to v15.0.1 by @renovate
      in #811
* Tue Nov 12 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 0.6.2:
    * What's Changed
    - Strip attributes in List resources by @allenporter in #802
    * Developer updates
    - chore(deps): update dependency pytest-cov to v6 by @renovate
      in #800
* Tue Nov 12 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 6.0.1:
    * What's Changed
    - Set unique placeholder values for each substitution by
      @allenporter in #801
    * Developer updates
    - chore(deps): update dependency pdoc to v15 by @renovate in
      [#799]
* Fri Oct 11 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - update to 6.0.0:
    * Breaking Changes
    - This is a breaking change that updates the format of the flux
      build command to have parity with get and diff commands.
      Example to build a single kustomziation:
      $ flux-local build ks apps --path tests/testdata/cluster/
      Example to inflate a single helm release:
      $ flux-local build hr podinfo -n podinfo --path tests/testdata/cluster
      The old behavior flux-local build tests/testdata/cluster/ can
      still be achieved with build all:
      $ flux-local build all tests/testdata/cluster/
    * What's Changed
    - chore(deps): update dependency types-pyyaml to
      v6.0.12.20240808 by @renovate in #774
    - chore(deps): update dependency ruff to v0.5.7 by @renovate in
      [#775]
    - chore(deps): update pre-commit hook
      charliermarsh/ruff-pre-commit to v0.5.7 by @renovate in #776
    - chore(deps): update docker.io/bitnami/kubectl docker tag to
      v1.31.0 by @renovate in #777
    - chore(deps): update dependency ruff to v0.6.0 by @renovate in
      [#778]
    - chore(deps): update pre-commit hook
      charliermarsh/ruff-pre-commit to v0.6.0 by @renovate in #779
    - chore(deps): update dependency ruff to v0.6.1 by @renovate in
      [#780]
    - chore(deps): update pre-commit hook
      charliermarsh/ruff-pre-commit to v0.6.1 by @renovate in #781
    - chore(deps): update ubuntu docker tag to jammy-20240808 by
      @renovate in #782
    - chore(deps): update docker.io/alpine/helm docker tag to
      v3.15.4 by @renovate in #783
    - chore(deps): update codespell-project/actions-codespell
      action to v2.1 by @renovate in #784
    - chore(deps): update dependency syrupy to v4.6.4 by @renovate
      in #785
    - chore(deps): update dependency pytest-asyncio to v0.24.0 by
      @renovate in #786
    - chore(deps): update dependency ruff to v0.6.2 by @renovate in
      [#787]
    - chore(deps): update pre-commit hook
      charliermarsh/ruff-pre-commit to v0.6.2 by @renovate in #788
    - chore(deps): update dependency syrupy to v4.7.1 by @renovate
      in #789
    - chore(deps): update dependency mypy to v1.11.2 by @renovate
      in #790
    - chore(deps): update peter-evans/create-pull-request action to
      v7 by @renovate in #791
    - chore(deps): update pre-commit hook
      charliermarsh/ruff-pre-commit to v0.6.4 by @renovate in #793
    - chore(deps): update dependency ruff to v0.6.4 by @renovate in
      [#792]
    - chore(deps): update dependency pdoc to v14.7.0 by @renovate
      in #794
    - chore(deps): update dependency pre-commit to v4 by @renovate
      in #796
    - chore(deps): update pre-commit hook
      pre-commit/pre-commit-hooks to v5 by @renovate in #797
    - Update flux build to have parity with other flux commands by
      @allenporter in #798
* Tue Sep 24 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - new package python-flux-local: set of tools and libraries for
    managing a local flux gitops repository

Files

/etc/alternatives/flux-local
/usr/bin/flux-local
/usr/bin/flux-local-3.13
/usr/lib/python3.13/site-packages/flux_local
/usr/lib/python3.13/site-packages/flux_local-7.0.0.dist-info
/usr/lib/python3.13/site-packages/flux_local-7.0.0.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/flux_local-7.0.0.dist-info/LICENSE
/usr/lib/python3.13/site-packages/flux_local-7.0.0.dist-info/METADATA
/usr/lib/python3.13/site-packages/flux_local-7.0.0.dist-info/RECORD
/usr/lib/python3.13/site-packages/flux_local-7.0.0.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/flux_local-7.0.0.dist-info/WHEEL
/usr/lib/python3.13/site-packages/flux_local-7.0.0.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/flux_local-7.0.0.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/flux_local/__init__.py
/usr/lib/python3.13/site-packages/flux_local/__pycache__
/usr/lib/python3.13/site-packages/flux_local/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/command.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/command.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/context.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/context.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/git_repo.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/git_repo.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/helm.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/helm.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/image.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/image.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/kustomize.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/kustomize.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/manifest.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/manifest.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/resource_diff.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/resource_diff.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/values.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/values.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/visitor.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/__pycache__/visitor.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/command.py
/usr/lib/python3.13/site-packages/flux_local/context.py
/usr/lib/python3.13/site-packages/flux_local/exceptions.py
/usr/lib/python3.13/site-packages/flux_local/git_repo.py
/usr/lib/python3.13/site-packages/flux_local/helm.py
/usr/lib/python3.13/site-packages/flux_local/image.py
/usr/lib/python3.13/site-packages/flux_local/kustomize.py
/usr/lib/python3.13/site-packages/flux_local/manifest.py
/usr/lib/python3.13/site-packages/flux_local/resource_diff.py
/usr/lib/python3.13/site-packages/flux_local/tool
/usr/lib/python3.13/site-packages/flux_local/tool/__init__.py
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/build.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/build.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/diagnostics.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/diagnostics.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/diff.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/diff.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/flux_local.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/flux_local.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/format.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/format.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/get.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/get.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/selector.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/selector.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/test.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/test.cpython-313.pyc
/usr/lib/python3.13/site-packages/flux_local/tool/build.py
/usr/lib/python3.13/site-packages/flux_local/tool/diagnostics.py
/usr/lib/python3.13/site-packages/flux_local/tool/diff.py
/usr/lib/python3.13/site-packages/flux_local/tool/flux_local.py
/usr/lib/python3.13/site-packages/flux_local/tool/format.py
/usr/lib/python3.13/site-packages/flux_local/tool/get.py
/usr/lib/python3.13/site-packages/flux_local/tool/selector.py
/usr/lib/python3.13/site-packages/flux_local/tool/test.py
/usr/lib/python3.13/site-packages/flux_local/values.py
/usr/lib/python3.13/site-packages/flux_local/visitor.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Feb 12 23:53:52 2025