Commit Graph

120 Commits (c25cac2f8e5fbac2737a426d7778fd2f0efc5381)

Author SHA1 Message Date
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
pukkandan 64fa820ccf
[cleanup] Misc fixes (see desc)
* [tvver] Fix bug in 6837633a4a - Closes 
* [rumble] Fix tests - Closes 
* [make] Remove `cat` abuse - Closes 
* [make] Revert  - Closes 
* [utils] Improve `get_elements_by_class` - Closes 
* [utils] Inherit `Namespace` from `types.SimpleNamespace`
* [utils] Use `re.fullmatch` for matching filters
* [jsinterp] Handle quotes in `_separate`
* [make_readme] Allow overshooting last line

Authored by: pukkandan, kwconder, MrRawes, Lesmiscore
pukkandan b5899f4f19
[build, cleanup] Refactor
Closes , 
pukkandan 7a96d0b39c
[build] More test-runners
* GHA does not cache python 3.6 for Windows, so use 3.8 instead
* Add tests for 3.11, PyPy3.8/3.9
* CPython 3.10 is now stable
* Do not pin Ubuntu to 18.04
shirt b46ccbc6d4
[build] Update pyinstaller to 4.10
shirt fc259cc249
[build] Update pyinstaller to 4.9
pukkandan 9e907ebddf
[cleanup] Misc cleanup
pukkandan 767f999b53
[build] Reduce dependency on third party workflows
Closes 
pukkandan a804f6d89c
[cleanup Fix some typos
* `MetadataFromFieldPP` is not deprecated!
* Wrong args to `MetadataFromFieldPP`
* Some mistakes in change log
* Type in build.yml causing release tag to be placed on wrong commit
pukkandan 75b725a7cc
[build] Use `workflow_dispatch` for release
pukkandan 13ab5fa586
[build] Fix MacOS Build
Closes 
pukkandan 36eaf3039a
[build] Save Git HEAD at release alongside version info
pukkandan 7144b697fc
Release 2021.11.10.1
:ci skip all
pukkandan 0930b11fda
[docs,cleanup] Improve docs and minor cleanup
Closes , , , , , , 
pukkandan 49a57e70a9
[cleanup] misc