updater-py3_tox-4.30.2 — py3_tox → 4.30.2 (#12725)

* Add unbuilt py3_tox to updater-py3_tox-4.30.2

* updater-py3_tox-4.30.2: Package File Update Run on linux/386 container.

* updater-py3_tox-4.30.2: Package File Update Run on linux/amd64 container.

* updater-py3_tox-4.30.2: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-09-10 19:17:03 +00:00
committed by GitHub
parent 278289a262
commit eb07c43058
4 changed files with 29 additions and 29 deletions

View File

@@ -3,17 +3,17 @@ require 'buildsystems/pip'
class Py3_tox < Pip
description 'Command line driven CI frontend and development task automation tool.'
homepage 'https://tox.readthedocs.io/'
version "4.29.0-#{CREW_PY_VER}"
version "4.30.2-#{CREW_PY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '62f8b57e1ac160f2bd919e67167440de40a24335263f7b80a28b339d49b776ce',
armv7l: '62f8b57e1ac160f2bd919e67167440de40a24335263f7b80a28b339d49b776ce',
i686: '1d764eac5a10786add0750c2e525fc27b7674c4ab6f04f0e9d0cac2869ec12fe',
x86_64: 'c554515574e667cd4ed2856dd65f0d87e8aa2316a83c5b7fc0db696139a386e0'
aarch64: '313d377cbad95984773804dd06bd7e59b80dbce56f466f7506623603c4238963',
armv7l: '313d377cbad95984773804dd06bd7e59b80dbce56f466f7506623603c4238963',
i686: 'd9a690ea0c2c73d5512d82a1d0c83c34564e45eae2ccff392a213d00e1655172',
x86_64: 'd8e398d54f6dbbeaa63318090edd4044fcfdd3cf45c61197b338767c000af1db'
})
depends_on 'py3_py'