File tree Expand file tree Collapse file tree 4 files changed +23
-18
lines changed Expand file tree Collapse file tree 4 files changed +23
-18
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ branches:
8
8
- legacy
9
9
- experimental
10
10
11
- install : pip install tox
11
+ install : pip install -U pip tox
12
12
13
13
script : tox
14
14
15
15
stages :
16
- - name : static analysis
17
- - name : test
18
- - name : docs
19
- if : type = push AND branch = master AND fork = false
20
- - name : pypi-prod
21
- if : type = push AND fork = false AND tag =~ ^\d+\.\d+\.\d+
16
+ - name : static analysis
17
+ - name : test
18
+ - name : docs
19
+ if : type = push AND branch = master AND fork = false
20
+ - name : pypi-prod
21
+ if : type = push AND fork = false AND tag =~ ^\d+\.\d+\.\d+
22
22
23
23
jobs :
24
24
fast_finish : true
70
70
- stage : docs
71
71
language : node_js
72
72
node_js :
73
- - ' 10 '
73
+ - " 10 "
74
74
cache :
75
75
yarn : true
76
76
script :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
12
12
- Added delays after load cookie in login.util.py
13
13
- Added ` apidisplaypurposes about ` in ` smart_hashtags ` and new api token; Python3.5
14
14
- Added ` interact_user_likers ` interacting with the likers from a given user's posts
15
+ - Added second ` accept_igcookie_dialogue ` to handled the second "cookie accept screen" that is not automatically accepted
15
16
16
17
### Fixed
17
18
- Move call to ` get_following_status ` above ` web_address_navigator ` inside ` get_links_for_username ` function
Original file line number Diff line number Diff line change @@ -283,6 +283,9 @@ def login_user(
283
283
accept_igcookie_dialogue (browser , logger )
284
284
return True
285
285
286
+ # This fix comes from comment in #6060 If not necessary we can remove it
287
+ accept_igcookie_dialogue (browser , logger )
288
+
286
289
# if user is still not logged in, then there is an issue with the cookie
287
290
# so go create a new cookie.
288
291
if cookie_loaded :
Original file line number Diff line number Diff line change
1
+ api-display-purposes >= 0.0.3 ; python_version > '3.5'
1
2
certifi >= 2018.10.15
2
- chardet >= 3.0.4
3
+ chardet >= 3.0.4 , < 4
3
4
clarifai >= 2.4.1
4
- configparser >= 3.5.0
5
+ configparser >= 3.5.0 , < 4
5
6
EasyProcess >= 0.2.3
6
7
emoji >= 0.5.1
7
8
future >= 0.17.1
8
9
grpcio >= 1.16.1
9
- idna >= 2.7
10
+ idna >= 2.7 , < 3
10
11
jsonschema >= 2.6.0 ,< 3
12
+ MeaningCloud-python >= 1.1.1
11
13
plyer >= 1.3.1
12
- protobuf >= 3.6.1
14
+ protobuf >= 3.6.1 ,< 4
15
+ python-telegram-bot >= 12.0.0 ; python_version > '3.6'
13
16
PyVirtualDisplay >= 0.2.1 ; sys_platform != 'win32'
17
+ PyYAML >= 3.13
18
+ regex >= 2018.11.22
14
19
requests >= 2.20.1
15
20
selenium >= 3.141.0
21
+ setuptools_rust >= 0.11.6
16
22
six >= 1.11.0
17
23
urllib3 >= 1.24.1
18
- regex >= 2018.11.22
19
- MeaningCloud-python >= 1.1.1
20
- PyYAML >= 3.13
21
- webdriverdownloader
22
- python-telegram-bot >= 12.0.0
23
- api-display-purposes >= 0.0.3 ; python_version > '3.5'
24
+ webdriverdownloader >= 1.1.0.3
You can’t perform that action at this time.
0 commit comments