dlp-bot
dd17897eae
[build] Update 14 dependencies ( #16589 )
...
* Bump build 1.4.4 => 1.5.0
* Bump cryptography 47.0.0 => 48.0.0
* Bump idna 3.13 => 3.15
* Bump markdown-it-py 4.0.0 => 4.2.0
* Bump pip 26.1 => 26.1.1
* Bump pyinstaller-hooks-contrib 2026.4 => 2026.5
* Bump pytest-rerunfailures 16.1 => 16.2
* Bump python-discovery 1.2.2 => 1.3.1
* Bump requests 2.33.1 => 2.34.2
* Bump ruff 0.15.12 => 0.15.13
* Bump trove-classifiers 2026.4.28.13 => 2026.5.7.17
* Bump urllib3 2.6.3 => 2.7.0
* Bump uv 0.11.8 => 0.11.14
* Bump virtualenv 21.3.0 => 21.3.3
Authored by: dlp-bot
2026-05-25 22:47:15 +00:00
bashonly
32f1671a90
[build] Rename requirements files to clean up dependency graph ( #16740 )
...
Authored by: bashonly
2026-05-16 20:30:45 +00:00
bashonly
410e0af537
[build] Upgrade all Linux binaries to Python 3.14 ( #16738 )
...
Authored by: bashonly
2026-05-16 20:06:48 +00:00
bashonly
c8695f52a9
[build] Update 28 dependencies ( #16467 )
...
* Bump build 1.4.2 => 1.4.4
* Bump certifi 2026.2.25 => 2026.4.22
* Bump charset-normalizer 3.4.6 => 3.4.7
* Bump cryptography 46.0.6 => 47.0.0
* Bump deno 2.7.8 => 2.7.14
* Bump filelock 3.25.2 => 3.29.0
* Bump identify 2.6.18 => 2.6.19
* Bump idna 3.11 => 3.13
* Bump packaging 26.0 => 26.2
* Bump pathspec 1.0.4 => 1.1.1
* Bump pip 26.0.1 => 26.1
* Bump platformdirs 4.9.4 => 4.9.6
* Bump pre-commit 4.5.1 => 4.6.0
* Bump pygments 2.19.2 => 2.20.0
* Bump pyinstaller 6.19.0 => 6.20.0
* Bump pyinstaller-hooks-contrib 2026.3 => 2026.4
* Bump pyinstaller[win32] 6.19.0 => 6.20.0
* Bump pyinstaller[win_amd64] 6.19.0 => 6.20.0
* Bump pyinstaller[win_arm64] 6.19.0 => 6.20.0
* Bump pytest 9.0.2 => 9.0.3
* Bump python-discovery 1.2.0 => 1.2.2
* Bump requests 2.33.0 => 2.33.1
* Bump rich 14.3.3 => 15.0.0
* Bump ruff 0.15.8 => 0.15.12
* Bump trove-classifiers 2026.1.14.14 => 2026.4.28.13
* Bump uv 0.11.1 => 0.11.8
* Bump virtualenv 21.2.0 => 21.3.0
* Bump zipp 3.23.0 => 3.23.1
Authored by: bashonly
2026-05-05 22:54:25 +00:00
bashonly
3a12be701c
[cleanup] Misc ( #16630 )
...
* Fix PyPy dependency issue with cffi
* Export requirements files from dependency groups
* Simplify bundle targets & rework build flow
* Code cleanup & type annotation fixes
* Update FFmpeg-Builds status in README
Authored by: bashonly
2026-05-05 22:00:57 +00:00
bashonly
2c28ee5d76
[devscripts] update_requirements: Add reporting functionality ( #16454 )
...
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.dev >
2026-04-10 23:48:52 +00:00
bashonly
5f6a214616
Add lockfile and pinned extras ( #16421 )
...
* Add `pin`, `pin-curl-cffi`, `pin-secretstorage` and `pin-deno` extras
* Check in a `uv.lock` for devs
* Add `devscripts/update_requirements.py` for dependency upgrades
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.dev >
2026-04-06 22:58:27 +00:00
bashonly
0f45ecc920
[rh:curl_cffi] Support curl_cffi 0.15.x ( #16429 )
...
* Remove the `curl-cffi-compat` extra
* Add impersonate targets missing from the curl_cffi 0.14.x bump
* Add curl-cffi to musllinux_aarch64 builds
* Migrate from delocate-fuse to delocate-merge
* Remove unnecessary wheel surgery step in macos build job
* Add macos_verify build job to verify on x86_64
Authored by: bashonly
2026-04-04 02:29:27 +00:00
bashonly
87eaf886f5
[build] Harden build/release workflows ( #16358 )
...
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.dev >
2026-03-28 00:10:58 +00:00
bashonly
a65349443b
[cleanup] Misc ( #15430 )
...
Authored by: bashonly, Grub4K, seproDev
Co-authored-by: sepro <sepro@sepr0.com >
Co-authored-by: Simon Sawicki <contact@grub4k.dev >
2026-01-29 16:22:35 +00:00
bashonly
9ab4777b97
[rh:curl_cffi] Support curl_cffi 0.14.x ( #15613 )
...
Closes #11860
Authored by: bashonly
2026-01-18 23:40:37 +00:00
bashonly
ab3ff2d5dd
[build] Harden CI/CD pipeline ( #15387 )
...
* NOTE: the release workflows' new handling of secrets
may be a breaking change for forks that are using any secrets
other than GPG_SIGNING_KEY or ARCHIVE_REPO_TOKEN.
Previously, the release workflow would try to resolve a token
secret name based on the `target` or `source` input,
e.g. NIGHTLY_ARCHIVE_REPO_TOKEN or CUSTOM_ARCHIVE_REPO_TOKEN,
and then fall back to using the ARCHIVE_REPO_TOKEN secret if the
resolved token secret name was not found in the repository.
This behavior has been replaced by the release workflow
always using the ARCHIVE_REPO_TOKEN secret as the token
for publishing releases to any external archive repository.
* Add zizmor CI job for auditing workflows
* Pin all actions to commit hashes instead of symbolic references
* Explicitly set GITHUB_TOKEN permissions at the job level
* Use actions/checkout with `persist-credentials: false` whenever possible
* Remove/replace template expansions in workflow scripts
* Remove all usage of actions/cache from build/release workflows
* Remove the cache-warmer.yml workflow
* Remove the unused download.yml workflow
* Set concurrency limits for any workflows that are triggered by PRs
* Avoid loading the entire secrets context
* Replace usage of `secrets: inherit` with explicit `secrets:` blocks
* Pin all external docker images to hash that are used by the build workflow
* Explicitly set `shell: bash` for some steps to avoid pwsh or set pipefail
* Ensure any pwsh steps will fail on non-zero exit codes
Authored by: bashonly
2025-12-30 21:05:10 +00:00
bashonly
29fe515d8d
[devscripts] install_deps: Align options/terms with PEP 735 ( #15200 )
...
Authored by: bashonly
2025-12-07 23:39:05 +00:00
bashonly
73922e66e4
[devscripts] Improve install_deps script ( #14766 )
...
Authored by: bashonly
2025-10-25 22:47:00 +00:00
bashonly
ae3923b6b2
[ci] Improve workflow checks ( #14316 )
...
Authored by: bashonly
2025-09-13 21:55:35 +00:00
bashonly
e2d37bcc8e
[build] Refactor Linux build jobs ( #14275 )
...
Authored by: bashonly
2025-09-13 21:20:28 +00:00
sepro
e6e6b51214
[docs] Clarify license of PyInstaller-bundled executables ( #14257 )
...
Closes #348
Authored by: seproDev
2025-09-07 01:17:02 +02:00
bashonly
cd94e70040
[build] Post-release workflow cleanup ( #14250 )
...
Authored by: bashonly
2025-09-06 05:41:43 +00:00
bashonly
50136eeeb3
[build] Overhaul Linux builds and refactor release workflow ( #13997 )
...
- Use `manylinux-shared` images for Linux builds
- Discontinue `yt-dlp_linux_armv7l`/`linux_armv7l_exe` release binary
- Add `yt-dlp_linux_armv7l.zip`/`linux_armv7l_dir` release binary
- Add `yt-dlp_musllinux` and `yt-dlp_musllinux_aarch64` release binaries
- Migrate `linux_exe` build strategy from staticx+musl to manylinux2014/glibc2.17
- Rewrite release.yml's "unholy bash monstrosity" as devscripts/setup_variables.py
Closes #10072 , Closes #10630 , Closes #10578 , Closes #13976 , Closes #13977 , Closes #14106
Authored by: bashonly
2025-09-05 22:38:20 +00:00
bashonly
66aa21dc5a
[build] Use macos-14 runner for macos builds ( #13814 )
...
Ref: https://github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/#macos-13-is-closing-down
Authored by: bashonly
2025-07-26 19:39:54 +00:00
bashonly
cc749a8a3b
[build] Exclude pkg_resources from being collected ( #13320 )
...
Closes #13311
Authored by: bashonly
2025-05-27 23:11:58 +00:00
bashonly
a886cf3e90
[build] Migrate py2exe builds to win_exe ( #11256 )
...
This commit removes py2exe support
Closes #10087
Authored by: bashonly
2024-10-22 04:20:20 +00:00
bashonly
4521f30d14
[build] Include curl_cffi in yt-dlp_linux
...
Authored by: bashonly
2024-07-09 18:36:15 -05:00
sepro
add96eb9f8
[cleanup] Add more ruff rules ( #10149 )
...
Authored by: seproDev
Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com >
Reviewed-by: Simon Sawicki <contact@grub4k.xyz >
2024-06-12 01:09:58 +02:00
bashonly
db50f19d76
[rh:requests] Bump minimum requests version to 2.32.2 ( #10079 )
...
Closes #10078
Authored by: bashonly
2024-06-01 18:57:23 +00:00
Simon Sawicki
3f7999533e
[rh:requests] Patch support for requests 2.32.2+ ( #9992 )
...
Authored by: Grub4K
2024-05-22 16:22:25 +02:00
bashonly
6e36d17f40
[build] Exclude requests from py2exe ( #9982 )
...
Authored by: bashonly
2024-05-20 23:01:17 +00:00
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 >
2024-04-28 22:19:25 +00:00
sepro
388c979ac6
[docs] Update yt-dlp tagline ( #9481 )
...
Authored by: seproDev, bashonly, coletdjnz, Grub4K, pukkandan
2024-03-19 18:14:04 +01:00
pukkandan
615a84447e
[cleanup] Misc ( #8968 )
...
Authored by: pukkandan, bashonly, seproDev
2024-03-11 00:52:28 +05:30
bashonly
a1b7784289
[build] Move bundle scripts into bundle submodule
...
Authored by: bashonly
2024-02-11 18:17:24 +01:00