06abfb Update python-aioredis to version 2.0.1 / rev 2 via SR 950057

10 files Authored by StevenK 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update python-aioredis to version 2.0.1 / rev 2 via SR 950057
    
    https://build.opensuse.org/request/show/950057
    by user StevenK + dimstar_suse
    - Fix typo in Requires (closing curly bracket in
      Requires: python-typing_extensions}).
    
    - Add 0002-skip-acl-tests-on-old-servers.patch to skip some tests
      that fail on servers prior to Redis 6.2.0
    
    - Update to version 2.0.1
      * Features
        + Synchronized reading the responses from a connection (see #1106)
      * Fixes
        + Remove del from Redis (Fixes #1115) (see #1227)
        + Fix socket.error raises (see #1129)
        + Fix buffer is closed error when using PythonParser class (see #1213)
    - Changes from version 2.0.0
      * Features
        + Port redis-py's client implementation to aioredis. (see #891)
        + Make hiredis an optional dependency. (see #917)
    - Remove obsolete patches
      * aioredis-1.3.1-fix-tests-on-python38.patch
      * aioredis-1.3.1-fix-tests-on-python38-part2.patch
    - Add 0001-fix-geop
    
        
file modified
+0 -0
file modified
+29 -0
file removed
-1
file modified
+32 -0
file modified
+28 -25