diff --git a/geojson-3.1.0.tar.gz b/geojson-3.1.0.tar.gz deleted file mode 100644 index 5ee28aa812b7a8e743ac666117404a25108ce820..0000000000000000000000000000000000000000 Binary files a/geojson-3.1.0.tar.gz and /dev/null differ diff --git a/geojson-3.2.0.tar.gz b/geojson-3.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..38536c15bce4a34e41c07e8188b22e1fa7faa256 Binary files /dev/null and b/geojson-3.2.0.tar.gz differ diff --git a/python-geojson.spec b/python-geojson.spec index 103cafe4b467b5af8c9c9100f188b37984a58f7f..85bde9dfe6add1f03117a72f247fa113288b7fd4 100644 --- a/python-geojson.spec +++ b/python-geojson.spec @@ -1,11 +1,13 @@ %global _empty_manifest_terminate_build 0 +%global pypi_name geojson + Name: python-geojson -Version: 3.1.0 +Version: 3.2.0 Release: 1 Summary: Python bindings and utilities for GeoJSON License: BSD-3-Clause URL: https://github.com/jazzband/geojson -Source0: https://files.pythonhosted.org/packages/0f/34/0ea653dec93d3a360856e629a897a1d3ab534f2952852bb59d55853055ed/geojson-3.1.0.tar.gz +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch %description @@ -66,6 +68,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 11 2025 xuguangmin - 3.2.0-1 +- Update package to version 3.2.0 + Add support for Python 3.13 + Code modernization + RtD bugfix + * Tue Apr 02 2024 zhaojingyu - 3.1.0-1 - Update package to version 3.1.0