14
0

6 Commits

Author SHA256 Message Date
1093b4c59a Accepting request 1308429 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1308429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simplejson?expand=0&rev=54
2025-10-02 17:18:49 +00:00
8e5797858f - Update to 3.20.2
* Add a test for the min and max floats
  * Disable speedups on GraalPy same as on PyPy
  * Update changelog and version for v3.20.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=104
2025-10-01 14:57:01 +00:00
73604bb9b7 Accepting request 1265492 from devel:languages:python
- update to 3.20.1:
  * Do not memoize keys before they are coerced to string
    https://github.com/simplejson/simplejson/pull/329

OBS-URL: https://build.opensuse.org/request/show/1265492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simplejson?expand=0&rev=53
2025-04-11 14:44:42 +00:00
67e1d3d18e - update to 3.20.1:
* Do not memoize keys before they are coerced to string
    https://github.com/simplejson/simplejson/pull/329

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=102
2025-03-30 08:04:28 +00:00
b1454246f4 Accepting request 1199460 from devel:languages:python
- update to 3.19.3:
  * Updated test & build matrix to include Python 3.13.
  * Dropped wheel support for Python 2.7 on macOS.
  * https://github.com/simplejson/simplejson/pull/326

OBS-URL: https://build.opensuse.org/request/show/1199460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simplejson?expand=0&rev=52
2024-09-09 12:43:24 +00:00
52eeb35507 - update to 3.19.3:
* Updated test & build matrix to include Python 3.13.
  * Dropped wheel support for Python 2.7 on macOS.
  * https://github.com/simplejson/simplejson/pull/326

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=100
2024-09-08 13:32:57 +00:00
4 changed files with 34 additions and 8 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Oct 1 13:57:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.20.2
* Add a test for the min and max floats
* Disable speedups on GraalPy same as on PyPy
* Update changelog and version for v3.20.2
-------------------------------------------------------------------
Sun Mar 30 08:03:39 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.20.1:
* Do not memoize keys before they are coerced to string
https://github.com/simplejson/simplejson/pull/329
-------------------------------------------------------------------
Sun Sep 8 13:32:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.19.3:
* Updated test & build matrix to include Python 3.13.
* Dropped wheel support for Python 2.7 on macOS.
* https://github.com/simplejson/simplejson/pull/326
-------------------------------------------------------------------
Mon Nov 27 18:46:13 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-simplejson
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-simplejson
Version: 3.19.2
Version: 3.20.2
Release: 0
Summary: Extensible JSON encoder/decoder for Python
License: AFL-2.1 OR MIT
@@ -26,8 +26,10 @@ Group: Development/Languages/Python
URL: https://github.com/simplejson/simplejson
Source: https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%python_subpackages
@@ -42,10 +44,10 @@ a speed boost.
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand rm -rf %{buildroot}%{$python_sitearch}/simplejson/tests/
%python_expand %fdupes %{buildroot}%{$python_sitearch}
@@ -55,6 +57,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%files %{python_files}
%license LICENSE.txt
%doc CHANGES.txt README.rst
%{python_sitearch}/simplejson*
%{python_sitearch}/simplejson
%{python_sitearch}/simplejson-%{version}.dist-info
%changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9eb442a2442ce417801c912df68e1f6ccfcd41577ae7274953ab3ad24ef7d82c
size 85311

3
simplejson-3.20.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fe7a6ce14d1c300d80d08695b7f7e633de6cd72c80644021874d985b3393649
size 85784