summaryrefslogtreecommitdiffstats
path: root/etc/upper-constraints.onap.txt
AgeCommit message (Collapse)AuthorFilesLines
2022-11-02[OOM] Add sphinx_toolbox for OOMefiacor1-0/+1
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie070ece8c9b0b5c84fe59c3499daa286d36b174e Issue-ID: OOM-3028
2022-09-05Add upper-constraints needed by oomCédric Ollivier1-0/+4
See comment in https://gerrit.onap.org/r/c/oom/+/130716 Issue-ID: DOC-798 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I21a035b8c9d7503dc6e82606da3c5dc5a0ccc477
2022-08-30Bump lfdocs-confLukasz Rajewski1-1/+1
lfdocs 0.7.0 requires sphinxcontrib-needs<=0.5.6 while ONAP upper constraints require 0.7.9. Version 0.8.0 removes this strict dependency on sphinxcontrib-needs Issue-ID: DOC-799 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Iff9a62ce07758e47504933c7f4f9b21eba131bf1
2022-08-29Revert downgrade sphinxcontrib-needsCédric Ollivier1-1/+1
We can now use the latest version as lfdocs-conf is now fixed [1]. [1] https://gerrit.linuxfoundation.org/infra/c/releng/docs-conf/+/70536 Issue-ID: DOC-782 Change-Id: Iaffaf0e8dd32a7b7ec994fb88f2c035097d0cca2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-08-25Temporarily downgrade sphinxcontrib-needsCédric Ollivier1-1/+1
As lfdocs-conf falsy forces 0.5.6 [1], we must temporarily downgrade the version till lfdocs-conf is fixed. [1] https://gerrit.linuxfoundation.org/infra/c/releng/docs-conf/+/70536 Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ie4ddd50c49290bbbf4bd8fa8a9a4f5e5878db93b
2022-08-24Upgrade upper-constraintsCédric Ollivier1-3/+2
It completes the upgrade to Yoga's upper-contraints.txt Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ic103ac24047160d6868ab165c488f6a6f73acb18
2021-09-29Remove indirect depsCédric Ollivier1-1/+1
It leverages the latest lfdocs-conf (0.7.7) updates Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Id2b63f273ddfb41487b6424e3d14fbdf4cbd837d
2021-09-28Split concreate and abstract dependenciesCédric Ollivier1-0/+7
It adds 2 upper-constraints to pin all the dependencies. It modifies a little bit the official upper-constraints.txt from OpenStack due to Sphinx (4.2.0 as asked by lfdocs-conf vs 3.5.2) and due to setuptools (58.1.0 as used in ONAP gates vs 54.1.1). In a long run, etc/upper-constraints.os.txt should be removed once ONAP is synced with OpenStack. For it's part, etc/upper-constraints.onap.txt should be centralized for all ONAP projects and then removed from this particular project. It should be noted that lfdocs-conf still mismatches concrete and abstract deps. Issue-ID: DOC-765 Change-Id: Iccf1e4cdab93acc9c55acb16cb11e3b3fcef3291 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>