14
0

Accepting request 1128334 from home:ecsos:python

- Update to 1.13
  * Fix handling of write_mode in dump functions (problem emerged discussing issue #191)
- Update to 1.12
  * Generate wheels on PyPI using final Python 3.12 release, thanks to cibuildwheel 2.16.2
- Update to 1.11
  * Use current master version of rapidjson
  * Use cibuildwheel 2.15.0
- Update to 1.10
  * Use current master version of rapidjson
  * Produce ppc64le wheels, thanks to mgiessing (PR #170)
  * Use cibuildwheel 2.12.1
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1128334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=20
This commit is contained in:
2023-11-23 13:09:56 +00:00
committed by Git OBS Bridge
parent 5e04e33d12
commit 2287251c45
4 changed files with 23 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-rapidjson
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,11 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
# check git submodule and update devel:libraries:c_c++/rapidjson
%define rjversion 1.1.0+git20211015.4d6cb081
%{?sle15_python_module_pythons}
Name: python-python-rapidjson
Version: 1.9
Version: 1.13
Release: 0
Summary: Python wrapper around rapidjson
License: MIT
@@ -29,7 +28,7 @@ URL: https://github.com/python-rapidjson/python-rapidjson
Source: https://github.com/python-rapidjson/python-rapidjson/archive/v%{version}.tar.gz#/python-rapidjson-%{version}.tar.gz
Patch0: rapidjson-system.patch
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module devel >= 3.6}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
BuildRequires: fdupes