Skip to content

Commit

Permalink
use planning release/2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Sep 10, 2024
1 parent e3dcbc0 commit 1e493f4
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 77 deletions.
138 changes: 82 additions & 56 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "superdesk",
"license": "GPL-3.0",
"dependencies": {
"superdesk-analytics": "github:superdesk/superdesk-analytics#v2.6.0",
"superdesk-analytics": "github:superdesk/superdesk-analytics#release/2.8",
"superdesk-core": "github:superdesk/superdesk-client-core#release/2.8",
"superdesk-planning": "github:superdesk/superdesk-planning#release/2.7"
"superdesk-planning": "github:superdesk/superdesk-planning#release/2.8"
},
"devDependencies": {
"@superdesk/build-tools": "^1.0.19"
Expand Down
4 changes: 2 additions & 2 deletions server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ python-xmp-toolkit>=2.0.1,<2.1
num2words==0.5.13

Superdesk-Core[exiv2] @ git+https://github.com/superdesk/superdesk-core.git@release/2.8#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@release/2.7#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-analytics.git@v2.6.0#egg=superdesk-analytics
git+https://github.com/superdesk/superdesk-planning.git@release/2.8#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-analytics.git@release/2.8#egg=superdesk-analytics
36 changes: 19 additions & 17 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ blinker==1.8.2
# flask-mail
# raven
# superdesk-core
boto3==1.35.1
boto3==1.35.15
# via superdesk-core
botocore==1.35.1
botocore==1.35.15
# via
# boto3
# s3transfer
Expand All @@ -40,15 +40,17 @@ cerberus==1.3.5
# via
# eve
# superdesk-core
certifi==2024.7.4
certifi==2024.8.30
# via
# elastic-apm
# elasticsearch
# requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via superdesk-core
# via
# reportlab
# superdesk-core
charset-normalizer==3.3.2
# via requests
ciso8601==2.3.1
Expand All @@ -73,7 +75,7 @@ cryptography==43.0.1
# via
# authlib
# jwcrypto
deepdiff==7.0.1
deepdiff==8.0.1
# via superdesk-planning
docopt==0.6.2
# via num2words
Expand Down Expand Up @@ -124,9 +126,9 @@ honcho==1.1.0
# via -r requirements.in
httplib2==0.22.0
# via oauth2client
icalendar==4.0.9
icalendar==5.0.13
# via superdesk-planning
idna==3.7
idna==3.8
# via requests
isodate==0.6.1
# via python3-saml
Expand Down Expand Up @@ -161,7 +163,7 @@ lxml==5.2.2
# python3-saml
# superdesk-core
# xmlsec
lxml-html-clean==0.1.1
lxml-html-clean==0.2.2
# via superdesk-core
markupsafe==2.0.1
# via
Expand All @@ -175,11 +177,11 @@ oauth2client==4.1.3
# via flask-oidc-ex
oauthlib==3.2.2
# via requests-oauthlib
ordered-set==4.1.0
orderly-set==5.2.2
# via deepdiff
packaging==24.1
# via gunicorn
pillow==10.3.0
pillow==10.4.0
# via
# reportlab
# superdesk-core
Expand All @@ -206,7 +208,7 @@ pymongo==3.11.4
# eve
# mongolock
# superdesk-core
pyparsing==3.1.2
pyparsing==3.1.4
# via httplib2
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -243,9 +245,9 @@ redis==5.0.8
# via
# celery
# superdesk-core
regex==2024.5.15
regex==2024.7.24
# via superdesk-core
reportlab==3.6.13
reportlab==4.2.2
# via superdesk-core
requests==2.32.3
# via
Expand All @@ -268,13 +270,13 @@ six==1.16.0
# isodate
# oauth2client
# python-dateutil
superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@v2.6.0
superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@release/2.8
# via -r requirements.in
superdesk-core[exiv2] @ git+https://github.com/superdesk/superdesk-core.git@release/2.8
# via
# -r requirements.in
# superdesk-core
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@release/2.7
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@release/2.8
# via -r requirements.in
types-python-dateutil==2.9.0.20240906
# via arrow
Expand All @@ -288,7 +290,7 @@ tzlocal==2.1
# via superdesk-core
unidecode==1.3.8
# via superdesk-core
urllib3==1.26.19
urllib3==1.26.20
# via
# botocore
# elastic-apm
Expand Down

0 comments on commit 1e493f4

Please sign in to comment.