14
0
forked from pool/python-ujson

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
This commit is contained in:
2021-12-11 23:51:56 +00:00
committed by Git OBS Bridge
parent 11ee84eda4
commit 243d9d8f83
5 changed files with 45 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
Index: ujson-2.0.1/setup.py
Index: ujson-4.3.0/setup.py
===================================================================
--- ujson-2.0.1.orig/setup.py 2020-03-08 09:02:52.000000000 +0100
+++ ujson-2.0.1/setup.py 2020-03-10 15:01:45.077782242 +0100
@@ -33,9 +33,9 @@ module1 = Extension(
--- ujson-4.3.0.orig/setup.py
+++ ujson-4.3.0/setup.py
@@ -15,9 +15,9 @@ module1 = Extension(
"./lib/ultrajsonenc.c",
"./lib/ultrajsondec.c",
],
@@ -13,4 +13,4 @@ Index: ujson-2.0.1/setup.py
+ extra_link_args=["-lstdc++", "-lm", "-ldouble-conversion"],
)
with open("python/version_template.h") as f: