Skip to content

Commit 436bebb

Browse files
committed
feat: add whool to fix build image + add schedules action
1 parent 9753864 commit 436bebb

File tree

7 files changed

+11
-3
lines changed

7 files changed

+11
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
pull_request:
1212
branches:
1313
- "release-4.5.X"
14-
14+
schedule:
15+
- cron: "0 1 * * WED"
1516

1617
env:
1718
TARGET: GHCR
@@ -47,7 +48,7 @@ jobs:
4748
type=raw,value={{branch}}-{{date 'YYYYMMDD'}}
4849
type=ref,event=tag
4950
type=ref,event=pr
50-
type=schedule,pattern=nightly
51+
type=schedule,pattern={{branch}}-nightly
5152
type=raw,value={{branch}}
5253
5354
- name: Setup build dir

15.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ XlsxWriter==1.1.2
4040
xlwt==1.3.0
4141
zeep==3.4.0
4242

43-
43+
whool==1.2.0
4444
# Not part of official requirements, but used by some addons
4545
# colorama==0.3.9
4646
gdata==2.0.18

15.0/extra_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ s3transfer==0.10.2
4242
tzlocal==5.2
4343
Unidecode==1.3.8
4444
yarl==1.9.4
45+

16.0/base_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cryptography==42.0.8 ; python_version >= '3.12' # (Noble) min 41.0.7, pinning 4
66
decorator==4.4.2
77
docutils==0.16
88
ebaysdk==2.1.5
9+
whool==1.2.0
910
freezegun==0.3.15; python_version >= '3.8'
1011
gevent==24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
1112
greenlet==3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)

17.0/base_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ decorator==5.1.1 ; python_version >= '3.11'
55
docutils==0.20.1 ; python_version >= '3.11'
66
ebaysdk==2.1.5
77
freezegun==1.2.1 ; python_version >= '3.11'
8+
whool==1.2.0
89
geoip2==2.9.0
910
gevent==24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
1011
greenlet==3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)

18.0/base_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cryptography==42.0.8 ; python_version >= '3.12' # (Noble) min 41.0.7, pinning 4
88
decorator==5.1.1 ; python_version >= '3.11'
99
docutils==0.20.1 ; python_version >= '3.11'
1010
freezegun==1.2.1 ; python_version >= '3.11'
11+
whool==1.2.0
1112
geoip2==2.9.0
1213
gevent==24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
1314
greenlet==3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)

18.0/extra_requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ s3transfer==0.10.2
4343
tzlocal==5.2
4444
Unidecode==1.3.8
4545
yarl==1.9.4
46+
47+
#Extra for enterprise
48+
pdfminer==20191125

0 commit comments

Comments
 (0)