forked from pool/python-requests-cache
- Update to v0.6.3 OBS-URL: https://build.opensuse.org/request/show/888188 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-cache?expand=0&rev=13
67 lines
2.5 KiB
Plaintext
67 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Apr 24 11:30:00 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.6.3
|
|
* Fix false positive warning with `include_get_headers`
|
|
* Fix handling of `decode_content` parameter for
|
|
`CachedResponse.raw.read()`
|
|
* Replace deprecated pymongo `Collection.count()` with
|
|
`estimated_document_count()`
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to v0.6.0
|
|
* See https://github.com/reclosedev/requests-cache/blob/master/HISTORY.md
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 10 10:50:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.5.2:
|
|
* Fix DeprecationWarning from collections #140
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 7 12:27:11 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 0.5.0
|
|
* Add gridfs support, thanks to @chengguangnan
|
|
* Add dynamodb support, thanks to @ar90n
|
|
* Add response filter #104, thanks to @christopher-dG
|
|
* Fix bulk_commit #78
|
|
* Fix remove_expired_responses missed in __init__.py #93
|
|
* Fix deprecation warnings #122, thanks to mbarkhau
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:53:42 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 28 17:27:40 UTC 2017 - alarrosa@suse.com
|
|
|
|
- Initial release
|
|
|