14
0

- Update to version 1.1.1:

* Handle cases where Content-Type is defined as bytes rather than
   string. (#25)
  * Allow for app mohawk sender parameter configuration.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-hawk?expand=0&rev=12
This commit is contained in:
Antoine Belvire
2021-06-05 20:54:40 +00:00
committed by Git OBS Bridge
parent 6590ea235b
commit 2dbc76401c
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jun 5 20:37:41 UTC 2021 - Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 1.1.1:
* Handle cases where Content-Type is defined as bytes rather than
string. (#25)
* Allow for app mohawk sender parameter configuration.
-------------------------------------------------------------------
Thu Jun 3 12:25:12 UTC 2021 - pgajdos@suse.com