commit ansible-variables for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansible-variables for openSUSE:Factory checked in at 2024-06-03 17:41:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible-variables (Old) and /work/SRC/openSUSE:Factory/.ansible-variables.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ansible-variables" Mon Jun 3 17:41:44 2024 rev:5 rq:1177978 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ansible-variables/ansible-variables.changes 2024-03-17 22:14:29.693072650 +0100 +++ /work/SRC/openSUSE:Factory/.ansible-variables.new.24587/ansible-variables.changes 2024-06-03 17:41:54.371586952 +0200 @@ -1,0 +2,7 @@ +Fri May 31 13:11:07 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de> + +- update to 0.7.0: + Features + * support for ansible-core 2.17 + +------------------------------------------------------------------- Old: ---- ansible-variables-0.6.1.tar.gz New: ---- ansible-variables-0.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible-variables.spec ++++++ --- /var/tmp/diff_new_pack.7xcZ7h/_old 2024-06-03 17:41:55.355624372 +0200 +++ /var/tmp/diff_new_pack.7xcZ7h/_new 2024-06-03 17:41:55.355624372 +0200 @@ -38,7 +38,7 @@ %endif Name: ansible-variables -Version: 0.6.1 +Version: 0.7.0 Release: 0 Summary: Tool to show origin of Ansible host context variables License: GPL-3.0-or-later ++++++ ansible-variables-0.6.1.tar.gz -> ansible-variables-0.7.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.6.1/.github/workflows/tox.yml new/ansible-variables-0.7.0/.github/workflows/tox.yml --- old/ansible-variables-0.6.1/.github/workflows/tox.yml 2024-03-10 12:45:44.000000000 +0100 +++ new/ansible-variables-0.7.0/.github/workflows/tox.yml 2024-05-31 08:31:22.000000000 +0200 @@ -40,12 +40,15 @@ py310-2.14 py310-2.15 py310-2.16 + py310-2.17 py310-devel py311-2.14 py311-2.15 py311-2.16 + py311-2.17 py311-devel py312-2.16 + py312-2.17 py312-devel build: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.6.1/.pre-commit-config.yaml new/ansible-variables-0.7.0/.pre-commit-config.yaml --- old/ansible-variables-0.6.1/.pre-commit-config.yaml 2024-03-10 12:45:44.000000000 +0100 +++ new/ansible-variables-0.7.0/.pre-commit-config.yaml 2024-05-31 08:31:22.000000000 +0200 @@ -8,7 +8,7 @@ for more information, see https://pre-commit.ci repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -21,18 +21,18 @@ language_version: python3 - repo: https://github.com/crate-ci/typos - rev: v1.18.1 + rev: v1.21.0 hooks: - id: typos - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.4.2 hooks: - id: black exclude: ".ci/hack" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.2.0' + rev: 'v0.4.3' hooks: - id: ruff args: @@ -40,7 +40,7 @@ - --exit-non-zero-on-fix - repo: https://github.com/jackdewinter/pymarkdown - rev: 0.9.16 + rev: v0.9.19 hooks: - id: pymarkdown args: @@ -50,7 +50,7 @@ exclude: CHANGELOG.md # is autogenerated - repo: https://github.com/pycqa/pylint - rev: v3.0.3 + rev: v3.1.0 hooks: - id: pylint pass_filenames: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.6.1/CHANGELOG.md new/ansible-variables-0.7.0/CHANGELOG.md --- old/ansible-variables-0.6.1/CHANGELOG.md 2024-03-10 12:45:44.000000000 +0100 +++ new/ansible-variables-0.7.0/CHANGELOG.md 2024-05-31 08:31:22.000000000 +0200 @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/hille721/ansible-variables/compare/v0.6.1...v0.7.0) (2024-05-31) + + +### Features + +* support for ansible-core 2.17 ([#67](https://github.com/hille721/ansible-variables/issues/67)) ([fa1967a](https://github.com/hille721/ansible-variables/commit/fa1967abbf28eca3ca19258...)) + ## [0.6.1](https://github.com/hille721/ansible-variables/compare/v0.6.0...v0.6.1) (2024-03-10) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.6.1/README.md new/ansible-variables-0.7.0/README.md --- old/ansible-variables-0.6.1/README.md 2024-03-10 12:45:44.000000000 +0100 +++ new/ansible-variables-0.7.0/README.md 2024-05-31 08:31:22.000000000 +0200 @@ -19,7 +19,7 @@ Based on one host it will return a list with all variables, values and variable type. -Tested with `ansible-core` 2.11 - 2.16. +Tested with `ansible-core` 2.11 - 2.17. ## Installation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.6.1/setup.cfg new/ansible-variables-0.7.0/setup.cfg --- old/ansible-variables-0.6.1/setup.cfg 2024-03-10 12:45:44.000000000 +0100 +++ new/ansible-variables-0.7.0/setup.cfg 2024-05-31 08:31:22.000000000 +0200 @@ -1,6 +1,6 @@ [metadata] name = ansible-variables -version = 0.6.1 +version = 0.7.0 description = Keep track of Ansible host context variables long_description = file: README.md long_description_content_type = text/markdown diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.6.1/tox.ini new/ansible-variables-0.7.0/tox.ini --- old/ansible-variables-0.6.1/tox.ini 2024-03-10 12:45:44.000000000 +0100 +++ new/ansible-variables-0.7.0/tox.ini 2024-05-31 08:31:22.000000000 +0200 @@ -3,9 +3,9 @@ linters py38-{2.11,2.12,2.13} py39-{2.11,2.12,2.13,2.14,2.15} - py310-{2.12,2.13,2.14,2.15,2.16,devel} - py311-{2.14,2.15,2.16,devel} - py312-{2.16,devel} + py310-{2.12,2.13,2.14,2.15,2.16,2.17,devel} + py311-{2.14,2.15,2.16,2.17,devel} + py312-{2.16,2.17,devel} minversion = 4.4.11 [testenv] @@ -20,6 +20,7 @@ 2.14: https://github.com/ansible/ansible/archive/stable-2.14.tar.gz 2.15: https://github.com/ansible/ansible/archive/stable-2.15.tar.gz 2.16: https://github.com/ansible/ansible/archive/stable-2.16.tar.gz + 2.17: https://github.com/ansible/ansible/archive/stable-2.17.tar.gz devel: https://github.com/ansible/ansible/archive/devel.tar.gz commands =
participants (1)
-
Source-Sync