Commit Graph

34 Commits (eacad11a5a69c0705625773438e923d1440d8a7c)

Author SHA1 Message Date
bashonly c998238c2e
[cleanup] Misc ()
Closes 
Authored by: bashonly, KBelmin

Co-authored-by: Belminho <102482175+KBelmin@users.noreply.github.com>
bashonly d784464399
Remove Python 3.8 support ()
Closes 
Authored by: bashonly
bashonly 87884f1558
[build] Move optional dependencies to the `default` group ()
Closes 
Authored by: bashonly
Simon Sawicki 67adeb7bab
[cleanup] Misc ()
- Add Python 3.13 to CI, finalize 3.13 support
- Remove Python 3.8 from CI in preparation for removing 3.8 support
- Document that PyPy3.8 and PyPy3.9 are no longer supported
- Usual documentation fixes and code cleanup

Closes , Closes , Closes , Closes 
Authored by: Grub4K, grqz, DTrombett, KarboniteKream, bashonly, mikkovedru, seproDev

Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
Co-authored-by: DTrombett <d@trombett.org>
Co-authored-by: =?UTF-8?q?Klemen=20Ko=C5=A1ir?= <klemen.kosir@kream.io>
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: Mikko Vedru <mikko.vedru@gmail.com>
Co-authored-by: sepro <sepro@sepr0.com>
bashonly a886cf3e90
[build] Migrate `py2exe` builds to `win_exe` ()
This commit removes py2exe support

Closes 
Authored by: bashonly
Simon Sawicki b31b81d85f
[ci] Rerun failed tests ()
bashonly c6387abc1a
[cleanup] Misc ()
Closes , Closes , Closes 
Authored by: bashonly, Codenade, pzhlkj6612, seproDev, coletdjnz, grqz, Grub4K

Co-authored-by: Codenade <amadeus.dorian04@gmail.com>
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
bashonly fb8b7f226d
[build] Bump PyInstaller version pin to `>=6.10.0` ()
Authored by: bashonly
bashonly 5bb1aa04da
[networking] Pin `curl-cffi` version to < 0.7.2 ()
Ref: https://github.com/lexiforest/curl_cffi/issues/394

Authored by: bashonly
coletdjnz 6f9e653743
[rh:websockets] Upgrade websockets to 13.0 ()
Fixes CI hanging

Authored by: coletdjnz
bashonly e046db8a11
[build] Pin `setuptools` version ()
https://github.com/pypa/setuptools/issues/4480#issuecomment-2236507819
https://github.com/pypa/setuptools/issues/4482

Authored by: bashonly
bashonly 89a161e8c6
[cleanup] Misc ()
Closes 
Authored by: bashonly
bashonly ac30941ae6 [build] Pin `curl-cffi` to 0.5.10 for Windows
Ref: https://github.com/yifeikong/curl-impersonate/issues/72

Closes 
Authored by: bashonly
coletdjnz 42bfca00a6 [rh:curl_cffi] Support `curl_cffi` 0.7.X
Authored by: coletdjnz
bashonly 6aaf96a3d6
[cleanup] Misc ()
Closes 
Authored by: bashonly, seproDev, jucor, c-basalt

Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Co-authored-by: Julien Cornebise <julien@cornebise.com>
Co-authored-by: c-basalt <117849907+c-basalt@users.noreply.github.com>
sepro 7814c50948
[cleanup] Bump ruff to 0.5.x ()
Authored by: seproDev
sepro add96eb9f8
[cleanup] Add more ruff rules ()
Authored by: seproDev

Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
bashonly db50f19d76
[rh:requests] Bump minimum `requests` version to 2.32.2 ()
Closes 
Authored by: bashonly
bashonly 5fdd13006a
[build] Bump Pyinstaller to `>=6.7.0` for all builds ()
Ref: https://github.com/pyinstaller/pyinstaller/issues/8554

Authored by: bashonly, seproDev

Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Simon Sawicki e897bd8292
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs ()
Authored by: bashonly, seproDev, Grub4K

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
bashonly 78c57cc0e0
[build] `macos` job requires `setuptools<70` ()
Authored by: bashonly
Simon Sawicki 3f7999533e
[rh:requests] Patch support for `requests` 2.32.2+ ()
Authored by: Grub4K
coletdjnz c36513f1be
[rh:requests] Update to `requests` 2.32.0 ()
Authored by: coletdjnz
bashonly 02483bea1c
[build] Normalize `curl_cffi` group to `curl-cffi` ()
Closes 
Authored by: bashonly
bashonly 58dd0f8d1e
[build] Optional dependencies cleanup ()
Authored by: bashonly
sepro 388c979ac6
[docs] Update yt-dlp tagline ()
Authored by: seproDev, bashonly, coletdjnz, Grub4K, pukkandan
coletdjnz 52f5be1f1e
[rh:curlcffi] Add support for `curl_cffi`
Authored by: coletdjnz, Grub4K, pukkandan, bashonly

Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: bashonly <bashonly@protonmail.com>
pukkandan 47ab66db0f
[docs] Misc Cleanup ()
Closes , 

Authored by: bashonly, Grub4k, Arthurszzz, seproDev, pukkandan

Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Co-authored-by: bashonly <bashonly@protonmail.com>
Co-authored-by: Arthurszzz <minecraftgamerarthur@gmail.com>
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
bashonly cf91400a1d
[build] Add `default` optional dependency group ()
Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
bashonly 43cfd462c0
Bugfix for 775cde82dc ()
Authored by: bashonly
bashonly 775cde82dc
[build] Migrate to `pyproject.toml` and `hatchling`
Authored by: bashonly
bashonly a1b7784289
[build] Move bundle scripts into `bundle` submodule
Authored by: bashonly
pukkandan edfc7725b1
[cleanup] Misc
pukkandan e9df3d42c4
[build] Add minimal `pyproject.toml`