7a94eb Update python-cassandra-driver to version 3.26.0 / rev 21 via SR 1073727

7 files Authored by dgarcia a year ago, Committed by Bernhard M. Wiedemann a year ago,
    Update python-cassandra-driver to version 3.26.0 / rev 21 via SR 1073727
    
    https://build.opensuse.org/request/show/1073727
    by user dgarcia + dimstar_suse
    - Update to 3.26.0
      Features
      --------
      * Add support for execution profiles in execute_concurrent (PR 1122)
      Bug Fixes
      ---------
      * Handle empty non-final result pages (PR 1110)
      * Do not re-use stream IDs for in-flight requests (PR 1114)
      * Asyncore race condition cause logging exception on shutdown (PYTHON-1266)
      Others
      ------
      * Fix deprecation warning in query tracing (PR 1103)
      * Remove mutable default values from some tests (PR 1116)
      * Remove dependency on unittest2 (PYTHON-1289)
      * Fix deprecation warnings for asyncio.coroutine annotation in asyncioreactor (PYTTHON-1290)
      * Fix typos in source files (PR 1126)
      * HostFilterPolicyInitTest fix for Python 3.11 (PR 1131)
      * Fix for DontPrepareOnIgnoredHostsTest (PYTHON-1287)
      * tests.integration.simulacron.test_conne