[+] bump archlinux to v0.53, release wheels v0.40-v0.53, update venv-whl-cache
1. bump version to 0.53 in pyproject.common.toml;
2. add test_archive_versions, test_network, test_cache_settings,
test_install to test_names;
3. update .venv-whl-cache: librt 0.9.0, marisa_trie 1.4.1, mypy 1.20.1,
pydantic 2.13.0, pydantic_core 2.46.0, pr34 0.1.5.69;
4. release archlinux wheels v0.40 through v0.53;
This commit is contained in:
parent
fc52280b43
commit
0957e772ec
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/librt-0.9.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
(Stored with Git LFS)
Normal file
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/librt-0.9.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/marisa_trie-1.4.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
(Stored with Git LFS)
Normal file
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/marisa_trie-1.4.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/mypy-1.20.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
(Stored with Git LFS)
Normal file
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/mypy-1.20.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/online_fxreader_pr34-0.1.5.69-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/online_fxreader_pr34-0.1.5.69-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/pydantic-2.13.0-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/pydantic-2.13.0-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/pydantic_core-2.46.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
(Stored with Git LFS)
Normal file
BIN
meson/online/fxreader/pr34/commands_typed/archlinux/.venv-whl-cache/pydantic_core-2.46.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -45,7 +45,7 @@ pip_find_links = [
|
|||||||
requirements = { default_dev_lint_solv_3_13 = 'requirements.3.13.txt' }
|
requirements = { default_dev_lint_solv_3_13 = 'requirements.3.13.txt' }
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
{ name = 'online.fxreader.pr34.commands_typed.archlinux', scripts = { 'online-fxreader-pr34-archlinux' = 'online.fxreader.pr34.commands_typed.archlinux.cli.main:main' }, project = { version = '0.39', dynamic = [] } },
|
{ name = 'online.fxreader.pr34.commands_typed.archlinux', scripts = { 'online-fxreader-pr34-archlinux' = 'online.fxreader.pr34.commands_typed.archlinux.cli.main:main' }, project = { version = '0.53', dynamic = [] } },
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.online-fxreader-pr34.tests]
|
[tool.online-fxreader-pr34.tests]
|
||||||
@ -64,6 +64,10 @@ test_names = [
|
|||||||
'online.fxreader.pr34.commands_typed.archlinux.tests.test_orm',
|
'online.fxreader.pr34.commands_typed.archlinux.tests.test_orm',
|
||||||
'online.fxreader.pr34.commands_typed.archlinux.tests.test_cve',
|
'online.fxreader.pr34.commands_typed.archlinux.tests.test_cve',
|
||||||
'online.fxreader.pr34.commands_typed.archlinux.tests.test_package_mapping',
|
'online.fxreader.pr34.commands_typed.archlinux.tests.test_package_mapping',
|
||||||
|
'online.fxreader.pr34.commands_typed.archlinux.tests.test_archive_versions',
|
||||||
|
'online.fxreader.pr34.commands_typed.archlinux.tests.test_network',
|
||||||
|
'online.fxreader.pr34.commands_typed.archlinux.tests.test_cache_settings',
|
||||||
|
'online.fxreader.pr34.commands_typed.archlinux.tests.test_install',
|
||||||
]
|
]
|
||||||
discovery_paths = ['../../../../../../python']
|
discovery_paths = ['../../../../../../python']
|
||||||
|
|
||||||
|
|||||||
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.40-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.40-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.41-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.41-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.42-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.42-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.43-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.43-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.44-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.44-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.45-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.45-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.46-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.46-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.47-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.47-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.48-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.48-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.49-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.49-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.50-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.50-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.51-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.51-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.52-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.52-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.53-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34_commands_typed_archlinux-0.53-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user