updater-py3_pyopenssl-25.2.0 — py3_pyopenssl → 25.2.0 (#12779)

* Add unbuilt py3_pyopenssl to updater-py3_pyopenssl-25.2.0

* updater-py3_pyopenssl-25.2.0: Build Run on linux/386.

* updater-py3_pyopenssl-25.2.0: Build Run on linux/arm/v7.

* updater-py3_pyopenssl-25.2.0: Build Run on linux/amd64.

* updater-py3_pyopenssl-25.2.0: Package File Update Run on linux/386 container.

---------

Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-09-15 12:42:36 +10:00
committed by GitHub
parent 5637b1d218
commit 0dcf4aec82
4 changed files with 29 additions and 29 deletions

View File

@@ -3,17 +3,17 @@ require 'buildsystems/pip'
class Py3_pyopenssl < Pip
description 'PyOpenSSL is a Python wrapper module around the OpenSSL library.'
homepage 'https://www.pyopenssl.org/'
version "25.1.0-#{CREW_PY_VER}"
version "25.2.0-#{CREW_PY_VER}"
license 'Apache-2.0'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '62e8b2d2b0e50745becf197997e1b55c613ea54898ba83479cbeb4a750371429',
armv7l: '62e8b2d2b0e50745becf197997e1b55c613ea54898ba83479cbeb4a750371429',
i686: 'f7d565a164ba1830e6232b5b1c15ac9de2fca288a9105e134c1cccc01fd1acaa',
x86_64: '57f4fe7a5d50c951fb36cb0785754127093e863fe81c4daef7365dea04c7ba01'
aarch64: '646902fb7316240f37a8ddfd41ecc044ef11829ec8ad2e70b762d7f16b5312db',
armv7l: '646902fb7316240f37a8ddfd41ecc044ef11829ec8ad2e70b762d7f16b5312db',
i686: '4bcb6f11e0d94b800f4388b230b498144806699797d490218f7c01386f6888f5',
x86_64: 'e565437f2fc2cf0ea09aa49cad4d29c75f20b9228cc664b2bd78e8b0d247b1d8'
})
depends_on 'openssl'