Matej Cepl
7ec4036add
- Update to 1.8.1 * fix: allow redis 4.3.* by @terencehonles in #30 - Release 1.8 * Fix handling url with username and password by @cunla in #27 * Refactor tests by @cunla in #28 - Release 1.7.6 * add IMOVE operation by @BGroever in #11 * Add SMISMEMBER command by @OlegZv in #20 * fix: work with redis.asyncio by @zhongkechen in #10 * Migrate to poetry by @cunla in #12 * Create annotation for redis4+ tests by @cunla in #14 * Make aioredis and lupa optional dependencies by @cunla in #16 * Remove aioredis requirement if redis-py 4.2+ by @ikornaselur in #19 OBS-URL: https://build.opensuse.org/request/show/982135 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=15
84 lines
2.9 KiB
Plaintext
84 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jun 11 11:17:33 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 1.8.1
|
|
* fix: allow redis 4.3.* by @terencehonles in #30
|
|
- Release 1.8
|
|
* Fix handling url with username and password by @cunla in #27
|
|
* Refactor tests by @cunla in #28
|
|
- Release 1.7.6
|
|
* add IMOVE operation by @BGroever in #11
|
|
* Add SMISMEMBER command by @OlegZv in #20
|
|
* fix: work with redis.asyncio by @zhongkechen in #10
|
|
* Migrate to poetry by @cunla in #12
|
|
* Create annotation for redis4+ tests by @cunla in #14
|
|
* Make aioredis and lupa optional dependencies by @cunla in #16
|
|
* Remove aioredis requirement if redis-py 4.2+ by @ikornaselur in
|
|
#19
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 23 20:36:18 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.7.0
|
|
* Change a number of corner-case behaviours to match Redis 6.2.6.
|
|
* Fix DeprecationWarning for sampling from a set
|
|
* Improved support for constructor arguments
|
|
* Support redis-py 4
|
|
* Add support for GET option to SET
|
|
* PERSIST and EXPIRE should invalidate watches
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 17 13:22:19 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 1.6.1
|
|
* #305 Some packaging modernisation
|
|
* #306 Fix FakeRedisMixin.from_url for unix sockets
|
|
* #308 Remove use of async_generator from tests
|
|
- Release 1.6.0
|
|
* #304 Support aioredis 2
|
|
* #302 Switch CI from Travis CI to Github Actions
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 29 10:49:15 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- update to 1.5.2
|
|
* support python 3.9
|
|
* support aioredis
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 20 12:31:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Disable py2 as upstream actually disabled python2 support competely
|
|
* The syntax simply is not compatible
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 19 22:43:55 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
|
|
|
- Update to 1.3.0:
|
|
* No upstream changelog
|
|
- python2 tests are dysfunctional, test with python3 only
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 07:55:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.0.5:
|
|
* No upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 21 14:33:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.0.4:
|
|
* various bugfixes all around
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 31 08:58:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v1.0.3
|
|
* Support for redis 3.2
|
|
(no effective changes in v1.0.2)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 16 16:32:39 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.0.1
|