Sebastian Palencsar
e95a23bc20
M3 namespace migration: complete Phase B, partial Phase D, docs and tests
...
- Native runtime under bearhub/ (api, commons, gems, view/util, view/core, view/qt)
- bauh/ compatibility re-export shims for legacy imports
- Phase D: canonical __version__/__app_name__ in bearhub/__init__.py; pyproject.toml
and setup.py point at bearhub package
- Native gem loader at bearhub/view/core/gems.py
- Namespace compatibility tests (159 tests passing)
- Documentation: CHANGELOG [Unreleased], NAMESPACE_MIGRATION, ROADMAP, README,
CONTRIBUTING, docs/qt6-migration.md, packaging/aur/README.md
2026-06-27 10:26:41 +02:00
Sebastian Palencsar
da377aecdc
AUR bearhub: fix stale source cache collision (pkgrel=10)
...
Use tag-specific tarball name bearhub-0.10.7-bearhub.6.tar.gz so makepkg
and AUR helpers do not reuse an outdated bearhub-0.10.7.tar.gz from cache.
Ignore makepkg artifacts under packaging/aur/.
2026-06-27 10:18:54 +02:00
Vinicius Moreira
925aaf35c5
enhancement: marked several threads as 'daemon' for a faster termination
2023-11-26 11:16:43 -03:00
Vinicius Moreira
28d4dae56a
Merge branch 'master' into staging
...
# Conflicts:
# bauh/gems/appimage/controller.py
# bauh/gems/arch/updates.py
2022-12-12 07:53:51 -03:00
Bruno Cabral
fb4109bd77
flake warnings ( #304 )
2022-12-12 07:44:27 -03:00
Vinicius Moreira
93d2d66b71
improvement: replacing the use of LegacyVersion
2022-11-25 06:57:22 -03:00
Vinicius Moreira
69cf81dbe9
[arch] refactoring: conflict resolution checking (+ test cases)
2022-11-20 11:13:54 -03:00
Vinicius Moreira
3d267ff3d1
[gems.arch] fix: not detecting some package replacements when upgrading due to conflict information having logic operators
2022-10-25 17:36:28 -03:00
Vinicius Moreira
6eb4b5104a
[arch] fix: removing a duplicate call to checking for AUR updates
2022-02-11 15:30:13 -03:00
Vinicius Moreira
babb4b5661
[arch] fix: crashing when no AUR package name is informed to the AUR client
2022-02-11 15:23:23 -03:00
Vinicius Moreira
9656f78020
[arch] improvement: new property 'prefer_repository_provider'
2022-01-28 18:31:17 -03:00
Vinicius Moreira
ca9b3d0e51
[arch] improvement: allowing AUR packages to be installed as dependencies of a repository package | fix: not displaying all possible AUR providers for a given dependency
2022-01-28 12:05:58 -03:00
Vinicius Moreira
c2493befda
[arch] fix -> regressions from commit db5eeabf
2021-06-18 15:14:20 -03:00
Vinicius Moreira
476a30c9f4
[arch] improvmenet -> cleaning up some code warnings
2021-06-17 17:28:29 -03:00
Vinicius Moreira
db5eeabfb8
[arch] fix: some dependencies not being matched during comparisons between numeric and alphanumeric versions
2021-06-17 17:03:34 -03:00
Vinicius Moreira
dfe765450b
[arch] fix -> randomly crashing when solving repository packages dependencies
2021-04-06 09:20:25 -03:00
Vinicius Moreira
66037186a4
[arch] fixes related to dependency checking
2021-03-02 10:58:46 -03:00
Vinicius Moreira
978120ba71
fix -> missing Python hard dependency: packaging
2021-01-20 09:43:13 -03:00
Vinicius Moreira
7dae74e3d0
[arch] fix -> AUR: not able to find some repository dependencies when their names are not an exact match
2020-10-26 11:55:28 -03:00
Vinicius Moreira
1c1aad1e0e
[arch] fix -> AUR: not properly handling AUR package dependencies with specific versions
2020-09-09 18:51:37 -03:00
Vinicius Moreira
ae27b6af3b
[improvement] changing the way versions are compared in Arch and AppImage gems
2020-09-02 10:35:55 -03:00
Vinicius Moreira
78912d5eee
[arch] fix -> some conflict resolution scenarios when upgrading several packages
2020-08-06 11:53:52 -03:00
Vinicius Moreira
157ec0e2c6
[improvement][arch] new 'automatch_providers' settings
2020-06-02 17:54:08 -03:00
Vinicius Moreira
b93fb63430
[fix][arch] not recursively asking for dependencies providers when installing / upgrading
2020-06-02 17:02:53 -03:00
Vinícius Moreira
8d55ae28b0
[fix][arch] displaying the wrong subtypes due to previous renaming
2020-04-13 16:51:53 -03:00
Vinícius Moreira
01a60ea686
0.9.0
2020-04-13 11:49:28 -03:00