提交 a7408ee8 编写于 作者: H Hou Tianze

Migrate OpenShift auth server to v3

上级 d67edcb3
### Version History:
- 1.5.8: Migrate the OpenShift auth server
- 1.5.8: Add `--move` flag to delete source files/directories on successfull transfers
- 1.5.7: Reduce multiprocess timeout to 49 days, to accommodate Python 3 on Windows
- 1.5.6: Downloading using downloader also retries
......
Version History:
~~~~~~~~~~~~~~~~
- 1.5.8: Migrate the OpenShift auth server
- 1.5.8: Add ``--move`` flag to delete source files/directories on
successfull transfers
- 1.5.7: Reduce multiprocess timeout to 49 days, to accommodate Python
......
......@@ -12,7 +12,7 @@ import os
# https://packaging.python.org/single_source_version/
__title__ = 'bypy'
__version__ = '1.5.8'
__version__ = '1.5.9'
__author__ = 'Hou Tianze'
__license__ = 'MIT'
__desc__ = 'Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘 Python 客户端'
......@@ -127,7 +127,8 @@ MaxSlicePieces = 1024
### Auth servers
GaeUrl = 'https://bypyoauth.appspot.com'
OpenShiftUrl = 'https://bypy-tianze.rhcloud.com'
#OpenShiftUrl = 'https://bypy-tianze.rhcloud.com'
OpenShiftUrl = 'https://bypyoauth-route-bypy.a3c1.starter-us-west-1.openshiftapps.com'
HerokuUrl = 'https://bypyoauth.herokuapp.com'
GaeRedirectUrl = GaeUrl + '/auth'
GaeRefreshUrl = GaeUrl + '/refresh'
......
{
"comment": "Update info",
"recommendedVersion": "1.5.8",
"recommendedVersion": "1.5.9",
"minimumRequiredVersion": "1.4.3"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册