Commit graph

54 commits

Author SHA1 Message Date
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
Eric Le Lay bb30191350 add requests to windows deps 2020-07-12 18:07:26 +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
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 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 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 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 0f78fdc188 replace ca-certificates with more up to date certifi 2018-05-20 12:00:05 +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
Eric Le Lay 7ef8d74514 dump packages 2018-05-12 18:40:01 +02:00
Eric Le Lay f19acd22fe fix leftover Quod Libet reference 2018-05-10 21:57:20 +02:00
Eric Le Lay 5c54566dec win_installer: shorter names 2018-05-10 17:58:10 +02:00
Eric Le Lay 31f54fa730 win: install gpodder and gpo to separate package
to avoid gpodder/__init__.py running before them
2018-05-07 11:44:40 +02:00
Eric Le Lay 0e1a33067b win: convert README-PORTABLE.txt to unix 2018-05-06 18:45:50 +02:00
Eric Le Lay 4c3583e52f win: fix debug output to stderr 2018-05-06 18:42:00 +02:00