os-collect-config 13.1.0
We contentedly announce the release of:
os-collect-config 13.1.0: Collect and cache metadata, run hooks on changes.
The source is available from:
https://opendev.org/openstack/os-collect-config
Download the package from:
https://tarballs.openstack.org/os-collect-config/
For more details, please see below.
Changes in os-collect-config 13.0.1..13.1.0 -------------------------------------------
3a7d05a Drop six d1add68 Drop unused requirements a309852 Use py3 as the default runtime for tox 537440c setup.cfg: Replace dashes with underscores
Diffstat (except docs and test files) -------------------------------------
os_collect_config/cfn.py | 2 +- os_collect_config/zaqar.py | 3 +-- requirements.txt | 4 ---- setup.cfg | 6 +++--- tox.ini | 2 +- 7 files changed, 8 insertions(+), 13 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index c497bab..1ddb7c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -anyjson>=0.3.3 # BSD -eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT @@ -12 +9,0 @@ requests>=2.14.2 # Apache-2.0 -iso8601>=0.1.11 # MIT @@ -16 +12,0 @@ oslo.log>=3.36.0 # Apache-2.0 -six>=1.10.0 # MIT
participants (1)
-
no-reply@openstack.org