1
0
Go to file
Nico Krapp 2ebeddf372 Accepting request 1190553 from home:mschreiner:branches:devel:languages:python
- Update to 2.23.4. 
- Changes from v2.23.4
  * fix:move random seed to HeavyKeeper to avoid issues.
  * Documented how to use fakeredis with FastAPI.
  * Using black for linting python code.
- Changes from v2.23.3
  * docs: Full code for FastAPI integration
  * Fix ttl for empty stream
- Changes from v2.23.2
  * Fix reading multiple streams with blocking
- Changes from v2.23.1
  * Fix `XREAD` behavior when `COUNT` is not provided but `BLOCKING`
    is provided
- Changes from v2.23.0
  * Support for TDigest commands:
    `TDIGEST.ADD`,`TDIGEST.BYRANK`,`TDIGEST.BYREVRANK`,`TDIGEST.CDF`,
    `TDIGEST.CREATE`, `TDIGEST.INFO`, `TDIGEST.MAX`, `TDIGEST.MERGE`,
    `TDIGEST.MIN`, `TDIGEST.QUANTILE`, `TDIGEST.RANK`,
    `TDIGEST.RESET`, `TDIGEST.REVRANK`, `TDIGEST.TRIMMED_MEAN`.
  * Import `Self` from typing vs. typing_extension
  * Update dependencies
  * Add redis-py 5.0.4 to tests
  * Update lupa version constraint
- Changes from v2.22.0
  * Support for setting LUA version from environment variable
  `FAKEREDIS_LUA_VERSION`
  * Support for loading LUA binary modules in fakeredis
  * Fix the type hint for the version parameter in the async client
  * Using LUA 5.1 like real redis
  * fix: FakeRedisMixin.from_url() return type is really Self.

OBS-URL: https://build.opensuse.org/request/show/1190553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=53
2024-07-31 12:37:43 +00:00
.gitattributes Accepting request 1190553 from home:mschreiner:branches:devel:languages:python 2024-07-31 12:37:43 +00:00
.gitignore Accepting request 1190553 from home:mschreiner:branches:devel:languages:python 2024-07-31 12:37:43 +00:00
fakeredis-2.21.0-gh.tar.gz Accepting request 1190553 from home:mschreiner:branches:devel:languages:python 2024-07-31 12:37:43 +00:00
fakeredis-2.23.4-gh.tar.gz Accepting request 1190553 from home:mschreiner:branches:devel:languages:python 2024-07-31 12:37:43 +00:00
python-fakeredis.changes Accepting request 1190553 from home:mschreiner:branches:devel:languages:python 2024-07-31 12:37:43 +00:00
python-fakeredis.spec Accepting request 1190553 from home:mschreiner:branches:devel:languages:python 2024-07-31 12:37:43 +00:00