14
0

- Update to 0.14.0:

- Fix DecoderException not including offset when C-extension in use, expose
    property for it.
  - Fix decoding via C extension reading too much data from file-like objects
  - Test suite exercises both pure & extension modules when extension enabled
  - Expand test suite to increase C extension (line) coverage
  - Remove need for pypandoc/rst (use original README.md)
  - Fix spelling errors in cli util (hoenn)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-ubjson?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-07-23 10:53:36 +00:00
committed by Git OBS Bridge
parent 553cdd71ef
commit e05bde0cb7
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 23 10:52:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.14.0:
- Fix DecoderException not including offset when C-extension in use, expose
property for it.
- Fix decoding via C extension reading too much data from file-like objects
- Test suite exercises both pure & extension modules when extension enabled
- Expand test suite to increase C extension (line) coverage
- Remove need for pypandoc/rst (use original README.md)
- Fix spelling errors in cli util (hoenn)
-------------------------------------------------------------------
Fri Jun 7 08:28:55 UTC 2019 - pgajdos@suse.com