diff --git a/python-kiwisolver.spec b/python-kiwisolver.spec index 8e382d3..aaded5b 100644 --- a/python-kiwisolver.spec +++ b/python-kiwisolver.spec @@ -1,10 +1,10 @@ Name: python-kiwisolver Version: 1.4.1 -Release: 1 +Release: 2 Summary: A fast implementation of the Cassowary constraint solver License: BSD-3-Clause URL: https://github.com/nucleic/kiwi -Source0: https://github.com/nucleic/kiwi/archive/%{version}/kiwisolver-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/k/kiwisolver/kiwisolver-%{version}.tar.gz BuildRequires: gcc-c++ python3-cppy python3-pip python3-setuptools_scm python3-wheel %description @@ -40,6 +40,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" py.test-3 py/tests/ %{python3_sitearch}/kiwisolver-%{version}-*.egg-info %changelog +* Thu Nov 10 2022 yaoxin - 1.4.1-2 +- Change Source + * Mon Oct 31 2022 yaoxin - 1.4.1-1 - Upgrade to version 1.4.1