Commit Graph

191 Commits

Author SHA1 Message Date
auouymous 62cbf7f970 update dependencies 2023-08-07 20:05:29 -06:00
auouymous a077b54082 Bump requests version. 2023-08-07 19:25:54 -06:00
auouymous 375a94a139 Fix typos found by codespell. 2023-07-19 02:30:44 -06:00
luzpaz 8a995cb097 Fix various typos
Found via `codespell -q 3 -S *.po -L bloc,extracter,parms`
2023-07-14 12:13:50 +00:00
auouymous 1452cacbd1 update dependencies 2023-02-17 19:01:45 -07:00
auouymous 0e27494361
Merge pull request #1433 from auouymous/remove-localdepends.py
Remove localdepends.py.
2022-11-18 10:44:45 +00:00
Teemu Ikonen d87ac85506 Fix 'W504 line break after binary operator' flake8 warnings
Fixed by running

autopep8 -i -r --select=W504 .

and some hand tuning.
2022-11-14 18:32:09 +02:00
Teemu Ikonen 6bd0bb0530 Remove unused imports and pass statements
Fixes flake8 error F401.
Most errors were fixed by running

autoflake -i -r --remove-all-unused-imports .

which also removes unnecessary 'pass' statements, some by hand-editing.
2022-11-14 18:32:09 +02:00
auouymous c90c58013d Remove localdepends.py.
As of https://github.com/gpodder/gpodder.github.io/pull/42, it is now
recommended to use pip to install tools/requirements.txt.
2022-11-07 22:51:07 -07:00
Eric Le Lay f5a8e54660 mac-ci: try known working setuptools version 2022-08-30 20:46:23 +02:00
auouymous b231243430 Fail if mac build has pip errors. 2022-08-29 03:26:18 -06:00
auouymous ce9a2a7103 Upgrade to newer version of 7-Zip for portable Windows build. 2022-08-02 19:22:36 -06:00
Eric Le Lay 5c28a39db1 macos: try again with python includedir 2022-07-28 16:35:36 +02:00
Eric Le Lay 295009703d macos: debug why pip doesn't use brotli and cryptodomex whl 2022-07-27 17:38:13 +02:00
auouymous a3e8816dcf sort and update dependencies 2022-07-13 19:00:29 -06:00
Eric Le Lay 7410d2c699
Merge pull request #1211 from gpodder/win-taskbar_progress-fix
without the ActivateTab, no progress bar (extended)
2022-06-30 07:52:47 +02:00
Eric Le Lay eb638b10fd win, mac packages: update to podcastparser 0.6.8 and mygpoclient 1.9 2022-06-23 19:29:06 +02:00
Eric Le Lay b9662ea9e6 windows: update comtypes to 1.1.11 2022-06-20 22:49:46 +02:00
Eric Le Lay ffbfeb5d92 macOS: updated to python 3.9 2022-03-07 21:46:00 +01:00
auouymous aa2459806e Use youtube-dl or yt-dlp for the youtube-dl extension. 2022-02-03 17:16:28 -07:00
Eric Le Lay 28d7c6ce36
Merge pull request #1126 from gpodder/win-comtypes
Add comtypes module to Windows build for the taskbar progress extension.
2021-11-06 16:12:27 +01:00
auouymous 634738d189 Bump podcastparser version for windows and mac builds. 2021-08-16 05:16:48 -06:00
auouymous cac8100ac7 Add comtypes module to Windows build for the taskbar progress extension. 2021-08-12 05:08:40 -06:00
Eric Le Lay 99c46e89e3
Merge pull request #1054 from blushingpenguin/master
use Gio for file system based device sync (allows mtp:// urls)
2021-07-23 15:04:59 +02:00
auouymous 328732b6cc update dependencies for windows build 2021-07-08 23:53:06 -06:00
blushingpenguin 5f6e3ac285 Merge branch 'master' of github.com:blushingpenguin/gpodder 2021-06-09 06:35:57 +01:00
blushingpenguin e93dcddb56 windows fixes 2021-06-08 20:55:56 +01:00
Eric Le Lay a03da3a982 upade urllib3 in windows package 2021-06-06 16:32:38 +02:00
dependabot[bot] 2a73fa3020
Bump urllib3 from 1.26.4 to 1.26.5 in /tools
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-05 12:36:39 +00:00
Teemu Ikonen 77a78d09c7 Add tools/requirements.txt
PyPI / pip dependencies for running gPodder.
2021-06-04 10:38:53 +03:00
auouymous ab2b02e893 bump requests version on windows 2021-06-01 04:08:40 -06:00
auouymous 84b9378d59 Use latest youtube-dl for Windows builds. 2021-05-22 00:57:43 -06:00
auouymous 9f02f7b925 Fix linting issues from #1018. 2021-05-01 19:09:39 -06:00
Eric Le Lay ac648e9021
build gPodder bundle from tools/mac-osx and downloaded generic bundle (#1018)
build gPodder bundle from tools/mac-osx and downloaded bundle
2021-05-01 14:22:52 +02:00
auouymous 98c7f69393 Switch from filemagic to python-magic for github releases.
https://github.com/aliles/filemagic was last updated in 2014, has 5
contributors and is used by 265. https://github.com/ahupp/python-magic
was updated this year, has 42 contributors and is used by 12522.
2021-04-09 20:26:22 -06:00
Eric Le Lay e30ef42e88 win: add all requests dependencies 2021-04-05 15:31:43 +02:00
Eric Le Lay f7414ec073 win: remove useless pip install in bootstrap 2021-03-31 22:04:02 +02:00
Eric Le Lay bd7fd1d8b2 Merge branch 'auouymous-release-prep'
See #994
2021-03-31 22:02:02 +02:00
auouymous 7b1ff12f19 Change to jaraco's pywin32-ctypes repo. 2021-03-31 22:00:37 +02:00
auouymous bcb8d592a8 Change to jaraco's pywin32-ctypes repo. 2021-03-30 17:54:20 -06:00
auouymous 100a6be3ab Bump deps for release. 2021-03-26 19:26:38 -06:00
shunf4 4a0a23f946 fix: win installer build: more accurate site_packages path 2 2020-12-01 18:30:03 +08:00
Eric Le Lay e78f54b0cb
Merge pull request #910 from shunf4/master
Fix working directory of retrieval of git revision in win32 installer build script
2020-11-30 21:05:07 +01:00
shunf4 e65f3a35c7 fix: win installer build: more accurate path to retrieve certifi certs 2020-11-28 00:50:12 +08:00
shunf4 279d1558a5 Merge branch 'master' of github.com:shunf4/gpodder into master 2020-11-27 16:52:33 +08:00
shunf4 72dfa8abaa fix: win installer build: correct version string generated from git 2020-11-27 16:51:58 +08:00
Eric Le Lay e632bfdbde Merge remote-tracking branch 'origin/master' into requests 2020-11-24 09:23:28 +01:00
Eric Le Lay cd9e1bcc58 win: install six using pacman (already installed actually) 2020-11-22 18:49:32 +01:00
Eric Le Lay b4a6df32d7 win: update python deps 2020-11-21 21:46:14 +01:00
Eric Le Lay d85fca7eda update windows deps 2020-11-10 16:40:54 +01:00