Commit graph

140 commits

Author SHA1 Message Date
Eric Le Lay 818441d588 test server: add podcast with space in the filename, not encoded 2020-07-12 18:28:45 +02:00
Eric Le Lay bb30191350 add requests to windows deps 2020-07-12 18:07:26 +02:00
Eric Le Lay ef82eba85f add more cases to the test server 2020-07-12 17:07:42 +02:00
Eric Le Lay a55d221cb3 update youtube-dl and certifi deps 2020-06-16 21:02:33 +02:00
Eric Le Lay c8454cb87d fix #807 - outdated podcastparser on windows 2020-06-09 21:35:00 +02:00
Eric Le Lay ce94c09de7 fix linter warnings 2020-05-13 08:44:24 +02:00
Eric Le Lay 43de4c6eb6 update certifi 2020-04-14 16:56:40 +02:00
Eric Le Lay 35694aa4af win: update python deps 2020-03-22 19:51:46 +01:00
Eric Le Lay 9af3ab8766 fix #749 gpodder can't support custom installation path
fix based on 33e63c0f16
also contains b4e25cbf00
and 9dc501c05c
2020-02-16 16:22:00 +01:00
auouymous 8a13a19bdc Add executable bit for tools that should be executable. 2020-01-13 15:19:01 -07:00
auouymous 88a1a5950f Change shebang line to use /usr/bin/env 2020-01-13 15:07:43 -07:00
Eric Le Lay 0746dc2ff2 fix github_release.py usage 2019-09-29 16:34:38 +02:00
Eric Le Lay cc86fcc5f1 win: update certifi 2019-09-26 20:13:43 +02:00
Eric Le Lay 8be86ff094 win: update to latest youtube_dl 2019-09-14 18:04:51 +02:00
Eric Le Lay c34f23e23e dd youtube_dl to win installer 2019-08-17 18:35:45 +02:00
Eric Le Lay 63dc00ba76 fix #627 create-desktop-icon.py fails when the name of the Desktop dir is localized 2019-06-02 18:25:03 +02:00
Eric Le Lay a83ef6d65b
Merge pull request #598 from gpodder/win-add-mutagen
windows: add mutagen module
2019-05-30 11:50:51 +02:00
Eric Le Lay a9d7b70593 fix github_release.py when no author login 2019-04-06 17:11:04 +02:00
Eric Le Lay c957a6119f windows: add mutagen module 2019-01-26 12:57:00 +01:00
Eric Le Lay cc6148fdfc win_installer: add libidn2 for wget 2019-01-24 10:51:44 +01:00
Eric Le Lay 6c18ba071d appveyor: update libopenssl (1.0.2 installed) 2018-12-28 17:32:00 +01:00
Eric Le Lay 08510d734b windows: update python deps 2018-12-28 14:21:37 +01:00
Eric Le Lay 4de6b97b69 try fixing windows build
C:/msys64/usr/bin/wget.exe: error while loading shared libraries: msys-ssl-1.1.dll: cannot open shared object file: No such file or directory
2018-12-28 14:21:21 +01:00
Eric Le Lay ad86c35b9a fix download episodes requiring authentication 2018-12-15 17:02:16 +01:00
Eric Le Lay f51ef5a88e fix #571 unable to subscribe to authenticated podcast after redirect 2018-12-15 17:02:16 +01:00
Eric Le Lay 4bc1346d45 fix test-auth-server for python3 2018-12-15 14:47:06 +01:00
MarkusHackspacher 4fa86ba0b7 fix linter warning
set linelenght for check to 142
2018-09-15 20:11:18 +02:00
Eric Le Lay 7c40d4589c fix linter warning 2018-09-15 12:20:49 +02:00
Eric Le Lay b393d448ec add release script 2018-09-09 21:08:29 +02:00
Eric Le Lay 1407f22478 windows: update python deps 2018-09-05 21:19:28 +02:00
MarkusHackspacher d724b81218 fix E127 continuation line over-indented for visual indent
see #393
2018-08-14 23:26:38 +02:00
Eric Le Lay e9ab9ceb46 run isort on make lint 2018-07-29 14:45:34 +02:00
Eric Le Lay da847a8334 win_installer: need root python for create_launcher.py 2018-07-28 22:07:42 +02:00
Eric Le Lay b2b42614f4 win_installer: use build_python to have correct python version
otherwise the launcher is wrongly linked with python3.6m on appveyor
2018-07-28 21:53:05 +02:00
Eric Le Lay 0c1a88a441 add icon for notification-win32 2018-07-28 21:20:19 +02:00
MarkusHackspacher 735ec25fb7 not sort import gi and add isort to travis 2018-07-28 17:04:41 +02:00
Eric Le Lay c445a52ab1 fix #478 python lib-dynload modules can load libraries from other apps
call SetDllDirectoryW(gpodder/bin) at startup to ensure windows looks
in gpodder/bin before c:\Windows where there can been outdated versions
of zlib1.ddl, libeay32.dll, ssleay32.dll.
2018-07-28 14:27:48 +02:00
Eric Le Lay fd7036c459 work around python 3.7.0 2to3 bug with win32ctypes
see https://github.com/enthought/pywin32-ctypes/issues/81
also remove byreference alias to ctypes.byref
2018-07-28 14:09:04 +02:00
Eric Le Lay dc69d861ee python 3.7 compatibility 2018-07-28 10:08:09 +02:00
MarkusHackspacher 3ce9cd55e7 remove too many blank lines 2018-07-24 14:11:05 +02:00
MarkusHackspacher 82f41f4c21 sorting imports
with isort -y -rc
see #393
2018-07-24 11:08:10 +02:00
Eric Le Lay ec0df6544a
Windows build using appveyor (#467)
Same build script as manual build. See tools/win_installer
Only building i686 for now.
2018-05-27 13:33:27 +02:00
Eric Le Lay 92ce200438
Merge pull request #462 from MarkusHackspacher/style251
fix E251 unexpected spaces around keyword / parameter equals
2018-05-27 10:13:02 +02:00
Eric Le Lay 92dcb1c0c3 Merge branch 'master' into gtk3-win_installer 2018-05-27 10:05:11 +02:00
MarkusHackspacher 8eaa6a3c33 fix E251 unexpected spaces around keyword / parameter equals 2018-05-21 19:26:01 +02:00
Eric Le Lay 0f78fdc188 replace ca-certificates with more up to date certifi 2018-05-20 12:00:05 +02:00
MarkusHackspacher eecfd64f63 fix E261 at least two spaces before inline comment 2018-05-17 08:39:56 +02:00
Eric Le Lay ced216f514 win_installer: clone from source directory
to have a clean folder. Still possible to do install_gpodder  rsync
to rsync and not clone (to not have to commit everything each time)
2018-05-13 08:51:53 +02:00
Eric Le Lay a49d5a3df1 remove unused 6MB terminfo 2018-05-13 08:45:32 +02:00
Eric Le Lay 74bc2824c2 remove tcl libraries 2018-05-12 18:40:14 +02:00