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-10-02 21:33:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible-variables (Old) and /work/SRC/openSUSE:Factory/.ansible-variables.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ansible-variables" Wed Oct 2 21:33:57 2024 rev:7 rq:1205044 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ansible-variables/ansible-variables.changes 2024-09-23 15:22:09.237272683 +0200 +++ /work/SRC/openSUSE:Factory/.ansible-variables.new.19354/ansible-variables.changes 2024-10-02 21:34:20.980789141 +0200 @@ -1,0 +2,6 @@ +Wed Oct 2 05:50:05 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de> + +- update to 0.8.0: + * ansible-core 2.18 (#97) (1ab8f5e) + +------------------------------------------------------------------- Old: ---- ansible-variables-0.7.3.tar.gz New: ---- ansible-variables-0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible-variables.spec ++++++ --- /var/tmp/diff_new_pack.qMaUDg/_old 2024-10-02 21:34:22.532853665 +0200 +++ /var/tmp/diff_new_pack.qMaUDg/_new 2024-10-02 21:34:22.552854497 +0200 @@ -38,7 +38,7 @@ %endif Name: ansible-variables -Version: 0.7.3 +Version: 0.8.0 Release: 0 Summary: Tool to show origin of Ansible host context variables License: GPL-3.0-or-later ++++++ ansible-variables-0.7.3.tar.gz -> ansible-variables-0.8.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.7.3/.github/dependabot.yml new/ansible-variables-0.8.0/.github/dependabot.yml --- old/ansible-variables-0.7.3/.github/dependabot.yml 2024-09-17 12:12:50.000000000 +0200 +++ new/ansible-variables-0.8.0/.github/dependabot.yml 2024-09-30 21:49:35.000000000 +0200 @@ -5,13 +5,13 @@ directory: / schedule: day: saturday - interval: weekly + interval: monthly labels: - "dependencies" - package-ecosystem: "github-actions" directory: "/" schedule: day: saturday - interval: weekly + interval: monthly labels: - "dependencies" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.7.3/.github/workflows/publish.yml new/ansible-variables-0.8.0/.github/workflows/publish.yml --- old/ansible-variables-0.7.3/.github/workflows/publish.yml 2024-09-17 12:12:50.000000000 +0200 +++ new/ansible-variables-0.8.0/.github/workflows/publish.yml 2024-09-30 21:49:35.000000000 +0200 @@ -24,7 +24,7 @@ - uses: actions/checkout@v4 - name: Install uv - uses: astral-sh/setup-uv@v2 + uses: astral-sh/setup-uv@v3 with: version: "0.4.10" @@ -37,7 +37,7 @@ run: uv build - name: Publish package - uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 + uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b with: user: __token__ password: ${{ secrets.PYPI_PASSWORD }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.7.3/.github/workflows/tox.yml new/ansible-variables-0.8.0/.github/workflows/tox.yml --- old/ansible-variables-0.7.3/.github/workflows/tox.yml 2024-09-17 12:12:50.000000000 +0200 +++ new/ansible-variables-0.8.0/.github/workflows/tox.yml 2024-09-30 21:49:35.000000000 +0200 @@ -46,9 +46,11 @@ py311-2.15 py311-2.16 py311-2.17 + py311-2.18 py311-devel py312-2.16 py312-2.17 + py312-2.18 py312-devel build: @@ -64,7 +66,7 @@ fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@v2 + uses: astral-sh/setup-uv@v3 with: version: "0.4.10" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.7.3/.pre-commit-config.yaml new/ansible-variables-0.8.0/.pre-commit-config.yaml --- old/ansible-variables-0.7.3/.pre-commit-config.yaml 2024-09-17 12:12:50.000000000 +0200 +++ new/ansible-variables-0.8.0/.pre-commit-config.yaml 2024-09-30 21:49:35.000000000 +0200 @@ -69,7 +69,3 @@ rev: 0.4.10 hooks: - id: uv-lock - - # as soon as https://github.com/astral-sh/uv-pre-commit/pull/18 gets merged, we can use the following hook - # - id: uv-export - # args: ["--frozen", "--no-hashes", "-o=requirements-dev.txt"] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.7.3/CHANGELOG.md new/ansible-variables-0.8.0/CHANGELOG.md --- old/ansible-variables-0.7.3/CHANGELOG.md 2024-09-17 12:12:50.000000000 +0200 +++ new/ansible-variables-0.8.0/CHANGELOG.md 2024-09-30 21:49:35.000000000 +0200 @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/hille721/ansible-variables/compare/v0.7.3...v0.8.0) (2024-09-30) + + +### Features + +* ansible-core 2.18 ([#97](https://github.com/hille721/ansible-variables/issues/97)) ([1ab8f5e](https://github.com/hille721/ansible-variables/commit/1ab8f5e89bf7090d50c8c45...)) + ## [0.7.3](https://github.com/hille721/ansible-variables/compare/v0.7.2...v0.7.3) (2024-09-17) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.7.3/README.md new/ansible-variables-0.8.0/README.md --- old/ansible-variables-0.7.3/README.md 2024-09-17 12:12:50.000000000 +0200 +++ new/ansible-variables-0.8.0/README.md 2024-09-30 21:49:35.000000000 +0200 @@ -20,7 +20,7 @@ Based on one host it will return a list with all variables, values and variable type. -Tested with `ansible-core` 2.11 - 2.17. +Tested with `ansible-core` 2.11 - 2.18. ## Installation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.7.3/pyproject.toml new/ansible-variables-0.8.0/pyproject.toml --- old/ansible-variables-0.7.3/pyproject.toml 2024-09-17 12:12:50.000000000 +0200 +++ new/ansible-variables-0.8.0/pyproject.toml 2024-09-30 21:49:35.000000000 +0200 @@ -4,7 +4,7 @@ [project] name = "ansible-variables" -version = "0.7.3" +version = "0.8.0" dependencies = [ "ansible-core >=2.11.0; python_version <= '3.9'", "ansible-core >=2.12.0,<8; python_version == '3.10'", @@ -88,7 +88,6 @@ [tool.uv] dev-dependencies = [ "mdformat>=0.7.17", - "pre-commit>=3.5.0", "pylint>=3.2.7", "pytest >=8.1.1,<9", "ruff>=0.6.5", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.7.3/requirements-dev.txt new/ansible-variables-0.8.0/requirements-dev.txt --- old/ansible-variables-0.7.3/requirements-dev.txt 2024-09-17 12:12:50.000000000 +0200 +++ new/ansible-variables-0.8.0/requirements-dev.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1,48 +0,0 @@ -# This file was autogenerated via `uv export`. --e . -ansible-core==2.13.13 ; python_full_version < '3.11' -ansible-core==2.17.4 ; python_full_version >= '3.11' -astroid==3.2.4 -cachetools==5.5.0 -cffi==1.17.1 ; platform_python_implementation != 'PyPy' -cfgv==3.4.0 -chardet==5.2.0 -colorama==0.4.6 -cryptography==43.0.1 -dill==0.3.8 -distlib==0.3.8 -exceptiongroup==1.2.2 ; python_full_version < '3.11' -filelock==3.16.0 -identify==2.6.1 -importlib-metadata==8.5.0 ; python_full_version < '3.10' -importlib-resources==6.4.5 ; python_full_version < '3.9' -iniconfig==2.0.0 -isort==5.13.2 -jinja2==3.1.4 -markdown-it-py==3.0.0 -markupsafe==2.1.5 -mccabe==0.7.0 -mdformat==0.7.17 -mdurl==0.1.2 -nodeenv==1.9.1 -packaging==24.1 -platformdirs==4.3.3 -pluggy==1.5.0 -pre-commit==3.5.0 -pycparser==2.22 ; platform_python_implementation != 'PyPy' -pygments==2.18.0 -pylint==3.2.7 -pyproject-api==1.7.1 -pytest==8.3.3 -pyyaml==6.0.2 -resolvelib==0.8.1 -rich==13.8.1 -ruff==0.6.5 -tomli==2.0.1 ; python_full_version < '3.11' -tomlkit==0.13.2 -tox==4.18.1 -tox-uv==1.11.3 -typing-extensions==4.12.2 ; python_full_version < '3.11' -uv==0.4.10 -virtualenv==20.26.4 -zipp==3.20.2 ; python_full_version < '3.10' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.7.3/tox.ini new/ansible-variables-0.8.0/tox.ini --- old/ansible-variables-0.7.3/tox.ini 2024-09-17 12:12:50.000000000 +0200 +++ new/ansible-variables-0.8.0/tox.ini 2024-09-30 21:49:35.000000000 +0200 @@ -4,8 +4,8 @@ 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,2.17} - py311-{2.14,2.15,2.16,2.17,devel} - py312-{2.16,2.17,devel} + py311-{2.14,2.15,2.16,2.17,2.18,devel} + py312-{2.16,2.17,2.18,devel} minversion = 4.4.11 [testenv] @@ -21,6 +21,7 @@ 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 + 2.18: https://github.com/ansible/ansible/archive/stable-2.18.tar.gz devel: https://github.com/ansible/ansible/archive/devel.tar.gz commands = diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-variables-0.7.3/uv.lock new/ansible-variables-0.8.0/uv.lock --- old/ansible-variables-0.7.3/uv.lock 2024-09-17 12:12:50.000000000 +0200 +++ new/ansible-variables-0.8.0/uv.lock 2024-09-30 21:49:35.000000000 +0200 @@ -49,7 +49,7 @@ [[package]] name = "ansible-variables" -version = "0.7.2" +version = "0.7.3" source = { editable = "." } dependencies = [ { name = "ansible-core", version = "2.13.13", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" }, @@ -60,7 +60,6 @@ [package.dev-dependencies] dev = [ { name = "mdformat" }, - { name = "pre-commit" }, { name = "pylint" }, { name = "pytest" }, { name = "ruff" }, @@ -80,7 +79,6 @@ [package.metadata.requires-dev] dev = [ { name = "mdformat", specifier = ">=0.7.17" }, - { name = "pre-commit", specifier = ">=3.5.0" }, { name = "pylint", specifier = ">=3.2.7" }, { name = "pytest", specifier = ">=8.1.1,<9" }, { name = "ruff", specifier = ">=0.6.5" }, @@ -187,15 +185,6 @@ ] [[package]] -name = "cfgv" -version = "3.4.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/11/74/539e56497d9bd1d484fd863dd69cbb...", hash = "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560", size = 7114 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/c5/55/51844dd50c4fc7a33b653bfaba4c24...", hash = "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9", size = 7249 }, -] - -[[package]] name = "chardet" version = "5.2.0" source = { registry = "https://pypi.org/simple" } @@ -252,11 +241,11 @@ [[package]] name = "dill" -version = "0.3.8" +version = "0.3.9" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/17/4d/ac7ffa80c69ea1df30a8aa11b35786...", hash = "sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca", size = 184847 } +sdist = { url = "https://files.pythonhosted.org/packages/70/43/86fe3f9e130c4137b0f1b50784dd70...", hash = "sha256:81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c", size = 187000 } wheels = [ - { url = "https://files.pythonhosted.org/packages/c9/7a/cef76fd8438a42f96db64ddaa85280...", hash = "sha256:c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7", size = 116252 }, + { url = "https://files.pythonhosted.org/packages/46/d1/e73b6ad76f0b1fb7f23c35c6d95dbc...", hash = "sha256:468dff3b89520b474c0397703366b7b95eebe6303f108adf9b19da1f702be87a", size = 119418 }, ] [[package]] @@ -279,20 +268,11 @@ [[package]] name = "filelock" -version = "3.16.0" +version = "3.16.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e6/76/3981447fd369539aba35797db99a8e...", hash = "sha256:81de9eb8453c769b63369f87f11131a7ab04e367f8d97ad39dc230daa07e3bec", size = 18008 } +sdist = { url = "https://files.pythonhosted.org/packages/9d/db/3ef5bb276dae18d6ec2124224403d1...", hash = "sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435", size = 18037 } wheels = [ - { url = "https://files.pythonhosted.org/packages/2f/95/f9310f35376024e1086c59cbb438d3...", hash = "sha256:f6ed4c963184f4c84dd5557ce8fece759a3724b37b80c6c4f20a2f63a4dc6609", size = 16170 }, -] - -[[package]] -name = "identify" -version = "2.6.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/29/bb/25024dbcc93516c492b75919e76f38...", hash = "sha256:91478c5fb7c3aac5ff7bf9b4344f803843dc586832d5f110d672b19aa1984c98", size = 99097 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/7d/0c/4ef72754c050979fdcc06c744715ae...", hash = "sha256:53863bcac7caf8d2ed85bd20312ea5dcfc22226800f6d6881f232d861db5a8f0", size = 98972 }, + { url = "https://files.pythonhosted.org/packages/b9/f8/feced7779d755758a52d1f6635d990...", hash = "sha256:2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0", size = 16163 }, ] [[package]] @@ -452,15 +432,6 @@ ] [[package]] -name = "nodeenv" -version = "1.9.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/43/16/fc88b08840de0e0a72a2f9d8c6bae3...", hash = "sha256:6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f", size = 47437 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/d2/1d/1b658dbd2b9fa9c4c9f32accbfc020...", hash = "sha256:ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9", size = 22314 }, -] - -[[package]] name = "packaging" version = "24.1" source = { registry = "https://pypi.org/simple" } @@ -471,11 +442,11 @@ [[package]] name = "platformdirs" -version = "4.3.3" +version = "4.3.6" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f5/19/f7bee3a71decedd8d7bc4d3edb7970...", hash = "sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0", size = 21304 } +sdist = { url = "https://files.pythonhosted.org/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e1...", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907", size = 21302 } wheels = [ - { url = "https://files.pythonhosted.org/packages/69/e6/7c8e8c326903bd97c6c0c47e0a3c5d...", hash = "sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5", size = 18437 }, + { url = "https://files.pythonhosted.org/packages/3c/a6/bc1012356d8ece4d66dd75c4b9fc6c...", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb", size = 18439 }, ] [[package]] @@ -488,22 +459,6 @@ ] [[package]] -name = "pre-commit" -version = "3.5.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "cfgv" }, - { name = "identify" }, - { name = "nodeenv" }, - { name = "pyyaml" }, - { name = "virtualenv" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/04/b3/4ae08d21eb097162f5aad37f4585f8...", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32", size = 177079 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/6c/75/526915fedf462e05eeb1c75ceaf7e3...", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660", size = 203698 }, -] - -[[package]] name = "pycparser" version = "2.22" source = { registry = "https://pypi.org/simple" } @@ -543,15 +498,15 @@ [[package]] name = "pyproject-api" -version = "1.7.1" +version = "1.8.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "packaging" }, { name = "tomli", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/41/43/5581b42a96c5ee7bf2b22d3b08b34c...", hash = "sha256:7ebc6cd10710f89f4cf2a2731710a98abce37ebff19427116ff2174c9236a827", size = 22271 } +sdist = { url = "https://files.pythonhosted.org/packages/bb/19/441e0624a8afedd15bbcce96df1b80...", hash = "sha256:77b8049f2feb5d33eefcc21b57f1e279636277a8ac8ad6b5871037b243778496", size = 22340 } wheels = [ - { url = "https://files.pythonhosted.org/packages/de/88/c1451b66664ae596bae93928ff372f...", hash = "sha256:2dc1654062c2b27733d8fd4cdda672b22fe8741ef1dde8e3a998a9547b071eeb", size = 13172 }, + { url = "https://files.pythonhosted.org/packages/ba/f4/3c4ddfcc0c19c217c6de513842d286...", hash = "sha256:3d7d347a047afe796fd5d1885b1e391ba29be7169bd2f102fcd378f04273d228", size = 13100 }, ] [[package]] @@ -656,27 +611,27 @@ [[package]] name = "ruff" -version = "0.6.5" +version = "0.6.8" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/96/3f/29b2d3d90f811f6fb5b90242309f46...", hash = "sha256:4d32d87fab433c0cf285c3683dd4dae63be05fd7a1d65b3f5bf7cdd05a6b96fb", size = 2476127 } +sdist = { url = "https://files.pythonhosted.org/packages/74/f9/4ce3e765a72ab8fe0f80f48508ea38...", hash = "sha256:a5bf44b1aa0adaf6d9d20f86162b34f7c593bfedabc51239953e446aefc8ce18", size = 3084543 } wheels = [ - { url = "https://files.pythonhosted.org/packages/64/05/cc62df44b5a0271b29f11d687aa89e...", hash = "sha256:7e4e308f16e07c95fc7753fc1aaac690a323b2bb9f4ec5e844a97bb7fbebd748", size = 9770988 }, - { url = "https://files.pythonhosted.org/packages/09/3d/89dac56ab7053d5b7cba723c9cae1a...", hash = "sha256:932cd69eefe4daf8c7d92bd6689f7e8182571cb934ea720af218929da7bd7d69", size = 9423303 }, - { url = "https://files.pythonhosted.org/packages/70/76/dc04654d26beace866a3c9e0c87112...", hash = "sha256:3a8d42d11fff8d3143ff4da41742a98f8f233bf8890e9fe23077826818f8d680", size = 9134078 }, - { url = "https://files.pythonhosted.org/packages/da/52/6a492cffcd2c6e243043937ab52811...", hash = "sha256:a50af6e828ee692fb10ff2dfe53f05caecf077f4210fae9677e06a808275754f", size = 10105094 }, - { url = "https://files.pythonhosted.org/packages/59/7c/fd76a583ae59a276537d71921d616a...", hash = "sha256:794ada3400a0d0b89e3015f1a7e01f4c97320ac665b7bc3ade24b50b54cb2972", size = 9542751 }, - { url = "https://files.pythonhosted.org/packages/56/5b/4e8928fa11412b16ecf7d7755fe45d...", hash = "sha256:381413ec47f71ce1d1c614f7779d88886f406f1fd53d289c77e4e533dc6ea200", size = 10358844 }, - { url = "https://files.pythonhosted.org/packages/bd/a8/315ea8f71b111c8fb2b681c88a3e7a...", hash = "sha256:52e75a82bbc9b42e63c08d22ad0ac525117e72aee9729a069d7c4f235fc4d276", size = 11075199 }, - { url = "https://files.pythonhosted.org/packages/d9/1c/3a3728d42db52bfe418d8c913b4535...", hash = "sha256:09c72a833fd3551135ceddcba5ebdb68ff89225d30758027280968c9acdc7810", size = 10661186 }, - { url = "https://files.pythonhosted.org/packages/d4/0c/ae25e213461aab274822081923d747...", hash = "sha256:800c50371bdcb99b3c1551d5691e14d16d6f07063a518770254227f7f6e8c178", size = 11747444 }, - { url = "https://files.pythonhosted.org/packages/c4/e3/9d0ff218c7663ab9d53abe02911bec...", hash = "sha256:8e25ddd9cd63ba1f3bd51c1f09903904a6adf8429df34f17d728a8fa11174253", size = 10266302 }, - { url = "https://files.pythonhosted.org/packages/ac/03/f158cc24120bf277b0cd7906ba509a...", hash = "sha256:7291e64d7129f24d1b0c947ec3ec4c0076e958d1475c61202497c6aced35dd19", size = 10104976 }, - { url = "https://files.pythonhosted.org/packages/91/d0/0bacdffc234e588ec05834186ad11e...", hash = "sha256:9ad7dfbd138d09d9a7e6931e6a7e797651ce29becd688be8a0d4d5f8177b4b0c", size = 9625374 }, - { url = "https://files.pythonhosted.org/packages/1a/ad/721003cde8abd9f50bff74acbcb218...", hash = "sha256:005256d977021790cc52aa23d78f06bb5090dc0bfbd42de46d49c201533982ae", size = 9959661 }, - { url = "https://files.pythonhosted.org/packages/37/84/8d70a3eacaacb65b4bb1461fc1a59e...", hash = "sha256:482c1e6bfeb615eafc5899127b805d28e387bd87db38b2c0c41d271f5e58d8cc", size = 10327408 }, - { url = "https://files.pythonhosted.org/packages/54/7e/6b0a9ab30428a9e3d9607f6dd2e4fb...", hash = "sha256:cf4d3fa53644137f6a4a27a2b397381d16454a1566ae5335855c187fbf67e4f5", size = 8012512 }, - { url = "https://files.pythonhosted.org/packages/d8/88/176f50162a219e3039f21e9e432386...", hash = "sha256:3e42a57b58e3612051a636bc1ac4e6b838679530235520e8f095f7c44f706ff9", size = 8804438 }, - { url = "https://files.pythonhosted.org/packages/67/a0/1b488bbe35a7ff8296fdea1ec1a9c2...", hash = "sha256:51935067740773afdf97493ba9b8231279e9beef0f2a8079188c4776c25688e0", size = 8179780 }, + { url = "https://files.pythonhosted.org/packages/db/07/42ee57e8b76ca585297a663a552b4f...", hash = "sha256:77944bca110ff0a43b768f05a529fecd0706aac7bcce36d7f1eeb4cbfca5f0f2", size = 10404327 }, + { url = "https://files.pythonhosted.org/packages/eb/51/d42571ff8156d65086acb72d39aa64...", hash = "sha256:27b87e1801e786cd6ede4ada3faa5e254ce774de835e6723fd94551464c56b8c", size = 10018797 }, + { url = "https://files.pythonhosted.org/packages/c1/d7/fa5514a60b03976af972b67fe345de...", hash = "sha256:cd48f945da2a6334f1793d7f701725a76ba93bf3d73c36f6b21fb04d5338dcf5", size = 9691303 }, + { url = "https://files.pythonhosted.org/packages/d6/c4/d812a74976927e51d0782a47539069...", hash = "sha256:677e03c00f37c66cea033274295a983c7c546edea5043d0c798833adf4cf4c6f", size = 10719452 }, + { url = "https://files.pythonhosted.org/packages/ec/b6/aa700c4ae6db9b3ee660e23f3c7db5...", hash = "sha256:9f1476236b3eacfacfc0f66aa9e6cd39f2a624cb73ea99189556015f27c0bdeb", size = 10161353 }, + { url = "https://files.pythonhosted.org/packages/ea/39/0b10075ffcd52ff3a581b9b69eac53...", hash = "sha256:6f5a2f17c7d32991169195d52a04c95b256378bbf0de8cb98478351eb70d526f", size = 10980630 }, + { url = "https://files.pythonhosted.org/packages/c1/af/9eb9efc98334f62652e2f9318f137b...", hash = "sha256:5fd0d4b7b1457c49e435ee1e437900ced9b35cb8dc5178921dfb7d98d65a08d0", size = 11768996 }, + { url = "https://files.pythonhosted.org/packages/e0/59/8b1369cf7878358952b1c0a1559b4d...", hash = "sha256:f8034b19b993e9601f2ddf2c517451e17a6ab5cdb1c13fdff50c1442a7171d87", size = 11317469 }, + { url = "https://files.pythonhosted.org/packages/b9/6d/e252e9b11bbca4114c386ee41ad559...", hash = "sha256:6cfb227b932ba8ef6e56c9f875d987973cd5e35bc5d05f5abf045af78ad8e098", size = 12467185 }, + { url = "https://files.pythonhosted.org/packages/48/44/7caa223af7d4ea0f0b2bd34acca65a...", hash = "sha256:6ef0411eccfc3909269fed47c61ffebdcb84a04504bafa6b6df9b85c27e813b0", size = 10887766 }, + { url = "https://files.pythonhosted.org/packages/81/ed/394aff3a785f171869158b9d5be61e...", hash = "sha256:007dee844738c3d2e6c24ab5bc7d43c99ba3e1943bd2d95d598582e9c1b27750", size = 10711609 }, + { url = "https://files.pythonhosted.org/packages/47/31/f31d04c842e54699eab7e3b864538f...", hash = "sha256:ce60058d3cdd8490e5e5471ef086b3f1e90ab872b548814e35930e21d848c9ce", size = 10237621 }, + { url = "https://files.pythonhosted.org/packages/20/95/a764e84acf11d425f2f23b8b78b4fd...", hash = "sha256:1085c455d1b3fdb8021ad534379c60353b81ba079712bce7a900e834859182fa", size = 10558329 }, + { url = "https://files.pythonhosted.org/packages/2a/76/d4e38846ac9f6dd62dce858a545839...", hash = "sha256:70edf6a93b19481affd287d696d9e311388d808671bc209fb8907b46a8c3af44", size = 10954102 }, + { url = "https://files.pythonhosted.org/packages/e7/36/f18c678da6c69f8d022480f3e8ddce...", hash = "sha256:792213f7be25316f9b46b854df80a77e0da87ec66691e8f012f887b4a671ab5a", size = 8511090 }, + { url = "https://files.pythonhosted.org/packages/4c/c4/0ca7d8ffa358b109db7d7d045a1a07...", hash = "sha256:ec0517dc0f37cad14a5319ba7bba6e7e339d03fbf967a6d69b0907d61be7a263", size = 9350079 }, + { url = "https://files.pythonhosted.org/packages/d9/bd/a8b0c64945a92eaeeb8d0283f27a72...", hash = "sha256:8d3bb2e3fbb9875172119021a13eed38849e762499e3cfde9588e4b4d70968dc", size = 8669595 }, ] [[package]] @@ -699,7 +654,7 @@ [[package]] name = "tox" -version = "4.18.1" +version = "4.20.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cachetools" }, @@ -713,14 +668,14 @@ { name = "tomli", marker = "python_full_version < '3.11'" }, { name = "virtualenv" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e1/cc/272e73f90be0f6df89efaf82e5d804...", hash = "sha256:3c0c96bc3a568a5c7e66387a4cfcf8c875b52e09f4d47c9f7a277ec82f1a0b11", size = 181159 } +sdist = { url = "https://files.pythonhosted.org/packages/04/4a/55f9dba99aad874ae54a7fb2310c94...", hash = "sha256:5b78a49b6eaaeab3ae4186415e7c97d524f762ae967c63562687c3e5f0ec23d5", size = 181364 } wheels = [ - { url = "https://files.pythonhosted.org/packages/fb/59/a2ae6f32771cd3de2000618d77b8f7...", hash = "sha256:35d472032ee1f73fe20c3e0e73d7073a4e85075c86ff02c576f9fc7c6a15a578", size = 156796 }, + { url = "https://files.pythonhosted.org/packages/cf/ee/6f9bf37f197578f98fb450f1aeebf4...", hash = "sha256:21a8005e3d3fe5658a8e36b8ca3ed13a4230429063c5cc2a2fdac6ee5aa0de34", size = 157087 }, ] [[package]] name = "tox-uv" -version = "1.11.3" +version = "1.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "importlib-resources", marker = "python_full_version < '3.9'" }, @@ -729,9 +684,9 @@ { name = "typing-extensions", marker = "python_full_version < '3.10'" }, { name = "uv" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b8/b2/d441179ca3f5f3180844a647ebf9d9...", hash = "sha256:316f559ae5525edec12791d9e1f393e405ded5b7e7d50fbaee4726676951f49a", size = 13666 } +sdist = { url = "https://files.pythonhosted.org/packages/31/23/752b7bc25013d2958df6adac2bce98...", hash = "sha256:fb087b8b4ff779c72b48fc72ea1995387bb1c0dfb37910c20e46cef8b5f98c15", size = 15643 } wheels = [ - { url = "https://files.pythonhosted.org/packages/85/88/a6d7ccddb0da225ac636ba24822ea8...", hash = "sha256:d434787406ff2854600c1ceaa555519080026208cf7f65bb5d4b2d7c9c4776de", size = 11276 }, + { url = "https://files.pythonhosted.org/packages/40/93/1b0b0c27177f4816594683cd4e008e...", hash = "sha256:1037e4abad15a3b708b5970ed7a17a0765d7249b641a92b155bc3343b8b0145b", size = 13383 }, ] [[package]] @@ -745,41 +700,41 @@ [[package]] name = "uv" -version = "0.4.10" +version = "0.4.17" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/3b/bf/5b426cfd6c3d0b327d06afc16599ec...", hash = "sha256:2ff29a2f55a697e78d787a41ab41d4b26421d200728289b88b6241d3b486c436", size = 1891876 } +sdist = { url = "https://files.pythonhosted.org/packages/13/2d/0571a664ca452f9c9ee03019094622...", hash = "sha256:01564bd760eff885ad61f44173647a569732934d1a4a558839c8088fbf75e53f", size = 2004305 } wheels = [ - { url = "https://files.pythonhosted.org/packages/eb/dc/789692a8fda886c6b3fffc354d2af6...", hash = "sha256:99954a94dd6c4bff8a9a963c05bc3988214ea39e7511a52fda35112e1a478447", size = 11479241 }, - { url = "https://files.pythonhosted.org/packages/60/5a/6bff6e5ec5831c9470adfa5d4e3de4...", hash = "sha256:bc87d6c581cfed0979e0f5ee93383d46006c6d4a5e4eb9f43ef13bce61b50cc2", size = 11709579 }, - { url = "https://files.pythonhosted.org/packages/83/07/95096f172a43151c7a27e9d1a7d94f...", hash = "sha256:0f8b9ba4ecfbea343a00e46d509669606e55fe233d800752c4c25650473df358", size = 10862040 }, - { url = "https://files.pythonhosted.org/packages/55/2a/d1b9b1506158ba4dd711cd48d1d6ce...", hash = "sha256:a9dc1f8fca5c4a2f73054d9f56c7397e9fc6ba43baefc503d6f0128d72ea662f", size = 11199902 }, - { url = "https://files.pythonhosted.org/packages/49/a0/1210957c6aeeb13b0d4bbc8515969e...", hash = "sha256:30d1f8348a2b18e21a35c97ce42528781f242d0303881fc92fbacdcb653c8bca", size = 11269050 }, - { url = "https://files.pythonhosted.org/packages/94/ec/b0a3cb548fd5200ddfc84a46deb281...", hash = "sha256:b89dfd213359a23797155ff8175e5202ed6b84aadeb20df92132127608d46acf", size = 11877390 }, - { url = "https://files.pythonhosted.org/packages/b0/ff/2a72772622f0f24321b137444cb084...", hash = "sha256:e99e3f761875962942e0743b868bd666021d5e14c3df494e820ef8f45fb88578", size = 12664737 }, - { url = "https://files.pythonhosted.org/packages/90/f7/4e771e65250cef43864eb5869fa289...", hash = "sha256:3be73788db9ceacb94a521cf67ca5cc08bac512aef71145b904ab62a3acabdae", size = 12410948 }, - { url = "https://files.pythonhosted.org/packages/42/c2/143e811303447a4452c9897a2013e3...", hash = "sha256:6ba1cc3070e5c63ce0a1421fbed28bd1b3ff520671d7badda11a501504c78394", size = 15892011 }, - { url = "https://files.pythonhosted.org/packages/ff/ac/957c277762c47f375c2a1731e59108...", hash = "sha256:1b6b6c6b8cc0c4e54ab25e3b46e49d1e583e26c194572eb42bfeebf71b39cca2", size = 12186373 }, - { url = "https://files.pythonhosted.org/packages/ba/f7/002b5a17e9ab27f2c5f57ef044dbfe...", hash = "sha256:bc99e6b45303f0881a8dc199f0b7ea8261dd1779e576e8477a7721ceeeaafcc7", size = 11341756 }, - { url = "https://files.pythonhosted.org/packages/de/d7/8d00dc10f7fe4912b496c054d91029...", hash = "sha256:1ff5130b6f3af79c4e47f63db03215aed15e78cb4f1f51682af6f9949c2bcf00", size = 11129951 }, - { url = "https://files.pythonhosted.org/packages/0b/da/564711d76819bae3cea042ff75c634...", hash = "sha256:8fa510dfbbde4f8ad5cd2769568c7b0c3e867b74deaf4beabcca79e74e7550cc", size = 11686193 }, - { url = "https://files.pythonhosted.org/packages/2d/2c/b3998dd4e4413d44c09dc7acba44bc...", hash = "sha256:444e1cdb36d7ef103e52185f918800527c255dc369c9f90eb1f198dfa3f4d5bc", size = 13453677 }, - { url = "https://files.pythonhosted.org/packages/04/8a/3313ce320024da059d7624b7ab3925...", hash = "sha256:97a1187e11a9df70d55bc577721ad4a19441cda56e4d69fb2f38d88c7650d2a0", size = 12300196 }, - { url = "https://files.pythonhosted.org/packages/a4/24/8b45f4129fdc3b8072db213418692f...", hash = "sha256:0784f75093a75390d8d480cc8a444516e78f08849db9a13c21791a5f651df4a1", size = 11594212 }, - { url = "https://files.pythonhosted.org/packages/1b/93/44be9610ff870127f0500d5b36e98b...", hash = "sha256:ff9046a8c5e836e892ac7741e672ee016e92e55c659fa8195595df65a1f3accf", size = 12842773 }, + { url = "https://files.pythonhosted.org/packages/7d/82/8de3109d9815dacc32aba998e6ed88...", hash = "sha256:0da45ca164ef9701dcc5cac3256f1f3a4e6fabe026860101c3b14208bfbde831", size = 11913399 }, + { url = "https://files.pythonhosted.org/packages/4e/65/4114106f24c2c64fcc63db5e4ec93f...", hash = "sha256:df5dabafa07d9beae719bf4df649cb6d825620f0bb3abf985df99fd0394dbbb6", size = 12133160 }, + { url = "https://files.pythonhosted.org/packages/61/9b/3a126a8431320c86a41854ba7c52f3...", hash = "sha256:e88911392d0eef4019a1db64951eefd1081a6dda72e33ee4b5b77b32f1112a33", size = 11212930 }, + { url = "https://files.pythonhosted.org/packages/6e/dc/b97c735da94563d9d432f820fa5c9f...", hash = "sha256:8844740de53f3997175961c90ff4441e0ea7cb1d11e27b662258f8728f7623b2", size = 11481660 }, + { url = "https://files.pythonhosted.org/packages/d8/3d/54b0180916f23a812e3329c2b2de70...", hash = "sha256:b3cad9f33c38a891c3adc3cedfa8171e5d1d696d03c850ecd454e16551b1308b", size = 11704743 }, + { url = "https://files.pythonhosted.org/packages/06/9b/9b5c96d4ba535ac2cae0c0202a2370...", hash = "sha256:f727a356e772c3cdc7752d8d9971e614670658f5219eda2449290c5c4a5c91cf", size = 12376328 }, + { url = "https://files.pythonhosted.org/packages/51/54/f1aaa74e93a933f9e52159bf32ae03...", hash = "sha256:15cfd020ad4a72f17e669d070a1a8ab50f93ce899486a80029cabf87fac3a8ae", size = 12933204 }, + { url = "https://files.pythonhosted.org/packages/b5/e1/498ef5d9e9626f4b29f10a1baa8309...", hash = "sha256:897c5d7d50341023f28b96afd0bf2553d67f3f46c12986d5ee02e517cf7d5c5a", size = 12676231 }, + { url = "https://files.pythonhosted.org/packages/0a/2f/38c153bec459c2413549b3a22735ea...", hash = "sha256:87e4c3b6415e0ce6880023960d7bb7fc08acafc97a4e03c7ce8b6a49ad0c698e", size = 16391712 }, + { url = "https://files.pythonhosted.org/packages/21/30/c126268c4586166c2695cb343ee851...", hash = "sha256:39c862a5fae944ea89dca5bf77bf636ac26398f96179bca19e4db26121707cd0", size = 12454567 }, + { url = "https://files.pythonhosted.org/packages/3b/92/01c734e5a742ac9464d42f1977f82a...", hash = "sha256:dfe717c980d3206d4810b5121566a1e07114b9dd470b6f9f6ebed3706c21517d", size = 11608090 }, + { url = "https://files.pythonhosted.org/packages/81/1b/dceab3572d66ad94a04a1dc0e0c469...", hash = "sha256:44360f88b8e67e36fed00976b94d3f1144faa1c5291e8f6f5306c3ded650e9bf", size = 11701498 }, + { url = "https://files.pythonhosted.org/packages/3c/8a/da60f4aa41aad8ddc2b7ea34168963...", hash = "sha256:489f68441092827fcd590a99f91269d5fb3b5f9cca1da469f7fc3d5ef3bf3e37", size = 12134824 }, + { url = "https://files.pythonhosted.org/packages/aa/99/e8312976cbd444d6ea8d8d8a71ac12...", hash = "sha256:1a4098128ee54f8b4ca1b083d05f818548cf7182b5b6cbb74fd71235bd105b1d", size = 13789473 }, + { url = "https://files.pythonhosted.org/packages/2d/f4/511141abcc794a5fecaeb7c62138a6...", hash = "sha256:8acb510475dd8dbce71533384b95a8b2ad204f10081c92d9d012d193bd4df884", size = 12620663 }, + { url = "https://files.pythonhosted.org/packages/18/f5/cb3eed07b1db5fcfbe638132fbde5f...", hash = "sha256:7b27e69454d8f65d800bc61a3d05288cacf8e56b9b716b629b2b6977e85ceabe", size = 11956476 }, + { url = "https://files.pythonhosted.org/packages/a5/25/3f80d90fb147923bbae53973a63e6d...", hash = "sha256:6141f08aad242372dff4b529b9d26c814e151e95d1a8c85d645a7eb11b0cb34a", size = 13440345 }, ] [[package]] name = "virtualenv" -version = "20.26.4" +version = "20.26.6" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "distlib" }, { name = "filelock" }, { name = "platformdirs" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/84/8a/134f65c3d6066153b84fc176c58877...", hash = "sha256:c17f4e0f3e6036e9f26700446f85c76ab11df65ff6d8a9cbfad9f71aabfcf23c", size = 9385017 } +sdist = { url = "https://files.pythonhosted.org/packages/3f/40/abc5a766da6b0b2457f819feab8e92...", hash = "sha256:280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48", size = 9372482 } wheels = [ - { url = "https://files.pythonhosted.org/packages/5d/ea/12f774a18b55754c730c8383dad8f1...", hash = "sha256:48f2695d9809277003f30776d155615ffc11328e6a0a8c1f0ec80188d7874a55", size = 6013327 }, + { url = "https://files.pythonhosted.org/packages/59/90/57b8ac0c8a231545adc7698c64c5a3...", hash = "sha256:7345cc5b25405607a624d8418154577459c3e0277f5466dd79c49d5e492995f2", size = 5999862 }, ] [[package]]