Package Release Info

python-ujson-1.35-bp150.2.5

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-ujson
python3-ujson

Change Logs

Version: 1.35-1.46
* Fri Aug 10 2018 tchvatal@suse.com
- Do not depend on unittest2 it is not needed:
  * no-unittest2.patch
- Really execute the tests
* Wed Apr 26 2017 toddrme2178@gmail.com
- Implement single-spec version
- Fix source URL
- Run tests
- Add do_not_remove_build_directory_manually.patch
  This avoids deleting build directories that the single-spec
  macro system needs.
* Fri Dec 16 2016 jengelh@inai.de
- Replace filler words in description
* Fri Dec 16 2016 tbechtold@suse.com
- Initial packaging (version 1.35)
Version: 1.35-150100.3.8.1
* Tue May 02 2023 mmachova@suse.com
- Add CVE-2021-45958-fix-buffer-overflows.patch (bsc#1194261)
Version: 1.35-150100.3.5.1
* Wed Jul 27 2022 mcepl@suse.com
- (CVE-2022-31117; bsc#1201254) Add
  CVE-2022-31117-fix-double-free-str-decoding.patch avoiding
  double free while reallocating a buffer for string decoding
  (patch from gh#ultrajson/ultrajson@9c20de0f77b3).
* Wed Jul 20 2022 mcepl@suse.com
- (CVE-2022-31116; bsc#1201255) Add
  CVE-2022-31116-surrogate-chars.patch fixing improper decoding
  of escaped surrogate characters.