diff --git a/python-geomet.spec b/python-geomet.spec index 696076d096da9ad04144099de25d7a742d24f339..f4a362d8ce5d546841e10ea67aa236bda67ff04e 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