diff --git a/.python-ujson.metadata b/.python-ujson.metadata index da3f7c5..cf5d055 100644 --- a/.python-ujson.metadata +++ b/.python-ujson.metadata @@ -1 +1 @@ -35090d88c3122a65b93d068e10b371fe38307ae0 SOURCES/ujson-5.7.0.tar.gz +9108cc991be688b0261d3d4ebd3e26734f9c0d13 SOURCES/ujson-5.8.0.tar.gz diff --git a/SPECS/python-ujson.spec b/SPECS/python-ujson.spec index 03168d3..91d3514 100644 --- a/SPECS/python-ujson.spec +++ b/SPECS/python-ujson.spec @@ -1,6 +1,6 @@ Name: python-ujson -Version: 5.7.0 -Release: 3%{?dist} +Version: 5.8.0 +Release: 2%{?dist} Summary: Ultra fast JSON encoder and decoder written in pure C # The entire source is BSD-3-Clause, except: @@ -29,13 +29,6 @@ License: BSD-3-Clause AND TCL URL: https://github.com/ultrajson/ultrajson Source0: %{pypi_source ujson} -# Include BSD-3-Clause and TCL license text -# https://github.com/ultrajson/ultrajson/pull/584 -# Fixes: -# Please consider including other licenses mentioned in LICENSE.txt -# https://github.com/ultrajson/ultrajson/issues/565 -Patch: %{url}/pull/584.patch - BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: double-conversion-devel @@ -81,6 +74,15 @@ export UJSON_BUILD_DC_LIBS='-ldouble-conversion' %doc README.md %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 5.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sun Jul 02 2023 Benjamin A. Beasley - 5.8.0-1 +- Update to 5.8.0 (close RHBZ#2214034) + +* Tue Jun 13 2023 Python Maint - 5.7.0-4 +- Rebuilt for Python 3.12 + * Fri Mar 10 2023 Benjamin A. Beasley - 5.7.0-3 - Apply upstream PR#565 to add license texts to LICENSE.txt