[+] 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:
LLM 2026-04-22 09:00:00 +00:00
parent fc52280b43
commit 0957e772ec
21 changed files with 65 additions and 1 deletions

@ -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']

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.