ae000a Update python-databases to version 0.6.2 / rev 6 via SR 1037887

7 files Authored by dgarcia a year ago, Committed by Bernhard M. Wiedemann a year ago,
    Update python-databases to version 0.6.2 / rev 6 via SR 1037887
    
    https://build.opensuse.org/request/show/1037887
    by user dgarcia + dimstar_suse
    - Add patch sqlalchemy1442.patch to make it compatible with latest sqlalchemy
      gh#encode/databases#513
    - Remove python_module macro definition
    - Update to 0.6.2:
      * Pinned SQLAlchemy <=1.4.41 to avoid breaking changes (#520).
    - 0.6.1:
      * Improve typing for Transaction (#493)
      * Allow string indexing into Record (#501)
    - 0.6.0:
      * Dropped Python 3.6 support (#458)
      * Add _mapping property to the result set interface (#447 )
      * Add contributing docs (#453 )
      * Fix query result named access (#448)
      * Fix connections getting into a bad state when a task is cancelled (#457)
      * Revert #328 parallel transactions (#472)
      * Change extra installations to specific drivers (#436)
    - 0.5.5:
      * Revert the change of Record type to Sequence from Mapping(#408) to maintain
        backward compatibili
    
        
file modified
+0 -0
file modified
+32 -0
file removed
-1
file modified
+28 -0
file modified
+7 -7
file added
+48