From f77a7f9928d1156450c48045c48597b2feec9cc1 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Wed, 16 Jun 2021 09:23:58 +0200 Subject: [PATCH] Bump os-resource-classes deps to 1.0.0 Placement wants to always use the latest os-traits and os-resource-classes libs. See Idd4920885b10f0b21b2b67d9526f1048b06f7db5 . The reason of the os-resource-classes major bump was dropping python 2 support: $ git log 0.5.0..1.0.0 --oneline 3dd3506 (tag: 1.0.0) Switch to hacking 2.x b99ab33 setup.cfg: Configure 'python-requires' 50b4160 Stop testing with py2 19b3411 Switch to Ussuri jobs aaccfd9 Bump the openstackdocstheme extension to 1.20 fcd1be5 Merge "Build pdf docs" 432563f Merge "Update bug link in docs to point to storyboard" 718adcc Update the constraints url 65b74ff Build pdf docs 040e9c1 Update bug link in docs to point to storyboard 367698e Merge "Update api-ref link to canonical location" d616e55 Update api-ref link to canonical location 8866073 Sync Sphinx requirement 4387894 Update api-ref location Placement already dropped that so no extra measures needed. Change-Id: I826ee41f7ef01c936d669024c6802091eb9c3bed --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index e6a552bc7..1f71b24cd 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -32,7 +32,7 @@ msgpack-python==0.5.6 netaddr==0.7.18 netifaces==0.10.4 os-client-config==1.29.0 -os-resource-classes==0.5.0 +os-resource-classes==1.0.0 os-service-types==1.2.0 os-traits==2.5.0 oslo.concurrency==3.26.0 diff --git a/requirements.txt b/requirements.txt index 0a01ec468..15b144145 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,6 +21,6 @@ oslo.policy>=3.6.0 # Apache-2.0 oslo.middleware>=3.31.0 # Apache-2.0 oslo.upgradecheck>=1.3.0 # Apache-2.0 # NOTE(efried): Sync lower-constraints.txt for os-traits & os-resource-classes. -os-resource-classes>=0.5.0 # Apache-2.0 +os-resource-classes>=1.0.0 # Apache-2.0 os-traits>=2.5.0 # Apache-2.0 microversion-parse>=0.2.1 # Apache-2.0