Nils Leo
72e1546c2c
fix: enable unrar on all distros, not just Fedora ( #1376 )
...
* fix: enable unrar on all distros, not just Fedora
unrar was gated behind distro.id() == 'fedora', so on Debian/Ubuntu
the binary was installed but never invoked. Try unrar unconditionally
after 7z, with an optional rarfile Python fallback.
Fixes CBR extraction on non-Fedora Linux distributions.
* fix: gate unrar on Linux and drop unused distro dependency
Debian/Ubuntu's '7zip' package ships the upstream 7zz binary, which
excludes RAR support for licensing reasons, so 7z fails to read .cbr
(RAR) archives. unrar was installed but only invoked when
distro.id() == 'fedora', so on Debian it was never tried and extraction
failed.
Per maintainer feedback, gate unrar on platform.system() == 'Linux'
(not needed on Windows or macOS) and drop the rarfile PyPI fallback to
avoid a new dependency. Since the code no longer imports distro, also
remove it from the requirements files and setup.py.
2026-07-02 15:07:36 -07:00
dependabot[bot]
afa9c7e7e6
Update psutil requirement from >=5.9.5 to >=7.2.2 ( #1358 )
...
Updates the requirements on [psutil](https://github.com/giampaolo/psutil ) to permit the latest version.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/v5.9.5...v7.2.2 )
---
updated-dependencies:
- dependency-name: psutil
dependency-version: 7.2.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-22 14:04:31 -07:00
dependabot[bot]
1f1b9a37fa
Update distro requirement from >=1.8.0 to >=1.9.0 ( #1357 )
...
Updates the requirements on [distro](https://github.com/python-distro/distro ) to permit the latest version.
- [Release notes](https://github.com/python-distro/distro/releases )
- [Changelog](https://github.com/python-distro/distro/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python-distro/distro/compare/v1.8.0...v1.9.0 )
---
updated-dependencies:
- dependency-name: distro
dependency-version: 1.9.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-22 14:04:15 -07:00
Alex Xu
b4ef37dbb9
bump Windows 7 numpy ( #1362 )
2026-05-31 18:43:10 -07:00
Alex Xu
bcc69b0f05
Update requirements-win7.txt
2026-05-19 08:21:56 -07:00
dependabot[bot]
8030884148
Update python-slugify requirement from >=1.2.1 to >=8.0.4 ( #1314 )
...
Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify ) to permit the latest version.
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md )
- [Commits](https://github.com/un33k/python-slugify/compare/1.2.1...v8.0.4 )
---
updated-dependencies:
- dependency-name: python-slugify
dependency-version: 8.0.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-14 22:15:29 -07:00
dependabot[bot]
949fb0acb4
Update requests requirement from >=2.31.0 to >=2.34.2 ( #1313 )
...
Updates the requirements on [requests](https://github.com/psf/requests ) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.34.2 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.33.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-14 22:13:14 -07:00
dependabot[bot]
84f69a0950
Update packaging requirement from >=23.2 to >=26.2 ( #1315 )
...
Updates the requirements on [packaging](https://github.com/pypa/packaging ) to permit the latest version.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/23.2...26.2 )
---
updated-dependencies:
- dependency-name: packaging
dependency-version: '26.2'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-14 22:12:12 -07:00
Alex Xu
1af24b394f
remove raven ( #1341 )
...
* remove raven
* remove raven README
2026-05-14 22:04:20 -07:00
Alex Xu
4cecf6fc4d
Experimental Windows 7 support ( #1069 )
...
* win7
* windows-2022
* downgrade
* bat
* lower requirements
* downgrade pyside6
* downgrade pyside6 more
* delete
* fix win7
* don't crash when settings load fails
* remove with_stem
2025-08-27 16:10:03 -07:00