9d1bb3626b
I believe we need the following steps and it is what I did in past when we bump the Django minimum version. 1. (already done) update global-requirements.txt to allow horizon to update requirements.txt to include Django 3.2. 2. specify the required Django version which includes both 2.2 and 3.2 (at this point upper-constraints uses 2.2) 3. update upper-constraints.txt in the requirements repo to use Django 3.2 4. bump the min version of Django in horizon (optionally) update non-primary-django tests to include non-primary versions of Django. It seems you drops 2.2 support together when we support 3.2, so perhaps this step is not the case though. https://review.opendev.org/c/openstack/horizon/+/811412 directly updated the min version to Django 3.2 which is incompatible with the global upper-constraints.txt. To avoid this, https://review.opendev.org/c/openstack/horizon/+/815206 made almost all tests non-voting. I am not a fan of such approach and believe there is a way to make the transition of Django version more smoothly. --- This commit reverts the zuul configuration changes in https://review.opendev.org/c/openstack/horizon/+/815206 and https://review.opendev.org/c/openstack/horizon/+/811412. horizon-tox-python3-django32 is voting now as we are making it the default version. Change-Id: I60bb672ef1b197e657a8b3bd86d07464bcb1759f
78 lines
3.0 KiB
Plaintext
78 lines
3.0 KiB
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
# Order matters to the pip dependency resolver, so sorting this file
|
|
# changes how packages are installed. New dependencies should be
|
|
# added in alphabetical order, however, some dependencies may need to
|
|
# be installed in a specific order.
|
|
#
|
|
# PBR should always appear first
|
|
pbr>=5.5.0 # Apache-2.0
|
|
|
|
# Horizon Core Requirements
|
|
Babel>=2.6.0 # BSD
|
|
debtcollector>=1.2.0 # Apache-2.0
|
|
Django>=2.2,<3.3 # BSD
|
|
django-compressor>=2.4.1 # MIT
|
|
django-debreach>=1.4.2 # BSD License (2 clause)
|
|
django-pyscss>=2.0.2 # BSD License (2 clause)
|
|
futurist>=1.2.0 # Apache-2.0
|
|
iso8601>=0.1.11 # MIT
|
|
keystoneauth1>=4.3.1 # Apache-2.0
|
|
netaddr>=0.7.18 # BSD
|
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.i18n>=5.0.1 # Apache-2.0
|
|
oslo.policy>=3.2.0 # Apache-2.0
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
|
oslo.upgradecheck>=0.1.1 # Apache-2.0
|
|
oslo.utils>=4.8.0 # Apache-2.0
|
|
osprofiler>=2.3.0 # Apache-2.0
|
|
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
|
pyScss>=1.3.7 # MIT License
|
|
python-cinderclient>=8.0.0 # Apache-2.0
|
|
python-glanceclient>=2.8.0 # Apache-2.0
|
|
python-keystoneclient>=3.22.0 # Apache-2.0
|
|
python-neutronclient>=6.7.0 # Apache-2.0
|
|
python-novaclient>=9.1.0 # Apache-2.0
|
|
python-swiftclient>=3.2.0 # Apache-2.0
|
|
pytz>=2013.6 # MIT
|
|
PyYAML>=3.12 # MIT
|
|
requests>=2.25.1 # Apache-2.0
|
|
six>=1.16.0 # MIT
|
|
semantic-version>=2.3.1 # BSD
|
|
XStatic>=1.0.0 # MIT License
|
|
XStatic-Angular>=1.5.8.0 # MIT License
|
|
XStatic-Angular-Bootstrap>=2.2.0.0 # MIT License
|
|
XStatic-Angular-FileUpload>=12.0.4.0 # MIT License
|
|
XStatic-Angular-Gettext>=2.3.8.0 # MIT License
|
|
XStatic-Angular-lrdragndrop>=1.0.2.2 # MIT License
|
|
XStatic-Angular-Schema-Form>=0.8.13.0 # MIT
|
|
XStatic-Bootstrap-Datepicker>=1.3.1.0 # Apache 2.0 License
|
|
XStatic-Bootstrap-SCSS>=3.3.7.1 # Apache 2.0 License
|
|
XStatic-bootswatch>=3.3.7.0 # MIT License
|
|
XStatic-D3>=3.5.17.0 # BSD License (3 clause)
|
|
XStatic-Hogan>=2.0.0.2 # Apache 2.0 License
|
|
XStatic-Font-Awesome>=4.7.0.0 # SIL OFL 1.1 License, MIT License
|
|
XStatic-Jasmine>=2.4.1.1 # MIT License
|
|
XStatic-jQuery>=1.12.4.1,<2 # MIT License
|
|
XStatic-JQuery-Migrate>=1.2.1.1 # MIT License
|
|
XStatic-JQuery.quicksearch>=2.0.3.1 # MIT License
|
|
XStatic-JQuery.TableSorter>=2.14.5.1 # MIT License
|
|
XStatic-jquery-ui>=1.12.1.1 # MIT License
|
|
XStatic-JSEncrypt>=2.3.1.1 # MIT License
|
|
XStatic-mdi>=1.6.50.2 # SIL OPEN FONT LICENSE Version 1.1
|
|
XStatic-objectpath>=1.2.1.0 # MIT
|
|
XStatic-Rickshaw>=1.5.0.0 # BSD License (prior)
|
|
XStatic-roboto-fontface>=0.5.0.0 # Apache 2.0 License
|
|
XStatic-smart-table>=1.4.13.2 # MIT License
|
|
XStatic-Spin>=1.2.5.2 # MIT License
|
|
XStatic-term.js>=0.0.7.0 # MIT License
|
|
XStatic-tv4>=1.2.7.0 # MIT
|
|
|
|
# enmerkar is not a runtime requirement.
|
|
# It is only required when extracting translation strings.
|
|
# Most horizon plugins do not have enmerkar in their requirements.txt
|
|
# and they depends on horizon requirements, so we keep it here.
|
|
enmerkar>=0.7.1 # BSD
|