14
0

- Switch to pyproject macros.

- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-ubjson?expand=0&rev=13
This commit is contained in:
2025-06-11 06:31:00 +00:00
committed by Git OBS Bridge
commit e5384499df
5 changed files with 134 additions and 0 deletions

48
python-py-ubjson.changes Normal file
View File

@@ -0,0 +1,48 @@
-------------------------------------------------------------------
Wed Jun 11 05:57:23 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Thu Apr 22 20:14:34 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.16.1:
- Make recursion unit test work in PyPy also
- Don't use C extension under PyPy. (JIT-optimized pure-Python version is
considerably faster.)
-------------------------------------------------------------------
Tue Mar 24 07:26:32 UTC 2020 - pgajdos@suse.com
- version update to 0.15.0
* Fix decimal encoding bug/assert (reported by mgorny)
-------------------------------------------------------------------
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
- enable unit tests
-------------------------------------------------------------------
Tue Apr 9 14:48:11 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
- Update to 0.13.0
* Make package build reproducible (boo#1041090)
* Fix _ubjson_decode_value case statement fallthrough
-------------------------------------------------------------------
Mon Mar 25 15:09:44 UTC 2019 - Matěj Cepl <mcepl@suse.com>
- Initial packaging effort of 0.12.0