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 2025-03-18 17:42:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible-variables (Old) and /work/SRC/openSUSE:Factory/.ansible-variables.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible-variables" Tue Mar 18 17:42:07 2025 rev:9 rq:1254038 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ansible-variables/ansible-variables.changes 2024-11-04 22:42:06.647236564 +0100 +++ /work/SRC/openSUSE:Factory/.ansible-variables.new.19136/ansible-variables.changes 2025-03-18 17:44:28.525517012 +0100 @@ -1,0 +2,7 @@ +Tue Mar 18 08:18:53 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 0.9.0: + * Features + - Support Python 3.13 (#116) (c4fbd61) + +------------------------------------------------------------------- Old: ---- ansible-variables-0.8.1.tar.gz New: ---- ansible-variables-0.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible-variables.spec ++++++ --- /var/tmp/diff_new_pack.RG7R9r/_old 2025-03-18 17:44:29.029538191 +0100 +++ /var/tmp/diff_new_pack.RG7R9r/_new 2025-03-18 17:44:29.033538359 +0100 @@ -1,7 +1,7 @@ # # spec file for package ansible-variables # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ %endif Name: ansible-variables -Version: 0.8.1 +Version: 0.9.0 Release: 0 Summary: Tool to show origin of Ansible host context variables License: GPL-3.0-or-later @@ -50,13 +50,13 @@ BuildRequires: %{ansible_python}-wheel BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: ansible-core >= 2.12.0 +BuildRequires: ansible-core >= 2.18.0 BuildRequires: %{ansible_python}-pytest BuildRequires: %{ansible_python}-rich # /SECTION BuildRequires: fdupes Requires: %{ansible_python}-rich -Requires: ansible-core >= 2.12.0 +Requires: ansible-core >= 2.18.0 Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch ++++++ ansible-variables-0.8.1.tar.gz -> ansible-variables-0.9.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.8.1/.github/workflows/publish.yml new/ansible-variables-0.9.0/.github/workflows/publish.yml --- old/ansible-variables-0.8.1/.github/workflows/publish.yml 2024-11-02 15:20:58.000000000 +0100 +++ new/ansible-variables-0.9.0/.github/workflows/publish.yml 2025-03-18 09:01:20.000000000 +0100 @@ -24,7 +24,7 @@ - uses: actions/checkout@v4 - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v5 with: version: "0.4.10" @@ -37,7 +37,7 @@ run: uv build - name: Publish package - uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc with: user: __token__ password: ${{ secrets.PYPI_PASSWORD }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.8.1/.github/workflows/tox.yml new/ansible-variables-0.9.0/.github/workflows/tox.yml --- old/ansible-variables-0.8.1/.github/workflows/tox.yml 2024-11-02 15:20:58.000000000 +0100 +++ new/ansible-variables-0.9.0/.github/workflows/tox.yml 2025-03-18 09:01:20.000000000 +0100 @@ -66,7 +66,7 @@ fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v5 with: version: "0.4.10" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.8.1/.pre-commit-config.yaml new/ansible-variables-0.9.0/.pre-commit-config.yaml --- old/ansible-variables-0.8.1/.pre-commit-config.yaml 2024-11-02 15:20:58.000000000 +0100 +++ new/ansible-variables-0.9.0/.pre-commit-config.yaml 2025-03-18 09:01:20.000000000 +0100 @@ -10,7 +10,7 @@ - uv-lock # will make problems during release please PRs repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -22,12 +22,12 @@ language_version: python3 - repo: https://github.com/crate-ci/typos - rev: v1.24.5 + rev: v1.30.0 hooks: - id: typos - repo: https://github.com/jackdewinter/pymarkdown - rev: v0.9.22 + rev: v0.9.28 hooks: - id: pymarkdown args: @@ -37,13 +37,13 @@ exclude: CHANGELOG.md # is autogenerated - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.22 hooks: - id: mdformat exclude: CHANGELOG.md # is autogenerated - repo: https://github.com/pycqa/pylint - rev: v3.2.7 + rev: v3.3.4 hooks: - id: pylint pass_filenames: false @@ -57,7 +57,7 @@ - pytest - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.3" + rev: "v0.9.9" hooks: - id: ruff args: @@ -66,6 +66,6 @@ - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.4.10 + rev: 0.6.3 hooks: - id: uv-lock diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.8.1/CHANGELOG.md new/ansible-variables-0.9.0/CHANGELOG.md --- old/ansible-variables-0.8.1/CHANGELOG.md 2024-11-02 15:20:58.000000000 +0100 +++ new/ansible-variables-0.9.0/CHANGELOG.md 2025-03-18 09:01:20.000000000 +0100 @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/hille721/ansible-variables/compare/v0.8.1...v0.9.0) (2025-03-18) + + +### Features + +* Support Python 3.13 ([#116](https://github.com/hille721/ansible-variables/issues/116)) ([c4fbd61](https://github.com/hille721/ansible-variables/commit/c4fbd616ca5416219113d3077933a8ffbc21a2cd)) + ## [0.8.1](https://github.com/hille721/ansible-variables/compare/v0.8.0...v0.8.1) (2024-11-02) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.8.1/README.md new/ansible-variables-0.9.0/README.md --- old/ansible-variables-0.8.1/README.md 2024-11-02 15:20:58.000000000 +0100 +++ new/ansible-variables-0.9.0/README.md 2025-03-18 09:01:20.000000000 +0100 @@ -94,7 +94,7 @@ ## Credits -- the screenshots used in this README where created with [termshot](https://github.com/homeport/termshot) +- the screenshots used in this README where created with [termshot](https://github.com/homeport/termshot) ## License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.8.1/pyproject.toml new/ansible-variables-0.9.0/pyproject.toml --- old/ansible-variables-0.8.1/pyproject.toml 2024-11-02 15:20:58.000000000 +0100 +++ new/ansible-variables-0.9.0/pyproject.toml 2025-03-18 09:01:20.000000000 +0100 @@ -4,15 +4,16 @@ [project] name = "ansible-variables" -version = "0.8.1" +version = "0.9.0" dependencies = [ "ansible-core >=2.11.0; python_version <= '3.9'", "ansible-core >=2.12.0,<8; python_version == '3.10'", "ansible-core >=2.14.0,<8; python_version == '3.11'", "ansible-core >=2.16.0,<8; python_version == '3.12'", + "ansible-core >=2.18.0,<8; python_version == '3.13'", "rich", ] -requires-python = ">=3.8,<3.13" +requires-python = ">=3.8,<3.14" authors = [ {"name" = "Christoph Hille", "email" = "hille...@gmail.com"} ]