[+] bump archlinux to v0.27, pr34 dep to >=0.1.5.68, release wheels

1. update archlinux pyproject.common.toml: pr34>=0.1.5.68 as main dep;
  2. add test_orm and test_cve to test_names config;
  3. copy pr34 v0.1.5.68 wheel into archlinux deps/whl;
  4. release archlinux wheels v0.25 through v0.27;
  5. release pr34 v0.1.5.68 wheel;
This commit is contained in:
LLM 2026-04-13 09:00:00 +00:00
parent da86659b67
commit c491da0bb9
6 changed files with 19 additions and 2 deletions

@ -15,7 +15,7 @@ dynamic = [
dependencies = [ dependencies = [
'pydantic', 'pydantic',
'pydantic-settings', 'pydantic-settings',
'online.fxreader.pr34>=0.1.5.67', 'online.fxreader.pr34>=0.1.5.68',
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -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.24', 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.27', dynamic = [] } },
] ]
[tool.online-fxreader-pr34.tests] [tool.online-fxreader-pr34.tests]
@ -61,6 +61,8 @@ test_names = [
'online.fxreader.pr34.commands_typed.archlinux.tests.test_download_cli', 'online.fxreader.pr34.commands_typed.archlinux.tests.test_download_cli',
'*TestSolvPoolUnit*', '*TestSolvPoolUnit*',
'*TestRepoStoreCache*', '*TestRepoStoreCache*',
'online.fxreader.pr34.commands_typed.archlinux.tests.test_orm',
'online.fxreader.pr34.commands_typed.archlinux.tests.test_cve',
] ]
discovery_paths = ['../../../../../../python'] discovery_paths = ['../../../../../../python']

BIN
releases/whl/online_fxreader_pr34-0.1.5.68-py3-none-any.whl (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.