Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add whool to fix build image + add schedules action #313

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
pull_request:
branches:
- "release-4.5.X"

schedule:
- cron: "0 1 * * WED"

env:
TARGET: GHCR
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
type=raw,value={{branch}}-{{date 'YYYYMMDD'}}
type=ref,event=tag
type=ref,event=pr
type=schedule,pattern=nightly
type=schedule,pattern={{branch}}-nightly
type=raw,value={{branch}}

- name: Setup build dir
Expand Down
2 changes: 1 addition & 1 deletion 15.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ XlsxWriter==1.1.2
xlwt==1.3.0
zeep==3.4.0


whool==1.2.0
# Not part of official requirements, but used by some addons
# colorama==0.3.9
gdata==2.0.18
Expand Down
1 change: 1 addition & 0 deletions 15.0/extra_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ s3transfer==0.10.2
tzlocal==5.2
Unidecode==1.3.8
yarl==1.9.4

1 change: 1 addition & 0 deletions 16.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cryptography==42.0.8 ; python_version >= '3.12' # (Noble) min 41.0.7, pinning 4
decorator==4.4.2
docutils==0.16
ebaysdk==2.1.5
whool==1.2.0
freezegun==0.3.15; python_version >= '3.8'
gevent==24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
greenlet==3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
Expand Down
1 change: 1 addition & 0 deletions 17.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ decorator==5.1.1 ; python_version >= '3.11'
docutils==0.20.1 ; python_version >= '3.11'
ebaysdk==2.1.5
freezegun==1.2.1 ; python_version >= '3.11'
whool==1.2.0
geoip2==2.9.0
gevent==24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
greenlet==3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
Expand Down
1 change: 1 addition & 0 deletions 18.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cryptography==42.0.8 ; python_version >= '3.12' # (Noble) min 41.0.7, pinning 4
decorator==5.1.1 ; python_version >= '3.11'
docutils==0.20.1 ; python_version >= '3.11'
freezegun==1.2.1 ; python_version >= '3.11'
whool==1.2.0
geoip2==2.9.0
gevent==24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
greenlet==3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
Expand Down
3 changes: 3 additions & 0 deletions 18.0/extra_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ s3transfer==0.10.2
tzlocal==5.2
Unidecode==1.3.8
yarl==1.9.4

#Extra for enterprise
pdfminer==20191125
Loading