bashonly
f13df591d4
[build] Enable attestations for trusted publishing ( #11420 )
...
Reverts 428ffb75aa
Authored by: bashonly
9 hours ago
github-actions[bot]
282e19db82
Release 2024.11.04
...
Created by: bashonly
:ci skip all
6 days ago
bashonly
428ffb75aa
[build] Disable attestations for trusted publishing ( #11418 )
...
Currently does not work with reusable workflows, e.g. release-nightly.yml calling release.yml
Ref: https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.11.0
https://github.com/pypa/gh-action-pypi-publish/discussions/255
https://github.com/pypi/warehouse/issues/11096
Authored by: bashonly
1 week ago
bashonly
d784464399
Remove Python 3.8 support ( #11321 )
...
Closes #10086
Authored by: bashonly
3 weeks ago
bashonly
dd2e244469
[build] Use Ubuntu 20.04 and Python 3.9 for Linux ARM builds ( #8638 )
...
Authored by: bashonly
3 weeks ago
bashonly
ea9e35d85f
[cleanup] Misc ( #11311 )
...
Authored by: bashonly
3 weeks ago
Simon Sawicki
67adeb7bab
[cleanup] Misc ( #11216 )
...
- 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 #8248 , Closes #11146 , Closes #11149 , Closes #11211
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>
3 weeks ago
bashonly
a886cf3e90
[build] Migrate `py2exe` builds to `win_exe` ( #11256 )
...
This commit removes py2exe support
Closes #10087
Authored by: bashonly
3 weeks ago
bashonly
64d84d75ca
[build] Use `macos-13` image for macOS builds ( #11236 )
...
Authored by: bashonly
4 weeks ago
Simon Sawicki
b31b81d85f
[ci] Rerun failed tests ( #11143 )
1 month ago
bashonly
c6387abc1a
[cleanup] Misc ( #10807 )
...
Closes #10751 , Closes #10769 , Closes #10791
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>
1 month ago
bashonly
fb8b7f226d
[build] Bump PyInstaller version pin to `>=6.10.0` ( #10709 )
...
Authored by: bashonly
2 months ago
Simon Sawicki
b6200bdcf3
[ci] Add comment sanitization workflow ( #10915 )
...
Co-authored-by: bashonly <bashonly@protonmail.com>
Authored by: bashonly, Grub4K
2 months ago
bashonly
7e41628ff5
[build] Pin `delocate` version for `macos` ( #10901 )
...
Authored by: bashonly
2 months ago
bashonly
ad9a8115aa
[ci] Add issue tracker anti-spam protection ( #10861 )
...
Authored by: bashonly
2 months ago
coletdjnz
6f9e653743
[rh:websockets] Upgrade websockets to 13.0 ( #10815 )
...
Fixes CI hanging
Authored by: coletdjnz
3 months ago
bashonly
644d84d778
Revert 4f8448896e
...
curl-cffi 0.5.10 does not support Windows 32-bit
Authored by: bashonly
4 months ago
bashonly
4f8448896e
[build] Include `curl_cffi` in `yt-dlp_x86.exe`
...
Authored by: bashonly
4 months ago
bashonly
6aaf96a3d6
[cleanup] Misc ( #10075 )
...
Closes #10303
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>
4 months ago
bashonly
46c1b7cfec
[build] Cache dependencies for `macos` job ( #10088 )
...
Authored by: bashonly
5 months ago
bashonly
5fdd13006a
[build] Bump Pyinstaller to `>=6.7.0` for all builds ( #10069 )
...
Ref: https://github.com/pyinstaller/pyinstaller/issues/8554
Authored by: bashonly, seproDev
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
5 months ago
bashonly
03334d639d
[build] Use `macos-12` image for `yt-dlp_macos` ( #10063 )
...
Ref: https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/
Authored by: bashonly
5 months ago
Simon Sawicki
e897bd8292
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs ( #7409 )
...
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>
6 months ago
Simon Sawicki
3f7999533e
[rh:requests] Patch support for `requests` 2.32.2+ ( #9992 )
...
Authored by: Grub4K
6 months ago
Simon Sawicki
ac817bc83e
[build] Migrate `linux_exe` to static musl builds ( #9811 )
...
Authored by: Grub4K, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
7 months ago
bashonly
1a366403d9
[build] Run `macos_legacy` job on `macos-12` ( #9804 )
...
`macos-latest` has been bumped to `macos-14-arm64` which breaks the builds
Authored by: bashonly
7 months ago
bashonly
89f535e265
[ci] Fix `curl-cffi` installation (Bugfix for 02483bea1c
)
...
Authored by: bashonly
7 months ago
bashonly
02483bea1c
[build] Normalize `curl_cffi` group to `curl-cffi` ( #9698 )
...
Closes #9682
Authored by: bashonly
7 months ago
bashonly
216f6a3cb5
[cleanup] Misc ( #9426 )
...
Authored by: bashonly, pukkandan
7 months ago
bashonly
b19ae095fd
[build] Do not include `curl_cffi` in `macos_legacy` ( #9653 )
...
Authored by: bashonly
7 months ago
bashonly
e8032503b9
[build] Print SHA sums to GHA logs ( #9582 )
...
Authored by: bashonly
7 months ago
bashonly
58dd0f8d1e
[build] Optional dependencies cleanup ( #9550 )
...
Authored by: bashonly
8 months ago
sepro
388c979ac6
[docs] Update yt-dlp tagline ( #9481 )
...
Authored by: seproDev, bashonly, coletdjnz, Grub4K, pukkandan
8 months ago
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>
8 months ago
bashonly
17b96974a3
[build] Update changelog for tarball and sdist ( #9425 )
...
Closes #9417
Authored by: bashonly
8 months ago
pukkandan
47ab66db0f
[docs] Misc Cleanup ( #8977 )
...
Closes #8355 , #8944
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>
8 months ago
bashonly
eabbccc439
[build] Support failed build job re-runs ( #9277 )
...
Authored by: bashonly
9 months ago
bashonly
3876429d72
[build] Bump `actions/upload-artifact` to v4 and adjust workflows
...
Authored by: bashonly
9 months ago
bashonly
b0059f0413
[build] Bump `conda-incubator/setup-miniconda` to v3
...
Authored by: bashonly
9 months ago
bashonly
b14e818b37
[ci] Bump `actions/setup-python` to v5
...
Authored by: bashonly
9 months ago
bashonly
867f637b95
[cleanup] Build files cleanup
...
- Fix `AUTHORS` file by doing an unshallow checkout
- Update triggers for nightly/master release
Authored by: bashonly
9 months ago
bashonly
920397634d
[build] Fix `secretstorage` for ARM builds
...
Authored by: bashonly
9 months ago
bashonly
b8a433aaca
[devscripts] `install_deps`: Add script and migrate to it
...
Authored by: bashonly
9 months ago
bashonly
775cde82dc
[build] Migrate to `pyproject.toml` and `hatchling`
...
Authored by: bashonly
9 months ago
bashonly
a1b7784289
[build] Move bundle scripts into `bundle` submodule
...
Authored by: bashonly
9 months ago
Simon Sawicki
f9fb3ce86e
[cleanup] Misc ( #8598 )
...
Authored by: bashonly, pukkandan, seproDev, Grub4K
Co-authored-by: bashonly <bashonly@protonmail.com>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
11 months ago
Simon Sawicki
2d1d683a54
[devscripts] `run_tests`: Create Python script ( #8720 )
...
Authored by: Grub4K
11 months ago
Simon Sawicki
13b3cb3c2b
[ci] Run core tests only for core changes ( #8841 )
...
Authored by: Grub4K
11 months ago
bashonly
632b8ee54e
[core] Release workflow and Updater cleanup ( #8640 )
...
- Only use trusted publishing with PyPI and remove support for PyPI tokens from release workflow
- Clean up improper actions syntax in the build workflow inputs
- Refactor Updater to allow for consistent unit testing with `UPDATE_SOURCES`
Authored by: bashonly
11 months ago
Simon Sawicki
f124fa4588
[ci] Concurrency optimizations ( #8614 )
...
Authored by: Grub4K
12 months ago