14
0

Accepting request 824104 from home:mcalabkova:branches:devel:languages:python

- update to 1.5.1
  * Fix python 2.7 compatibility
  * Rename test file for pytest
  * Add tests via github actions
  * Format code with black
  * Add set_content_length flag to disable on demand setting Content-Length

OBS-URL: https://build.opensuse.org/request/show/824104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-file?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-08-06 05:39:07 +00:00
committed by Git OBS Bridge
parent cd07588c57
commit 93dc5b3f00
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 3 10:42:35 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.5.1
* Fix python 2.7 compatibility
* Rename test file for pytest
* Add tests via github actions
* Format code with black
* Add set_content_length flag to disable on demand setting Content-Length
-------------------------------------------------------------------
Tue Dec 4 12:53:43 UTC 2018 - Matej Cepl <mcepl@suse.com>