Blame python-aioredis.changes

ff1580
-------------------------------------------------------------------
9843eb
Fri May  6 07:35:03 UTC 2022 - Markéta Machová <mmachova@suse.com>
9843eb
9843eb
- mock is not needed
9843eb
9843eb
-------------------------------------------------------------------
06abfb
Thu Jan 27 07:43:19 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
06abfb
06abfb
- Fix typo in Requires (closing curly bracket in
06abfb
  Requires: python-typing_extensions}).
06abfb
06abfb
-------------------------------------------------------------------
06abfb
Tue Jan 25 18:49:02 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>
06abfb
06abfb
- Add 0002-skip-acl-tests-on-old-servers.patch to skip some tests
06abfb
  that fail on servers prior to Redis 6.2.0
06abfb
06abfb
-------------------------------------------------------------------
06abfb
Wed Jan 19 12:43:28 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>
06abfb
06abfb
- Update to version 2.0.1
06abfb
  * Features
06abfb
    + Synchronized reading the responses from a connection (see #1106)
06abfb
  * Fixes
06abfb
    + Remove del from Redis (Fixes #1115) (see #1227)
06abfb
    + Fix socket.error raises (see #1129)
06abfb
    + Fix buffer is closed error when using PythonParser class (see #1213)
06abfb
- Changes from version 2.0.0
06abfb
  * Features
06abfb
    + Port redis-py's client implementation to aioredis. (see #891)
06abfb
    + Make hiredis an optional dependency. (see #917)
06abfb
- Remove obsolete patches
06abfb
  * aioredis-1.3.1-fix-tests-on-python38.patch
06abfb
  * aioredis-1.3.1-fix-tests-on-python38-part2.patch
06abfb
- Add 0001-fix-geopos-test.patch to fix floatin point comparison
06abfb
  in geopos test
06abfb
06abfb
-------------------------------------------------------------------
ff1580
Sat Nov 28 05:21:09 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
ff1580
ff1580
- Remove dependency on hires
ff1580
- Skip test failures against Tumbleweed redis
ff1580
- Remove build dependencies used for development
ff1580
ff1580
-------------------------------------------------------------------
ff1580
Fri Jul  3 13:59:19 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
ff1580
ff1580
- Try to fix build on openSUSE Leap 15.2+ by adding new patch
ff1580
  aioredis-1.3.1-fix-tests-on-python38-part2.patch, but it does not
ff1580
  fix the issue. There seem to be also issues with redis 6.
ff1580
- Fix wrong URL tag.
ff1580
ff1580
-------------------------------------------------------------------
ff1580
Wed May  6 16:56:50 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
ff1580
ff1580
- fix build on openSUSE Tumbleweed
ff1580
  + Added aioredis-1.3.1-fix-tests-on-python38.patch to fix some tests
ff1580
    failing on python 3.8+
ff1580
ff1580
-------------------------------------------------------------------
ff1580
Fri Dec  6 17:23:17 UTC 2019 - Matthias Fehring <buschmann23@opensuse.org>
ff1580
ff1580
- update to version 1.3.1
ff1580
  + Fix transaction data decoding
ff1580
  + Fix duplicate calls to pool.wait_closed() upon create_pool() exception.
ff1580
  + Drop explicit loop requirement in API.
ff1580
    Deprecate loop argument.
ff1580
    Throw warning in Python 3.8+ if explicit loop is passed to methods.
ff1580
- update to version 1.3.0
ff1580
  + Added xdel and xtrim method which missed in commands/streams.py
ff1580
    and also added unit test code for them
ff1580
  + Add count argument to spop command
ff1580
  + Add support for zpopmax and zpopmin redis commands
ff1580
  + Add towncrier: change notes are now stored in CHANGES.txt
ff1580
  + Type hints for the library
ff1580
  + A few additions to the sorted set commands:
ff1580
    * the blocking pop commands: BZPOPMAX and BZPOPMIN
ff1580
    * the CH and INCR options of the ZADD command
ff1580
  + Added no_ack parameter to xread_group streams method in commands/streams.py
ff1580
  + Fix for sensitive logging
ff1580
  + Fix slow memory leak in wait_closed implementation
ff1580
  + Fix handling of instances were Redis returns null fields for a
ff1580
    stream message
ff1580
- spec file changes
ff1580
  + require pytest instead of pytest3 for building
ff1580
ff1580
-------------------------------------------------------------------
ff1580
Tue Sep 17 20:16:45 UTC 2019 - Matthias Fehring <buschmann23@opensuse.org>
ff1580
ff1580
- spec file changes:
ff1580
  + use python-pytest3 and python-pytest3-xdist as build requirements
ff1580
    as aioredis does not seem to support pytest > 4
ff1580
ff1580
-------------------------------------------------------------------
ff1580
Tue Jul  2 17:03:02 UTC 2019 - Matthias Fehring <buschmann23@opensuse.org>
ff1580
ff1580
- initial package version 1.2.0