AutoBuild: updates-2025-01-22-00-18 started at 2025-01-22-00UTC (#11172)

* Add unbuilt updated pip packages to updates-2025-01-22-00-18

* Add unbuilt updated ruby gem packages to updates-2025-01-22-00-18

* Add built packages for linux/386 to updates-2025-01-22-00-18

* Add built packages for linux/amd64 to updates-2025-01-22-00-18

* Add built packages for linux/arm/v7 to updates-2025-01-22-00-18

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-21 21:20:28 -06:00
committed by GitHub
parent 9bdbfe3436
commit b7600742b6
26 changed files with 329 additions and 170 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.23.2-#{CREW_PY_VER}"
version "4.24.1-#{CREW_PY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '110056a43d2f55ce385e4dab49b1c8994782de84d442516432bfc817f54bdb47',
armv7l: '110056a43d2f55ce385e4dab49b1c8994782de84d442516432bfc817f54bdb47',
i686: 'fd9bbfe266c952307e620f627882dc969d3903d3d7bfea63597692e2ce500796',
x86_64: '5376cdfa85c7ad561818495b5d3f431729cc5db9b1ceead27c26a1f84122a8a1'
aarch64: 'c3b71c81c64df01c60f5414a521ddf60f995eb2f666667071529047f9631ee24',
armv7l: 'c3b71c81c64df01c60f5414a521ddf60f995eb2f666667071529047f9631ee24',
i686: '3fa67cf01e2025c94d1c67b4ff6a8dc058f79e4c0dfe38fca475d360d58bbc5e',
x86_64: 'c67f148dece1ab0f4a039d89664139fbe47aa3445eb6ba015882241d43d7869d'
})
depends_on 'py3_py'