15
0

- update to 1.3.1:

* GH#51 issue: include path params in signed path
- update to 1.3.0:
  * decouple from `requests` library
  * add support for MultipartEncoder
  * remove unnecessary shebangs and permissions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-edgegrid-python?expand=0&rev=4
This commit is contained in:
2024-01-08 20:56:26 +00:00
committed by Git OBS Bridge
parent 1afbeb2426
commit b212749258
4 changed files with 24 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 8 20:56:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.1:
* GH#51 issue: include path params in signed path
- update to 1.3.0:
* decouple from `requests` library
* add support for MultipartEncoder
* remove unnecessary shebangs and permissions
-------------------------------------------------------------------
Sat Dec 11 22:17:28 UTC 2021 - Dirk Müller <dmueller@suse.com>