Update git submodules

* Update cliff from branch 'master'
  to f782f42b94446a3401b644c93a9f120e77d5fb9e
  - Merge "Remove final use of pkg_resources"
  - Remove final use of pkg_resources
    
    'pkg_resources' is slow, while 'importlib.metadata' is the new shiny and
    is *much* faster. Recent version of 'importlib.metadata' - namely those
    found in Python 3.10 or provided by the 4.4 'importlib-metadata'
    backport - now provide the last bit of functionality we were missing to
    remove 'pkg_resources' entirely, namely the ability to map package names
    to modules. This is used for generating epilogs.
    
    The benefits of this are huge, yielding a near 40% decrease in runtime
    for the cliffdemo app (100mS after compared to 160mS) before.
    
    Change-Id: I934d8a196d76622671781643f36bdb8a07d2f319
    Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Zuul 2022-07-18 18:49:03 +00:00 committed by Gerrit Code Review
parent 76334fb9a4
commit c0c62e3c7e
1 changed files with 1 additions and 1 deletions

2
cliff

@ -1 +1 @@
Subproject commit 468d80e3ac49aacd24c37d8be89621a333c901c8
Subproject commit f782f42b94446a3401b644c93a9f120e77d5fb9e