Commit Graph

134 Commits (4903f452b68efb62dadf22e81be8c7934fc743e7)

Author SHA1 Message Date
Simon Sawicki f124fa4588
[ci] Concurrency optimizations ()
Authored by: Grub4K
bashonly f4b95acafc
Remove Python 3.7 support ()
Closes 
Authored by: bashonly
bashonly 24f827875c
[build] Make `secretstorage` an optional dependency ()
Authored by: bashonly
bashonly 5438593a35
[ci] Bump `actions/checkout` to v4
Authored by: bashonly
bashonly 9970d74c83
[build] Include secretstorage in Linux builds
Authored by: bashonly
bashonly 20314dd46f
[core] Include build origin in verbose output
Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
bashonly 1d03633c5a
[build] Overhaul and unify release workflow
Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
coletdjnz 8a8b54523a
[rh:requests] Add handler for `requests` HTTP library ()
Adds support for HTTPS proxies and persistent connections (keep-alive)

Closes https://github.com/yt-dlp/yt-dlp/issues/1890
Resolves https://github.com/yt-dlp/yt-dlp/issues/4070
Resolves https://github.com/ytdl-org/youtube-dl/issues/32549
Resolves https://github.com/ytdl-org/youtube-dl/issues/14523
Resolves https://github.com/ytdl-org/youtube-dl/issues/13734

Authored by: coletdjnz, Grub4K, bashonly
bashonly 700444c23d
[ci] Run core tests with dependencies
Authored by: bashonly, coletdjnz
Simon Sawicki 377e85a179
[cleanup] Misc ()
* Simplify nuxt regex
* Fix tmz quotes and tests
* Update test python versions

Authored by: dirkf, gamer191, Grub4K
Simon Sawicki 836e06d246
[core] Fix support for upcoming Python 3.12 ()
This also adds the following test runners:
- `3.12-dev` on `ubuntu-latest`
- `3.12-dev` on `windows-latest`
- `pypy-3.10` on `ubuntu-latest`

Authored by: Grub4K
Jorge 6355b5f1e1
[misc] Add CodeQL workflow ()
pukkandan a4486bfc1d
Revert "[misc] Add automatic duplicate issue detection"
This reverts commit 15b2d3db1d.
pukkandan ad54c9130e
[cleanup] Misc
Closes , Closes , Closes , Closes , Closes 
Authored by: mikf, freezboltz, pukkandan
pukkandan 15b2d3db1d
[misc] Add automatic duplicate issue detection
Simon Sawicki 23c39a4bea
[devscripts] `make_changelog`: Various improvements
- Make single items collapse into one line
- Don't hide "Important changes" in `<details>`
- Move upstream merge into priority
- Properly support comma separated prefixes

Authored by: Grub4K
bashonly b73193c99a
[build] Implement build verification using `--update-to`
Authored by: bashonly, Grub4K
bashonly c4efa0aefe
[build] Various build workflow improvements
- Wait for build before publishing to PyPI
- Do not run `meta_files` job if release is cancelled
- Customizable channel in release workflow
- Display badges above changelog

Authored by: bashonly, Grub4K
Simon Sawicki 44a79958f0
[build] Fix macOS target
Authored by: Grub4K
pukkandan 427a8fafbb
[build] Pin `pyinstaller` version for MacOS
Workaround for 
pukkandan 7accdd9845
[devscripts] `make_changelog`: Stop at `Release ...` commit
Closes 
Simon Sawicki 08ff6d59f9
[build] Only archive if `vars.ARCHIVE_REPO` is set
Authored by: Grub4K
bashonly 55676fe498
[build] Fix publishing to PyPI and homebrew
Closes 
Authored by: bashonly
bashonly 776d1c3f0c
[build] Add `cffi` as a dependency for `yt_dlp_linux`
Closes 
Authored by: bashonly
Simon Sawicki 12647e03d4
[build] Sign SHA files and release public key
Closes 
Authored by: Grub4K
Simon Sawicki 29cb20bd56
[build] Automated builds and nightly releases ()
Closes 
Authored by: Grub4K, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
shirt 365b900605
[Build] Update pyinstaller
pukkandan 71df9b7fd5
[cleanup] Misc
mlampe a6858cda29
[build] Make linux binary truly standalone using `conda` ()
Authored by: mlampe
MrOctopus 17fc3dc48a
[build] Create armv7l and aarch64 releases ()
Closes 
Authored by: MrOctopus, pukkandan
Sergey dc3028d233
[build] `py2exe`: Migrate to freeze API ()
Closes 
Authored by: SG5, pukkandan
Alex c789fb7787
[build, test] Harden workflows' security ()
Authored by: sashashura
Lesmiscore 7d61d2306e
[build] Replace `set-output` with `GITHUB_OUTPUT` ()
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Authored by: Lesmiscore
pukkandan 98d4ec1ef2
[build] Pin `py2exe` version
Workaround for 
shirt 9f9c85dda4
[Build] Update pyinstaller
pukkandan 81e0195998
[build] Fix changelog
Bug in c4b6c5c7c9
pukkandan 70b2340909
[build, devscripts] Add devscript to set a build variant
Closes 
shirt c4b6c5c7c9
[build] Improve build process ()
Authored by: shirt-dev
shirt 8ef5af1942
[build] Update pyinstaller
pukkandan 6929b41a21
Remove Python 3.6 support
Closes 
pukkandan 135f05ef66
Release 2022.07.18
pukkandan 258d88f301
[test] Split download tests so they can be more easily run in CI
pukkandan 28cdb605aa
[build] Fix bug in 6d916fe709
pukkandan b1f94422cc
[update] Ability to set a maximum version for specific variants
pukkandan c2c8921b41
[build] Draft release until complete
Related: 

:ci skip
Stefan Lobbenmeier 6d916fe709
[build] Standalone x64 builds for MacOS 10.9 ()
Authored by: StefanLobbenmeier
pukkandan 885fe351fb
[build] Fix release tag commit
bug in b5899f4f19
pukkandan 1ed70fd0b7
[build] Fix updating homebrew formula
bug in b5899f4f19
pukkandan e4afcfde08
[build] Add Linux standalone builds
pukkandan 2cb1982043
[utils] `locked_file`: Fix for PyPy on Windows