aboutsummaryrefslogtreecommitdiff
path: root/devscripts/update-version.py
AgeCommit message (Collapse)Author
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-04-01[cleanup] Standardize `import datetime as dt` (#8978)pukkandan
2023-11-12[build] Overhaul and unify release workflowbashonly
Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2023-09-17[core] Fix support for upcoming Python 3.12 (#8130)Simon Sawicki
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
2023-05-20[build] Various build workflow improvementsbashonly
- 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
2023-03-05[cleanup] Miscpukkandan
2023-03-04Fix bug in 29cb20bd563c02671b31dd840139e93dd37150a1pukkandan
2023-03-03[build] Automated builds and nightly releases (#6220)Simon Sawicki
Closes #1839 Authored by: Grub4K, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2022-10-21[build] Replace `set-output` with `GITHUB_OUTPUT` (#5315)Lesmiscore
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Authored by: Lesmiscore
2022-08-09[build, devscripts] Add devscript to set a build variantpukkandan
Closes #4471
2022-08-09[devscripts] Create `utils` and refactorpukkandan
2022-06-25[cleanup] Consistent style for file headspukkandan
2022-04-12[cleanup] Sort importspukkandan
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
2022-04-12[cleanup] Upgrade syntaxpukkandan
Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
2021-12-23[cleanup] Misc cleanuppukkandan
Closes #1942 #1976 #2020 #2058 #1984
2021-11-29[build] Use `workflow_dispatch` for releasepukkandan
2021-11-29[build] Save Git HEAD at release alongside version infopukkandan
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix
Authored by: fstirlitz
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
2021-02-16[version] Set version number based on UTC time, not local timepukkandan
2021-02-09#64 Implement self updatershirt-dev
Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) Co-authored-by: pukkandan <pukkandan@gmail.com>
2021-01-29Refactor `update-version`, `pyinst.py` and related filespukkandan
* Refactor update-version * Moved pyinst, update-version and icon into devscripts * pyinst doesn't bump version anymore * Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]` * Add mutagen as requirement * Remove make_win and related files