[+] bump archlinux to v0.39, pr34 dep to >=0.1.5.69, release wheels

1. bump archlinux to v0.39 with async CVE backends, CLI output formats, package mapping;
  2. pr34 dep >=0.1.5.69 for stop_at argparse;
  3. add test_package_mapping and test_orm to test_names;
  4. copy pr34 v0.1.5.69 into archlinux deps/whl;
  5. update requirements.3.13.txt;
  6. release archlinux wheels v0.28 through v0.39;
  7. release pr34 v0.1.5.69 wheel;
This commit is contained in:
LLM 2026-04-17 09:00:00 +00:00
parent 61892b6aea
commit f0c9d072e0
16 changed files with 47 additions and 4 deletions

@ -15,7 +15,7 @@ dynamic = [
dependencies = [
'pydantic',
'pydantic-settings',
'online.fxreader.pr34>=0.1.5.68',
'online.fxreader.pr34>=0.1.5.69',
]
[project.optional-dependencies]
@ -45,7 +45,7 @@ pip_find_links = [
requirements = { default_dev_lint_solv_3_13 = 'requirements.3.13.txt' }
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.27', 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.39', dynamic = [] } },
]
[tool.online-fxreader-pr34.tests]
@ -63,6 +63,7 @@ test_names = [
'*TestRepoStoreCache*',
'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_package_mapping',
]
discovery_paths = ['../../../../../../python']

@ -30,8 +30,8 @@ ninja==1.13.0 \
--hash=sha256:fb46acf6b93b8dd0322adc3a4945452a4e774b75b91293bafcc7b7f8e6517dfa
nodeenv==1.10.0 \
--hash=sha256:5bb13e3eed2923615535339b3c620e76779af4cb4c6a90deccc9e36b274d3827
online-fxreader-pr34==0.1.5.66 \
--hash=sha256:b6f6640fb423adfced027ed39af74512a824574e42e2ccc308ae0c733f1132d4
online-fxreader-pr34==0.1.5.69 \
--hash=sha256:eaf594af168f24460f98b16615abc20399ad44392ee7f54bc9b2b27e917baa6b
packaging==26.0 \
--hash=sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529
patchelf==0.17.2.4 \

BIN
releases/whl/online_fxreader_pr34-0.1.5.69-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.

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.