updater-py3_tox-4.31.0 — py3_tox → 4.31.0 (#13102)

* Add unbuilt py3_tox to updater-py3_tox-4.31.0

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

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

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

---------

Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-10-09 22:33:30 -04:00
committed by GitHub
parent d3d4e239e8
commit 085d6b0ae1
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.30.3-#{CREW_PY_VER}"
version "4.31.0-#{CREW_PY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '55f6133c8667b6cc4ed865206c1d06ae58b3aaee5c57580e36fe697a776ac13f',
armv7l: '55f6133c8667b6cc4ed865206c1d06ae58b3aaee5c57580e36fe697a776ac13f',
i686: 'c580aee81bbcdf91e06b61c680f247d3bb4ca00d6fd5155cc3b954579baf8eba',
x86_64: '0c54ac631270ad82ef800ab52d8ea2ff856afe8944d3d68d3e6b040a20d49f70'
aarch64: '7dbd473e0e4b26f043f67625dca5c4401ac954cc144d19870261506614c50371',
armv7l: '7dbd473e0e4b26f043f67625dca5c4401ac954cc144d19870261506614c50371',
i686: 'a1895ca292fba70d05087d71718f9a2a4a2e7becdc09f4cd656ca54750fa637d',
x86_64: '46c78013ae65f298f90a032ad23b5891b667432419043713d64715cca61ee3da'
})
depends_on 'py3_py'