14
0
forked from pool/python-ujson
Commit Graph

13 Commits

Author SHA256 Message Date
243d9d8f83 Accepting request 939939 from home:bnavigator:python-rpm-macros
- update to 4.3.0
  * Enable Windows on ARM64 target (#488) @nsait-linaro
- Release 4.2.0
  * Add a default keyword argument to dumps (#470) @garenchan
  * Add support for Python 3.10 (#472) @hugovk
  * Build 32-bit wheels for Windows (#481) @hugovk
  * Build PyPy3 wheels for manylinux (#475) @hugovk
  * Build wheels for musl aarch64 (aka ARM) Linux
    (musllinux_1_1_aarch64) (#478) @bwoodsend
  * Build wheels for musl Linux (musllinux_1_1_x86_64) (#476)
    @bwoodsend
  * Use declarative setup metadata (#477) @hugovk
  * Wheel building updates (#473) @hugovk
  * Rename master to main (#471) @hugovk
  * Replace README.rst with Markdown (#479) @hugovk
- Release 4.1.0
  * Add gcov coverage testing for C code (#457) @bwoodsend
  * Test Python 3.10-dev (#454) @hugovk
  * Remove unused variable (#459) @hugovk
  * Remove explicit handling of manylinux platform tag (#452)
    @bwoodsend
  * dconv no longer uses global instances of
    StringToDoubleConverter and (#469) @das-intensity
  * Switch shebang for the manylinux-wheels script (#465)
    @bwoodsend
  * Fix typos in error message (#449) @filipsalomonsson
- refresh python-ujson-system-double-conversion.patch
- Update requirements: removes unmaintained blist

OBS-URL: https://build.opensuse.org/request/show/939939
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=29
2021-12-11 23:51:56 +00:00
11ee84eda4 - update to 4.0.2:
* Travis CI: Test on 3.9 final, remove 3.8
  * Toward matching Python standard library output for float
  * Fix errors on reading long decimal floats
  * Fix #429: Make empty dict/list indented serialization match stdlib json
  * Fix dealing with None types

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=27
2021-02-01 18:20:26 +00:00
549ac51857 - update to 4.0.1:
* Fix UnicodeDecodeError on arm64/aarch64
  * Add support for Python 3.9
  * Drop support for EOL Python 3.5
  * Make PEP 384 compliant

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=25
2020-11-26 08:36:34 +00:00
712e4009cd - Update to 3.1.0:
* PEP 489 Multi Phase Init support (#418) @WillAyd
  * PyPy3 test fixes (#413) @mgorny

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=23
2020-08-03 05:25:10 +00:00
1fa7a29c7a - update to 3.0.0:
* Build Windows, macOS and manylinux wheels on CI and deploy to PyPI
  * Breaking change: New reject_bytes option to raise on bytes,
   defaults to True to align with json library. Set to False for
   old behaviour (#266) @elelay
  * Breaking change: Add an allow_nan keyword argument to dumps,
  defaults to True to align with json library. Set to False for old
  behaviour (#327) @segfault
  Specify setuptools_scm config in pyproject.toml (#399) @BenjaminSchubert
  * Remove python 2.x support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=21
2020-06-14 09:38:13 +00:00
Tomáš Chvátal
2eca1a05e2 Accepting request 789345 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/789345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=19
2020-03-28 18:06:24 +00:00
Tomáš Chvátal
75b21ef012 Accepting request 785388 from home:bnavigator:branches:devel:languages:python
- update to version 2.0.2
  Fix serialization issue (#382)
- reactivate Python 2 build 

Upstream still supports Python 2.7 and apparently it is needed eg.
by python-python-jsonrpc-server. See discussion in SR #785149

OBS-URL: https://build.opensuse.org/request/show/785388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=17
2020-03-16 05:43:08 +00:00
Tomáš Chvátal
8f8424f2ad Accepting request 783435 from home:pgajdos:python
- version update to 2.0.1
  Added
    Include license file in manifest (#288) @kszucs
    added "static" to C functions, where possible (#238) @WGH-
    bring back benchmark introduction (#234) @rdpate
    Add syntax highlighting to README (#255) @adamchainz
    Test on new Travis CPUs (#350) @hugovk
    Test on GitHub Actions (#348) @hugovk
    Test on Python 3.9-dev to avoid surprises (#349) @hugovk
    Use Release Drafter to draft releases (#365) @hugovk
    Deploy from GitHub Actions instead of Travis CI (#364) @hugovk
    Autodeploy to PyPI from Travis CI (#357) @hugovk
    Lint with pre-commit: Black, isort, Flake8 (#354) @hugovk
  Changed
    Use Google's double-conversion lib to fix floating-point precision when converting doubles to and from strings, improves double encoding by 4-5x (eb7d894) @Jahaja
    Reduce default buffer on stack size (#281) @ncopa
    Update ultrajsondec.c (#260) @markpiekarz
    Indent dict values (#217) @orivej
    Test with pytest (#363) @hugovk
    Less Travis (#361) @hugovk
    Update links (#356) @hugovk
    Tests: Remove unused, unmaintained blist (#362) @hugovk
    Only deploy sdist from Travis CI (#359) @hugovk
  Removed
    Drop EOL Python 2.5-2.6, 3.2-3.4 and add 3.7-3.8 (#298) @hugovk
    Remove serialization of date/datetime objects (50181f0) @Jahaja
    Remove double_precision encoding option and precise_float decoding option (eb7d894) @Jahaja
    Remove generic serialization of objects/iterables (53f85b1) @Jahaja
    Remove support for __json__ method on str (5f98f01) @Jahaja
    Remove blist tests (3a6ba52) @Jahaja

OBS-URL: https://build.opensuse.org/request/show/783435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=15
2020-03-10 14:38:08 +00:00
Tomáš Chvátal
9d1d0bc42a 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
2019-05-12 15:27:06 +00:00
Tomáš Chvátal
3540a5ffd0 - Do not depend on unittest2 it is not needed:
* no-unittest2.patch
- Really execute the tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=11
2018-08-10 11:16:17 +00:00
Todd R
4118f8c8fd Accepting request 491262 from home:TheBlackCat:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/491262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=9
2017-04-26 14:35:08 +00:00
d009a1e1b7 Accepting request 446683 from home:jengelh:branches:devel:languages:python
- Replace filler words in description

OBS-URL: https://build.opensuse.org/request/show/446683
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=3
2016-12-16 13:20:24 +00:00
Thomas Bechtold
6c276e01ff Accepting request 446652 from home:tbechtold:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/446652
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=1
2016-12-16 11:21:34 +00:00