mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Py updates, fix env variable for timeout, add option to skip remote updates in build_updates script (#10503)
* Update py3_setuptools Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix Agree timeout env variable, add pip updates, fixup build_updated_packages script and add functionality to skip remote update checks. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add documentation for the --skip command. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Handle compatibility with commas Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Handle empty conpatibility. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fixup compatibility sections of package files. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Rebuild parted to handle missing binaries, and update build_updated_packages to notice binary_compression and not ask to rebuild if bimaries already exist. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix hash for nconvert. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
23265468d1
commit
22d986c981
@@ -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.18.1-py3.12'
|
||||
version '4.20.0-py3.12'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '37275616e448178f7b46d168a7516e196e970b848ec32a5e430a1ed364f1d358',
|
||||
armv7l: '37275616e448178f7b46d168a7516e196e970b848ec32a5e430a1ed364f1d358',
|
||||
i686: '27f4300a513b61bc5273394eef9559d01411bc48f5a6ed18eb5aeae2fad8b247',
|
||||
x86_64: '6ad78e15e05074bbf858d792a9b60b8031451484e756e671549ffce55f2e13e2'
|
||||
aarch64: '465ef3c4dde1f82df7b55ef1da77fabf7c10027d651b0456365515f697bb3106',
|
||||
armv7l: '465ef3c4dde1f82df7b55ef1da77fabf7c10027d651b0456365515f697bb3106',
|
||||
i686: 'd409cc6e5fceac7ddf4140b13254210d08cbc90fa8cf13aee75ffcfafc2dad4f',
|
||||
x86_64: '23000f1bf5a5aadd1eb4c260e0bcc66ff6c03cf764a6822c7e506efd32c31fc7'
|
||||
})
|
||||
|
||||
depends_on 'py3_py'
|
||||
|
||||
Reference in New Issue
Block a user