























@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
@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.
@timmo001 thx for taking over 👌
@simona fixed those two packages
can't install on 3.12 cause python-sqlalchemy2-stubs can't compile used by python-sqlmodel
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'.
Ah, I fixed that already in python-aiogithubapi a while ago.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@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.