Commit Graph

32 Commits (f37468c41fcdb63093dee5ef800609b9ad07357a)

Author SHA1 Message Date
Pccode66 7a5c1cfe93
Completely change project name to yt-dlp ()
* 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
pukkandan 2a86f3da07 [build] Publish on PyPi only if token is set
This allows forks to easily build releases
:ci skip all
shirt-dev 55e36f035c
Build improvements
* Lock all python package versions to the last officially supported releases for x86
* Bugfix for UNIX hash output
* Use wheels to avoid compilation of python packages
* Hash calculation on Windows now uses PowerShell rather than the legacy certutil

Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
shirt-dev 47930b73a5
Fix build.yml hashing and crypto support ()
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
pukkandan e5813e53f0 Improve build/updater
* Fix `get_executable_path` in UNIX
* Update `x86.exe` correctly
* Exit immediately in windows once the update process starts so that the file handle is released correctly
* Show `exe`/`zip`/`source` and 32/64bit in verbose message
* Look for both `yt-dlp` and `youtube-dlc` in releases. This ensures that the updater will keep working when the binary name is changed to yt-dlp
* Disable pycryptodome in win_x86 since it causes `distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 10.0 is required`
shirt-dev 5d25607a3a
Change optional dependency from `Crypto` to `pycryptodome` (Closes )
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev)

pycryptodome is an in-place replacement for Crypto and is more actively developed
pukkandan b3943b2f33 [pyinst.py] Move back to root dir (Closes )
pukkandan 06ff212d64 [documentation] Crypto is an optional dependency
pukkandan e38df8f9fa Refactor `update-version`, `pyinst.py` and related files
* 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
pukkandan 66c935fb16 Linter and misc cleanup
:ci skip dl
pukkandan 4ff5e98991 More badges
:ci skip all
pukkandan 298f597b4f Release 2021.01.16
pukkandan 7bc877a20d Add PyPI release
pukkandan b2f70ae74e Update version badge automatically in README
Uses: https://github.com/Schneegans/dynamic-badges-action
pukkandan c76eb41bb9 Preparing for release
Tom-Oliver Heidel d052b9a112
[skip travis] typo
Tom-Oliver Heidel da8fb75df5
[skip travis] adjust python versions
Tom-Oliver Heidel 651bae3d23
Merge pull request from blackjack4494/release
workflow file
Tom-Oliver Heidel 5943bb6214
[skip travis] update workflow - sha file
Tom-Oliver Heidel 764876a01f
[skip travis] select python 3.8 in workflow file
Tom-Oliver Heidel da6403d340
[skip travis] finalised workflow
Tom-Oliver Heidel 9891884768
[skip travis] half done workflow
Tom-Oliver Heidel 93721ed09c
[skip travis] typo
Tom-Oliver Heidel 8a28bd24dd
[skip travis] publish right after unix build
Tom-Oliver Heidel c74618a0c2
[skip travis] update workflow
Tom-Oliver Heidel 79bd208428
[skip travis] apply version as tag name
Tom-Oliver Heidel 94b89122c6
[skip travis] pypi needs make
Tom-Oliver Heidel eb98353bdd
[skip travis] adjust available python version
Unknown 7e8772bf82 Merge remote-tracking branch 'origin/master'
Tom-Oliver Heidel f97123d28c
[skip travis] added two spaces
Tom-Oliver Heidel 5bf3bb22d6
[skip travis] new workflow
Unknown 915f2a92ac update workflow, semi fix integrated updater