summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-04-18 14:53:12 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-04-19 12:51:25 -0500
commitb71959fc9232296463c9771ae8db7cb099f65704 (patch)
treec9aead272d74ce370b0d2c8885505312f76329e3
parented520b6e969c8860ad9c7488fdb6ca8100cc5862 (diff)
downloadrequests-cache-b71959fc9232296463c9771ae8db7cb099f65704.tar.gz
Update changelog and contributors
-rw-r--r--.github/workflows/build.yml8
-rw-r--r--CONTRIBUTORS.md9
-rw-r--r--HISTORY.md2
3 files changed, 11 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4ad4fd3..05fa56a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -49,8 +49,8 @@ jobs:
- name: Install dependencies
run: pip install ".[dev]"
- # Latest python version: Run unit tests with coverage and send to coveralls
- - name: Run unit tests with code coverage report
+ # Latest python version: Run tests with coverage and send to coveralls
+ - name: Run tests with code coverage report
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
# Run unit tests first (and with multiprocessing) to fail quickly if there are issues
run: |
@@ -62,8 +62,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github
- # All other python versions: just run unit tests
- - name: Run unit tests
+ # All other python versions: just run tests
+ - name: Run tests
if: ${{ matrix.python-version != env.LATEST_PY_VERSION }}
run: |
pytest --numprocesses=auto tests/unit
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index af63363..76bdab5 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -1,5 +1,6 @@
# Contributors
-Thanks to the following people for contributing patches and suggestions:
+Thanks to the following individuals for providing pull requests, feedback, and other
+contributions that have helped to improve requests-cache:
* [Aaron-mf1](https://github.com/aaron-mf1)
* [Alex Morega](https://github.com/mgax)
@@ -20,13 +21,14 @@ Thanks to the following people for contributing patches and suggestions:
* [Guangnan Cheng](https://github.com/chengguangnan)
* [Honza Javorek](https://github.com/honzajavorek)
* [Ilya](https://github.com/libbkmz)
-* [J Rob Gant ](https://github.com/rgant)
+* [J Rob Gant](https://github.com/rgant)
* [Jace Browning](https://github.com/jacebrowning)
-* [Jessy Williams ](https://github.com/jkwill87)
+* [Jessy Williams](https://github.com/jkwill87)
* [John Vandenberg](https://github.com/jayvdb)
* [Jürgen Hermann](https://github.com/jhermann)
* [Kieran W](https://github.com/FredHappyface)
* [Kristian Kvilekval](https://github.com/kgk)
+* [M Hellmund](https://github.com/MHellmund)
* [MBarkhau](https://github.com/mbarkhau)
* [Marc Abramowitz](https://github.com/msabramo)
* [Marius Gedminas](https://github.com/mgedmin)
@@ -42,6 +44,7 @@ Thanks to the following people for contributing patches and suggestions:
* [Paul Furley](https://github.com/paulfurley)
* [Philipp A.](https://github.com/flying-sheep)
* [Sebastian Höffner](https://github.com/shoeffner)
+* [Shiftinv](https://github.com/shiftinv)
* [Simon Biewald](https://github.com/Varbin)
* [Slin Lee](https://github.com/slinlee)
* [Stavros Korokithakis](https://github.com/skorokithakis)
diff --git a/HISTORY.md b/HISTORY.md
index 5618279..04d8ab4 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,7 +2,7 @@
### 0.6.3 (2021-TBD)
* Fix false positive warning with `include_get_headers`
-
+* Fix handling of `decode_content` parameter for `CachedResponse.raw.read()`
### 0.6.2 (2021-04-14)
* Explicitly include docs, tests, and examples in sdist