diff --git a/geojson-2.5.0.tar.gz b/geojson-2.5.0.tar.gz deleted file mode 100644 index cc7858c3821646bd0c366057368db1f1128781fd..0000000000000000000000000000000000000000 Binary files a/geojson-2.5.0.tar.gz and /dev/null differ diff --git a/geojson-3.0.1.tar.gz b/geojson-3.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f435e10106a4b44879e1998b4522f9fa75913b42 Binary files /dev/null and b/geojson-3.0.1.tar.gz differ diff --git a/python-geojson.spec b/python-geojson.spec index cffe8de60153d0f4befb3ac33e385c6ebcbb2b36..13bc77339026639bef123293b26a932e62c94e90 100644 --- a/python-geojson.spec +++ b/python-geojson.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-geojson -Version: 2.5.0 -Release: 2 +Version: 3.0.1 +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/b6/8d/c42d3fe6f9b5e5bd6a55d9f03813d674d65d853cb12e6bc56f154a2ceca0/geojson-2.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/1e/17/4f866d92f74ac1dcca4dad1665ce2e54c8feb861cd6e4b20de4fbf9b5f7b/geojson-3.0.1.tar.gz BuildArch: noarch %description @@ -26,7 +26,7 @@ Provides: python3-geojson-doc A library for encoding and decoding GeoJSON formatted data,and classes for all GeoJSON Objects %prep -%autosetup -n geojson-2.5.0 +%autosetup -n geojson-%{version} %build %py3_build @@ -66,6 +66,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Mar 3 2023 wubijie - 3.0.1-1 +- Update package to version 3.0.1 + * Tue May 10 2022 houyingchao - 2.5.0-2 - License compliance rectification