py3_tox-2025-08-03-16-07 — py3_tox (#12329)

* Add unbuilt py3_tox to py3_tox-2025-08-03-16-07

* py3_tox-2025-08-03-16-07: Build Run on linux/arm/v7.

* py3_tox-2025-08-03-16-07: Build Run on linux/amd64.

* py3_tox-2025-08-03-16-07: Build Run on linux/386.

* py3_tox-2025-08-03-16-07: Package File Update Run on linux/386 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-08-03 13:09:36 -04:00
committed by GitHub
parent 2f9a842fb4
commit b7746de205
4 changed files with 26 additions and 26 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.28.3-#{CREW_PY_VER}"
version "4.28.4-#{CREW_PY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '026eac48cb708ad1044597b219ceec66d39d03740182a07030d14fff73a9b4f2',
armv7l: '026eac48cb708ad1044597b219ceec66d39d03740182a07030d14fff73a9b4f2',
i686: '2e44f173ce9cc381c4cfcd8a07b5321f0105b6ea5fce6c73448dc7c1f26a5ecd',
x86_64: 'd383b6830354168182a59a3fe8601b96ec9c6166418350a457d40eb96b7250f6'
aarch64: '7d66ab5e92db30959a43b8340acf6185c660be33b4476110efc0a23a33f4f09e',
armv7l: '7d66ab5e92db30959a43b8340acf6185c660be33b4476110efc0a23a33f4f09e',
i686: '6c22ffdede48422d4360f033c67f245b4e88eb0a5b35af55a0679d7d69144182',
x86_64: 'cb608b5620c15018cecc58d7e848c00c0302708ca704b66e52b9492c4dcfac82'
})
depends_on 'py3_py'