forked from pool/python-simplejson
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b1454246f4 | |||
| 52eeb35507 |
@@ -1,10 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Sun Sep 8 13:32:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-simplejson
|
# spec file for package python-simplejson
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-simplejson
|
Name: python-simplejson
|
||||||
Version: 3.20.1
|
Version: 3.19.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensible JSON encoder/decoder for Python
|
Summary: Extensible JSON encoder/decoder for Python
|
||||||
License: AFL-2.1 OR MIT
|
License: AFL-2.1 OR MIT
|
||||||
@@ -26,10 +26,8 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/simplejson/simplejson
|
URL: https://github.com/simplejson/simplejson
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pip}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -44,10 +42,10 @@ a speed boost.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
%pyproject_wheel
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%python_install
|
||||||
%python_expand rm -rf %{buildroot}%{$python_sitearch}/simplejson/tests/
|
%python_expand rm -rf %{buildroot}%{$python_sitearch}/simplejson/tests/
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
@@ -57,7 +55,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc CHANGES.txt README.rst
|
%doc CHANGES.txt README.rst
|
||||||
%{python_sitearch}/simplejson
|
%{python_sitearch}/simplejson*
|
||||||
%{python_sitearch}/simplejson-%{version}.dist-info
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
simplejson-3.19.3.tar.gz
LFS
Normal file
BIN
simplejson-3.19.3.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e64139b4ec4f1f24c142ff7dcafe55a22b811a74d86d66560c8815687143037d
|
|
||||||
size 85591
|
|
||||||
Reference in New Issue
Block a user