Blob Blame History Raw
-------------------------------------------------------------------
Fri May  6 07:35:03 UTC 2022 - Markéta Machová <mmachova@suse.com>

- mock is not needed

-------------------------------------------------------------------
Thu Jan 27 07:43:19 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

- Fix typo in Requires (closing curly bracket in
  Requires: python-typing_extensions}).

-------------------------------------------------------------------
Tue Jan 25 18:49:02 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>

- Add 0002-skip-acl-tests-on-old-servers.patch to skip some tests
  that fail on servers prior to Redis 6.2.0

-------------------------------------------------------------------
Wed Jan 19 12:43:28 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>

- 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-geopos-test.patch to fix floatin point comparison
  in geopos test

-------------------------------------------------------------------
Sat Nov 28 05:21:09 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

- Remove dependency on hires
- Skip test failures against Tumbleweed redis
- Remove build dependencies used for development

-------------------------------------------------------------------
Fri Jul  3 13:59:19 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>

- Try to fix build on openSUSE Leap 15.2+ by adding new patch
  aioredis-1.3.1-fix-tests-on-python38-part2.patch, but it does not
  fix the issue. There seem to be also issues with redis 6.
- Fix wrong URL tag.

-------------------------------------------------------------------
Wed May  6 16:56:50 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>

- fix build on openSUSE Tumbleweed
  + Added aioredis-1.3.1-fix-tests-on-python38.patch to fix some tests
    failing on python 3.8+

-------------------------------------------------------------------
Fri Dec  6 17:23:17 UTC 2019 - Matthias Fehring <buschmann23@opensuse.org>

- update to version 1.3.1
  + Fix transaction data decoding
  + Fix duplicate calls to pool.wait_closed() upon create_pool() exception.
  + Drop explicit loop requirement in API.
    Deprecate loop argument.
    Throw warning in Python 3.8+ if explicit loop is passed to methods.
- update to version 1.3.0
  + Added xdel and xtrim method which missed in commands/streams.py
    and also added unit test code for them
  + Add count argument to spop command
  + Add support for zpopmax and zpopmin redis commands
  + Add towncrier: change notes are now stored in CHANGES.txt
  + Type hints for the library
  + A few additions to the sorted set commands:
    * the blocking pop commands: BZPOPMAX and BZPOPMIN
    * the CH and INCR options of the ZADD command
  + Added no_ack parameter to xread_group streams method in commands/streams.py
  + Fix for sensitive logging
  + Fix slow memory leak in wait_closed implementation
  + Fix handling of instances were Redis returns null fields for a
    stream message
- spec file changes
  + require pytest instead of pytest3 for building

-------------------------------------------------------------------
Tue Sep 17 20:16:45 UTC 2019 - Matthias Fehring <buschmann23@opensuse.org>

- spec file changes:
  + use python-pytest3 and python-pytest3-xdist as build requirements
    as aioredis does not seem to support pytest > 4

-------------------------------------------------------------------
Tue Jul  2 17:03:02 UTC 2019 - Matthias Fehring <buschmann23@opensuse.org>

- initial package version 1.2.0