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,3 +1,35 @@
-------------------------------------------------------------------
Sat Dec 11 18:15:20 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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
-------------------------------------------------------------------
Mon Feb 1 18:19:31 UTC 2021 - Dirk Müller <dmueller@suse.com>