惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
G
Google Developers Blog
博客园 - 三生石上(FineUI控件)
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Hugging Face - Blog
Hugging Face - Blog
C
Check Point Blog
V
V2EX
Vercel News
Vercel News
U
Unit 42
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
J
Java Code Geeks
WordPress大学
WordPress大学
罗磊的独立博客
I
InfoQ
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
M
MIT News - Artificial intelligence
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Apple Machine Learning Research
Apple Machine Learning Research
Martin Fowler
Martin Fowler
云风的 BLOG
云风的 BLOG

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - system-bridge
2026-05-30 · via AUR Newest Packages

Horus commented on 2026-01-29 07:37 (UTC)

RubenKelevra commented on 2025-08-23 19:22 (UTC)

@timmo001 no I mean the commit message here. I didn't looked at the diffs before I wrote the comment.

But looking at them: Packages in the AUR are not meant to publish alpha/beta, just gamma releases. So it would be great if you could filter non-stable releases out and maybe rework the commit messages here.

timmo001 commented on 2025-08-23 17:16 (UTC)

@RubenKelevra I think you meant this comment for the system-bridge-git package?

This package should be automatically updated each release on github, while the -git package is intended for updates on each commit to the master branch.

Any feedback best to send this on github, feel free to contribute

RubenKelevra commented on 2025-08-23 16:52 (UTC) (edited on 2025-08-23 16:52 (UTC) by RubenKelevra)

@timmo001 what are you doing there exactly? That's not a - git package, which shouldn't be on the master. And even git packages are not required to be pushed updates all the time. Instead the aur package manager will fetch the latest git commit from the branch and build the software with that.

RubenKelevra commented on 2025-08-22 07:28 (UTC)

@timmo001 thx for taking over 👌

simona commented on 2025-02-01 18:46 (UTC)

RubenKelevra commented on 2024-07-19 23:53 (UTC)

@simona fixed those two packages

simona commented on 2024-04-30 10:28 (UTC)

can't install on 3.12 cause python-sqlalchemy2-stubs can't compile used by python-sqlmodel

uberben commented on 2023-10-05 15:37 (UTC)

Looks like the current version of pydantic isn't compatible with system-bridge 3.6.2. I'm getting the following error:

Oct 05 10:34:08 new-bendesktop systemd[1]: Started System Bridge.
Oct 05 10:34:09 new-bendesktop python3[1416913]: Traceback (most recent call last):
Oct 05 10:34:09 new-bendesktop python3[1416913]:   File "<frozen runpy>", line 198, in _run_module_as_main
Oct 05 10:34:09 new-bendesktop python3[1416913]:   File "<frozen runpy>", line 88, in _run_code
Oct 05 10:34:09 new-bendesktop python3[1416913]:   File "/usr/lib/python3.11/site-packages/systembridgebackend/__main__.py", line 9, in <module>
Oct 05 10:34:09 new-bendesktop python3[1416913]:     from systembridgeshared.database import Database
Oct 05 10:34:09 new-bendesktop python3[1416913]:   File "/usr/lib/python3.11/site-packages/systembridgeshared/database.py", line 9, in <module>
Oct 05 10:34:09 new-bendesktop python3[1416913]:     from sqlmodel import Session, SQLModel, create_engine, select
Oct 05 10:34:09 new-bendesktop python3[1416913]:   File "/usr/lib/python3.11/site-packages/sqlmodel/__init__.py", line 137, in <module>
Oct 05 10:34:09 new-bendesktop python3[1416913]:     from .main import SQLModel as SQLModel
Oct 05 10:34:09 new-bendesktop python3[1416913]:   File "/usr/lib/python3.11/site-packages/sqlmodel/main.py", line 27, in <module>
Oct 05 10:34:09 new-bendesktop python3[1416913]:     from pydantic.errors import ConfigError, DictError
Oct 05 10:34:09 new-bendesktop python3[1416913]:   File "/usr/lib/python3.11/site-packages/pydantic/_migration.py", line 295, in wrapper
Oct 05 10:34:09 new-bendesktop python3[1416913]:     raise PydanticImportError(f'`{import_path}` has been removed in V2.')
Oct 05 10:34:09 new-bendesktop python3[1416913]: pydantic.errors.PydanticImportError: `pydantic.errors:ConfigError` has been removed in V2.
Oct 05 10:34:09 new-bendesktop python3[1416913]: For further information visit https://errors.pydantic.dev/2.3/u/import-error
Oct 05 10:34:09 new-bendesktop systemd[1]: system-bridge.service: Main process exited, code=exited, status=1/FAILURE
Oct 05 10:34:09 new-bendesktop systemd[1]: system-bridge.service: Failed with result 'exit-code'.

RubenKelevra commented on 2023-04-28 01:34 (UTC)

Ah, I fixed that already in python-aiogithubapi a while ago.