From 8c633bbdcffbf97bac1d7ef40250d66f49270847 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Wed, 23 Jul 2025 15:24:31 +0800 Subject: [PATCH] Fix build failure due to setuptools upgraded --- python-geomet.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-geomet.spec b/python-geomet.spec index 696076d..f4a362d 100644 --- a/python-geomet.spec +++ b/python-geomet.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-geomet Version: 1.1.0 -Release: 1 +Release: 2 Summary: GeoJSON <-> WKT/WKB conversion utilities License: Apache-2.0 URL: https://github.com/geomet/geomet @@ -68,7 +68,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +# no tests ran %files -n python3-geomet -f filelist.lst %dir %{python3_sitelib}/* @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 23 2025 yaoxin <1024769339@qq.com> - 1.1.0-2 +- Fix build failure due to setuptools upgraded + * Wed Aug 28 2024 Ge Wang - 1.1.0-1 - Update package to version 1.1.0 -- Gitee