Commit graph

164 commits

Author SHA1 Message Date
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
Eric Le Lay 24c94d004a fix isort warnings 2020-09-07 11:48:48 +02:00
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