From 07d71e424ee267c40352d0ac540c38fdbd0d9cdf Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 10 Nov 2022 17:49:14 +0800 Subject: [PATCH] Change Source --- python-kiwisolver.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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