AutoBuild: updates-2025-07-08-00-22 started at 2025-07-08-00UTC (#12154)

* Add unbuilt updated pip packages to updates-2025-07-08-00-22

* Add built packages for linux/386 to updates-2025-07-08-00-22

* Add built packages for linux/amd64 to updates-2025-07-08-00-22

* Add built packages for linux/arm/v7 to updates-2025-07-08-00-22

---------

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-07-07 19:50:28 -05:00
committed by GitHub
parent 03fcf8d3f3
commit d76579ab6b
4 changed files with 32 additions and 32 deletions

View File

@@ -3,17 +3,17 @@ require 'buildsystems/pip'
class Py3_abimap < Pip
description 'A helper for library maintainers to use symbol versioning'
homepage 'https://github.com/ansasaki/abimap'
version "0.3.2-#{CREW_PY_VER}"
version "0.4.0-#{CREW_PY_VER}"
license 'BSD-2'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '36cd69c61ae1817edeec239eab4b3c4acc2359ac252f8e74374e3ec1fc55bd25',
armv7l: '36cd69c61ae1817edeec239eab4b3c4acc2359ac252f8e74374e3ec1fc55bd25',
i686: '0c4d7a3092775e375e5578c0d54d1fc9255ee772a99806f73c7467df7e2470fa',
x86_64: 'e989f3043f9d7a873a42be0bdd5071c23b8297091e2a2de0c202242ba8aa9cbc'
aarch64: '90403f60545cd79ac583afa0cd242b4f0a336a9ed6457bf058a0cddcbfb151c1',
armv7l: '90403f60545cd79ac583afa0cd242b4f0a336a9ed6457bf058a0cddcbfb151c1',
i686: 'a005276c8bedf7f54ccbf3cd63b67524e97022d5a5eb23f1a911dabff52ce575',
x86_64: '8448ad32f77ba4d2ff1ef33e5d579ec2ae1d716eff778ce3701f8198486f5221'
})
depends_on 'python3' => :build