Package Details: system-bridge 2:5.0.7-1

Git Clone URL: https://aur.archlinux.org/system-bridge.git (read-only, click to copy)
Package Base: system-bridge
Description: A bridge for your systems
Upstream URL: https://github.com/timmo001/system-bridge
Keywords: api automation go home-assistant system-bridge typescript websocket
Licenses: Apache-2.0
Conflicts: system-bridge-git
Provides: system-bridge
Submitter: gleb.zhulik
Maintainer: timmo001
Last Packager: timmo001
Votes: 3
Popularity: 0.000002
First Submitted: 2021-06-08 16:00 (UTC)
Last Updated: 2025-09-05 07:53 (UTC)

Latest Comments

1 2 Next › Last »

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)

solved

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.

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

@InternetFind, @2tefan missing python-backoff sounds like an issue with the package aiogithubapi.

I've added it temporarily here.