14
0

Accepting request 828321 from home:jayvdb:py-new

- Remove gevent-mark-tests.patch and LICENSE-MIT that are
  now incorporated upstream
- Update to v1.4.4
  * Add kwargs to exception objects representation
- from v1.4.3
  * Fix Unhandled UnicodeDecodeError exception if response with
    status 400 and request contains binary payload
- from v1.4.0
  * httpparser: update http parser to 2.9.4

OBS-URL: https://build.opensuse.org/request/show/828321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-geventhttpclient?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-08-21 08:30:16 +00:00
committed by Git OBS Bridge
parent c779bc3429
commit 434a679206
6 changed files with 19 additions and 99 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Aug 1 05:08:20 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Remove gevent-mark-tests.patch and LICENSE-MIT that are
now incorporated upstream
- Update to v1.4.4
* Add kwargs to exception objects representation
- from v1.4.3
* Fix Unhandled UnicodeDecodeError exception if response with
status 400 and request contains binary payload
- from v1.4.0
* httpparser: update http parser to 2.9.4
-------------------------------------------------------------------
Tue Jan 14 11:07:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>