14
0
forked from pool/python-ujson

Accepting request 702493 from home:jayvdb:django

- Apply six patches from Gentoo:
  * ujson-1.35-fix-for-overflowing-long.patch
  * ujson-1.35-fix-ordering-of-orderdict.patch
  * ujson-1.35-sort_keys-segfault.patch
  * ujson-1.35-standard-handling-of-none.patch
  * ujson-1.35-test-depricationwarning.patch
  * ujson-1.35-use-static-where-possible.patch

OBS-URL: https://build.opensuse.org/request/show/702493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-05-12 15:27:06 +00:00
committed by Git OBS Bridge
parent 3540a5ffd0
commit 9d1d0bc42a
8 changed files with 978 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun May 12 13:09:01 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Apply six patches from Gentoo:
* ujson-1.35-fix-for-overflowing-long.patch
* ujson-1.35-fix-ordering-of-orderdict.patch
* ujson-1.35-sort_keys-segfault.patch
* ujson-1.35-standard-handling-of-none.patch
* ujson-1.35-test-depricationwarning.patch
* ujson-1.35-use-static-where-possible.patch
-------------------------------------------------------------------
Fri Aug 10 11:15:14 UTC 2018 - tchvatal@suse.com