15
0

- Update to 0.4.14:

- revert support Apache JSON protocol and binary type, via
    2-#157.
  - Support Apache JSON protocol and binary type, via 2-#139.
  - Fix HTTP_URI typo in http.py, via 2-#148.
  - Support custom headers for HTTP, via 2-#149.
  - Support raising TApplicationException in user handlers, via
    2-#154.
  - Support include files with dot in name, via 2-#125.
- Add new SSL certificates in new_certs.tar.xz

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-thriftpy2?expand=0&rev=17
This commit is contained in:
2021-10-26 11:21:56 +00:00
committed by Git OBS Bridge
parent d53cb293eb
commit 3976c058fb
5 changed files with 28 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Oct 26 11:02:14 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 0.4.14:
- revert support Apache JSON protocol and binary type, via
2-#157.
- Support Apache JSON protocol and binary type, via 2-#139.
- Fix HTTP_URI typo in http.py, via 2-#148.
- Support custom headers for HTTP, via 2-#149.
- Support raising TApplicationException in user handlers, via
2-#154.
- Support include files with dot in name, via 2-#125.
- Add new SSL certificates in new_certs.tar.xz
-------------------------------------------------------------------
Thu Mar 26 11:07:36 UTC 2020 - pgajdos@suse.com