14
0

Accepting request 885485 from home:jayvdb:branches:devel:languages:python

- Fix runtime Requires, adding missing prefix python-
- Add Recommends python-redis and Suggests for python-boto3 and
  python-mongodb
- Activate integration tests, including redis
- Update to v0.6.2

OBS-URL: https://build.opensuse.org/request/show/885485
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-cache?expand=0&rev=11
This commit is contained in:
2021-04-17 14:11:44 +00:00
committed by Git OBS Bridge
parent 3b38d172b4
commit f19311d310
4 changed files with 38 additions and 11 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Apr 14 22:46:16 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Fix runtime Requires, adding missing prefix python-
- Add Recommends python-redis and Suggests for python-boto3 and
python-mongodb
- Activate integration tests, including redis
- Update to v0.6.2
* Explicitly include docs, tests, and examples in sdist
- from v0.6.1
* Handle errors due to invalid responses in BaseCache.urls
* Add recently renamed BaseCache.remove_old_entries() back, as an
alias with a DeprecationWarning
* Make parent dirs for new SQLite databases
* Add aws_access_key_id and aws_secret_access_key kwargs to
DynamoDbDict
* Update GridFSPickleDict.__delitem__ to raise a KeyError for
missing items
* Demote most logging.info statements to debug level
* Exclude test directory from find_packages()
* Make integration tests easier to run and/or fail more quickly in
environments where Docker isn't available
-------------------------------------------------------------------
Sat Apr 10 04:33:50 UTC 2021 - John Vandenberg <jayvdb@gmail.com>