openstack-doc-tools 3.3.0
We are pumped to announce the release of: openstack-doc-tools 3.3.0: Tools for OpenStack Documentation The source is available from: https://opendev.org/openstack/openstack-doc-tools Download the package from: https://tarballs.openstack.org/openstack-doc-tools/ For more details, please see below. Changes in openstack-doc-tools 3.2.0..3.3.0 ------------------------------------------- 24fc79f Use unittest.mock instead of mock b161ecc [goal] Migrate testing to ubuntu focal Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 7 +++---- requirements.txt | 4 ++-- test-requirements.txt | 3 --- test/test_pipelines.py | 2 +- test/test_sitemap_file.py | 2 +- 5 files changed, 7 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4ee2b52..b631804 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ iso8601>=0.1.11 # MIT -lxml!=3.7.0,>=3.4.1 # BSD +lxml>=4.5.0 # BSD @@ -10 +10 @@ sphinx>=2.0.0,!=2.1.0 # BSD -PyYAML>=3.12 # MIT +PyYAML>=3.13 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 990511d..a96ceeb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,3 +15,0 @@ stestr>=2.0.0 # Apache-2.0 - -# mock object framework -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org