Bump oslo.log version for py36/py37/py38

Change-Id: Id96899b3f029a06b9e5a8157e258ff37c46a8cb3
This commit is contained in:
zhangbailin 2022-06-04 14:27:19 +08:00
parent eda02a36e4
commit 6d5280c655
2 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,12 @@
- project:
templates:
- check-requirements
- release-notes-jobs-python3
- publish-openstack-docs-pti
check:
jobs:
- openstack-tox-pep8
- openstack-tox-py38
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-py38

View File

@ -7,7 +7,9 @@ pecan>=1.0.0,!=1.0.2,!=1.0.3,!=1.0.4,!=1.2 # BSD
WSME>=0.10.1 # MIT
eventlet>=0.26.0 # MIT
oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=4.6.0
oslo.log>=4.2.1;python_version=='3.6'
oslo.log>=4.2.1;python_version=='3.7'
oslo.log>=5.0.0;python_version=='3.8'
oslo.context>=2.9.0 # Apache-2.0
oslo.messaging>=10.3.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0