591711 Update python-sqlite-utils to version 3.38 / rev 7 via SR 1254406

6 files Authored by mcepl 4 months ago, Committed by Bernhard M. Wiedemann 4 months ago,
    Update python-sqlite-utils to version 3.38 / rev 7 via SR 1254406
    
    https://build.opensuse.org/request/show/1254406
    by user mcepl + anag+factory
    - Clean up the SPEC file.
    - Update to 3.38
      * Plugins can now reuse the implementation of the ``sqlite-utils memory``
        CLI command with the new ``return_db=True`` parameter. (:issue:`643`)
      * ``table.transform()`` now recreates indexes after transforming a table.
        A new ``sqlite_utils.db.TransformError`` exception is raised if these
        indexes cannot be recreated due to conflicting changes to the table
        such as a column rename. Thanks, Mat Miller. (:issue:`633`)
      * ``table.search()`` now accepts a ``include_rank=True`` parameter, causing
        the resulting rows to have a ``rank`` column showing the calculated relevance
        score. Thanks, `liunux4odoo <https://github.com/liunux4odoo>`__. (`#628`)
      * Fixed an error that occurred when creating a strict table with at least
        one
    
        
file modified
+0 -0
file modified
+36 -0
file modified
+36 -0
file modified
+14 -8